[oslo] stevedore 1.21.0 (pike)
We are chuffed to announce the release of: stevedore 1.21.0: Manage dynamic plugins for Python applications This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/stevedore Download the package from: https://pypi.python.org/pypi/stevedore Please report issues through launchpad: https://bugs.launchpad.net/python-stevedore For more details, please see below. Changes in stevedore 1.20.0..1.21.0 ----------------------------------- 4abadad Updated from global requirements a067cd6 Updated from global requirements d345c69 Updated from global requirements 2925347 Remove support for py34 Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- setup.cfg | 1 - setup.py | 2 +- test-requirements.txt | 2 +- tox.ini | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7a0e4a2..1e8f8e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0af7a2d..a96d6cf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ Pillow>=2.4.0 # PIL License -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org