[oslo] debtcollector 1.14.0 (pike)
We are stoked to announce the release of: debtcollector 1.14.0: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non- destructive manner. This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/debtcollector Download the package from: https://pypi.python.org/pypi/debtcollector Please report issues through launchpad: http://bugs.launchpad.net/debtcollector For more details, please see below. Changes in debtcollector 1.13.0..1.14.0 --------------------------------------- da416d6 Do not require oslotest for testing fba977e Updated from global requirements 6b273fb Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- test-requirements.txt | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a22e829..0070b8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 71fb72a..8ea24fc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ hacking<0.11,>=0.10.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD @@ -11 +10,0 @@ oslosphinx>=4.7.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org