[release][oslo] debtcollector release 0.6.0 (liberty)
We are stoked to announce the release of: debtcollector 0.6.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 liberty release series. With source available at: http://git.openstack.org/cgit/openstack/debtcollector With package available at: https://pypi.python.org/pypi/debtcollector For more details, please see the git log history below and: http://launchpad.net/debtcollector/+milestone/0.6.0 Please report issues through launchpad: http://bugs.launchpad.net/debtcollector Changes in debtcollector 0.5.0..0.6.0 ------------------------------------- 8e607d1 Ensure doctesting and doc8 testing done in py27 env cb7da3d Updated from global requirements fc4f285 Fix quoting of examples 39f1938 Updated from global requirements 4238603 Switch badges from 'pypip.in' to 'shields.io' Diffstat (except docs and test files) ------------------------------------- README.rst | 4 +-- requirements.txt | 2 +- setup.py | 3 +-- test-requirements.txt | 8 +++--- tox.ini | 8 ++++++ 6 files changed, 71 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 34677f1..8a8bcb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=0.11,<2.0 +pbr<2.0,>=1.3 diff --git a/test-requirements.txt b/test-requirements.txt index 031650a..3e77e7a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,3 +10,3 @@ python-subunit>=0.0.18 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -oslosphinx>=2.5.0 # Apache-2.0 -oslotest>=1.5.1 # Apache-2.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +oslosphinx>=2.5.0 # Apache-2.0 +oslotest>=1.7.0 # Apache-2.0 @@ -15 +15 @@ testscenarios>=0.4 -testtools>=0.9.36,!=1.2.0 +testtools>=1.4.0
participants (1)
-
davanum@gmail.com