We are excited to announce the release of: stevedore 1.5.0: Manage dynamic plugins for Python applications
This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/stevedore For more details, please see the git log history below and: https://launchpad.net/python-stevedore/+milestone/1.5.0 Please report issues through launchpad: https://bugs.launchpad.net/python-stevedore Changes in stevedore 1.4.0..1.5.0 --------------------------------- 6ddec6e Removed non-free color profile from .jpg 7295f78 Add sphinx integration fd46261 Updated from global requirements 2ef21b3 Fix Python versions supported db174c5 Remove run_cross_tests.sh 9f1d7b6 fix author contact details f20b94c re-raise exception with full traceback 502e74a Add pypi download + version badges Diffstat (except docs and test files) ------------------------------------- README.rst | 8 +++ requirements.txt | 2 +- setup.cfg | 8 +-- stevedore/driver.py | 2 +- stevedore/example/setup.py | 4 +- stevedore/sphinxext.py | 108 ++++++++++++++++++++++++++++ test-requirements.txt | 2 +- tox.ini | 2 +- 21 files changed, 322 insertions(+), 81 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f7f4cc9..408d229 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=0.6,!=0.7,<1.0 +pbr>=0.11,<2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9d75458..b3680da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -Pillow==2.4.0 # MIT +Pillow>=2.4.0 # MIT __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev