[oslo] debtcollector 1.18.0 (queens)
We eagerly announce the release of: debtcollector 1.18.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 queens release series. The source is available from: https://git.openstack.org/cgit/openstack/debtcollector Download the package from: https://pypi.python.org/pypi/debtcollector Please report issues through launchpad: https://bugs.launchpad.net/debtcollector For more details, please see below. Changes in debtcollector 1.17.0..1.18.0 --------------------------------------- bdac534 Updated from global requirements 37afcb7 Updated from global requirements ae85d75 Update reno for stable/pike 274f470 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++++ requirements.txt | 2 +- test-requirements.txt | 6 +++--- 4 files changed, 11 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0070b8d..1948b03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ wrapt>=1.7.0 # BSD License -funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0 +funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index de2cbc3..467b9e1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -14,2 +14,2 @@ fixtures>=3.0.0 # Apache-2.0/BSD -doc8 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +doc8>=0.6.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org