We are amped to announce the release of: debtcollector 1.20.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 rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/debtcollector Download the package from: https://pypi.org/project/debtcollector Please report issues through launchpad: https://bugs.launchpad.net/debtcollector For more details, please see below. Changes in debtcollector 1.19.0..1.20.0 --------------------------------------- d3165af Switch to stestr 858f15d fix tox python3 overrides 2ee856f Trivial: Update pypi url to new url 821478a remove obsolete tox environments 03292af set default python to python3 d8e616d add lower-constraints job 17ffa68 pypy is not checked at gate 9e2a2d1 Updated from global requirements 19616fc Updated from global requirements b9a6777 Update links in README 0ff121e Update reno for stable/queens 4e6aabb Updated from global requirements dceacf1 Updated from global requirements 81d2312 Remove setting of version/release from releasenotes Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +-- .stestr.conf | 3 +++ .testr.conf | 7 ------- .zuul.yaml | 7 +++++++ README.rst | 8 ++++---- lower-constraints.txt | 39 +++++++++++++++++++++++++++++++++++++++ releasenotes/source/conf.py | 12 ++++-------- releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++++++ test-requirements.txt | 6 +++--- tox.ini | 36 ++++++++++++++++++++++++------------ 11 files changed, 92 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index b8d041d..4626f54 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,3 +9,3 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0