# HG changeset patch # User Thierry Florac # Date 1595246851 -7200 # Node ID c2ebe5d9d51cfe42e6210c3881acfb7f57062c5f # Parent 6e1e8a96635957970286089d045818c6ee9113ab Version 0.1.11 diff -r 6e1e8a966359 -r c2ebe5d9d51c buildout.cfg --- a/buildout.cfg Sun Jul 19 02:06:34 2020 +0200 +++ b/buildout.cfg Mon Jul 20 14:07:31 2020 +0200 @@ -13,6 +13,7 @@ develop = . ../ext/lingua + ../myams ../pyams_cache ../pyams_catalog ../pyams_file @@ -64,4 +65,4 @@ eggs = pyams_notify [test] [versions] -pyams_notify = 0.1.10 +pyams_notify = 0.1.11 diff -r 6e1e8a966359 -r c2ebe5d9d51c docs/HISTORY.txt --- a/docs/HISTORY.txt Sun Jul 19 02:06:34 2020 +0200 +++ b/docs/HISTORY.txt Mon Jul 20 14:07:31 2020 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.11 +------ + - moved MyAMS resources to dedicated package + 0.1.10 ------ - use request's host to filter notifications by server; this can be used when several diff -r 6e1e8a966359 -r c2ebe5d9d51c setup.py --- a/setup.py Sun Jul 19 02:06:34 2020 +0200 +++ b/setup.py Mon Jul 20 14:07:31 2020 +0200 @@ -23,7 +23,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.10' +version = '0.1.11' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] @@ -59,6 +59,7 @@ 'setuptools', # -*- Extra requirements: -*- 'fanstatic', + 'myams', 'pyams_cache', 'pyams_i18n', 'pyams_security', diff -r 6e1e8a966359 -r c2ebe5d9d51c src/pyams_notify.egg-info/PKG-INFO --- a/src/pyams_notify.egg-info/PKG-INFO Sun Jul 19 02:06:34 2020 +0200 +++ b/src/pyams_notify.egg-info/PKG-INFO Mon Jul 20 14:07:31 2020 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-notify -Version: 0.1.10 +Version: 0.1.11 Summary: PyAMS notifications management package Home-page: http://hg.ztfy.org/pyams/pyams_notify Author: Thierry Florac @@ -21,6 +21,10 @@ History ======= + 0.1.11 + ------ + - moved MyAMS resources to dedicated package + 0.1.10 ------ - use request's host to filter notifications by server; this can be used when several diff -r 6e1e8a966359 -r c2ebe5d9d51c src/pyams_notify.egg-info/requires.txt --- a/src/pyams_notify.egg-info/requires.txt Sun Jul 19 02:06:34 2020 +0200 +++ b/src/pyams_notify.egg-info/requires.txt Mon Jul 20 14:07:31 2020 +0200 @@ -1,5 +1,6 @@ setuptools fanstatic +myams pyams_cache pyams_i18n pyams_security