# HG changeset patch # User Thierry Florac # Date 1496328080 -7200 # Node ID 5f2fa7035821e69ad5c197619d43229f3c0f90c8 # Parent 75d5241de76c603589c65ff6110d61ea7bcd7674 Version 0.1.1 diff -r 75d5241de76c -r 5f2fa7035821 buildout.cfg --- a/buildout.cfg Thu Jun 01 16:38:09 2017 +0200 +++ b/buildout.cfg Thu Jun 01 16:41:20 2017 +0200 @@ -62,4 +62,4 @@ eggs = pyams_notify_ws [test] [versions] -pyams_notify_ws = 0.1.0 +pyams_notify_ws = 0.1.1 diff -r 75d5241de76c -r 5f2fa7035821 docs/HISTORY.txt --- a/docs/HISTORY.txt Thu Jun 01 16:38:09 2017 +0200 +++ b/docs/HISTORY.txt Thu Jun 01 16:41:20 2017 +0200 @@ -1,6 +1,11 @@ History ======= +0.1.1 +----- + - removed inclusion of unused translations directory + - removed dependency with not-mandatory "aiomcache" package + 0.1.0 ----- - initial release diff -r 75d5241de76c -r 5f2fa7035821 setup.py --- a/setup.py Thu Jun 01 16:38:09 2017 +0200 +++ b/setup.py Thu Jun 01 16:41:20 2017 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.0' +version = '0.1.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] @@ -57,7 +57,6 @@ install_requires=[ 'setuptools', # -*- Extra requirements: -*- - 'aiomcache', 'aiopyramid', 'pyams-cache', 'pyramid', diff -r 75d5241de76c -r 5f2fa7035821 src/pyams_notify_ws.egg-info/requires.txt --- a/src/pyams_notify_ws.egg-info/requires.txt Thu Jun 01 16:38:09 2017 +0200 +++ b/src/pyams_notify_ws.egg-info/requires.txt Thu Jun 01 16:41:20 2017 +0200 @@ -1,5 +1,6 @@ aiomcache aiopyramid +pyams-cache pyramid setuptools zope.interface