[release-announce] debtcollector 2.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 4 10:47:09 UTC 2020


We are ecstatic to announce the release of:

debtcollector 2.1.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 victoria 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 2.0.1..2.1.0
-------------------------------------

17ab8c0 Stop to use the __future__ module.
d5bc18e Switch to newer openstackdocstheme and reno versions
266192b Switch to Victoria tests
056d78b Update master for stable/ussuri


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

.zuul.yaml                        |  2 +-
debtcollector/fixtures/disable.py |  2 --
debtcollector/updating.py         | 18 ++++--------------
lower-constraints.txt             |  6 +++---
releasenotes/source/conf.py       | 13 +++++--------
releasenotes/source/index.rst     |  1 +
releasenotes/source/ussuri.rst    |  6 ++++++
test-requirements.txt             |  6 +++---
9 files changed, 28 insertions(+), 36 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 07fbdb9..9eee3fc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0
@@ -15 +15 @@ doc8>=0.6.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0






More information about the Release-announce mailing list