[release-announce] debtcollector 1.22.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 4 14:32:07 UTC 2019


We are excited to announce the release of:

debtcollector 1.22.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 train release series.

The source is available from:

    https://opendev.org/openstack/debtcollector

Download the package from:

    https://pypi.org/project/debtcollector

Please report issues through:

    https://bugs.launchpad.net/debtcollector/+bugs

For more details, please see below.

Changes in debtcollector 1.21.0..1.22.0
---------------------------------------

47b2e16 Add Python 3 Train unit tests
cda35c5 Replace git.openstack.org URLs with opendev.org URLs
efa201e Update Sphinx requirement
4402af0 OpenDev Migration Patch
4ffb9a2 Dropping the py35 testing
29f3328 Update master for stable/stein
f25d266 add python 3.7 unit test job


Diffstat (except docs and test files)
-------------------------------------

.gitreview                    | 2 +-
.zuul.yaml                    | 3 +--
CONTRIBUTING.rst              | 4 ++--
HACKING.rst                   | 4 ++--
README.rst                    | 2 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/stein.rst | 6 ++++++
setup.cfg                     | 3 ++-
test-requirements.txt         | 3 ++-
tox.ini                       | 4 ++--
10 files changed, 20 insertions(+), 12 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 4626f54..d21f121 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD






More information about the Release-announce mailing list