[release-announce] debtcollector 2.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 5 20:58:33 UTC 2020


We are ecstatic to announce the release of:

debtcollector 2.0.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 ussuri 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.

2.0.0
^^^^^

Upgrade Notes

* Python 2.7 support has been dropped. The minimum version of Python
  now supported by debtcollector is Python 3.6.

Changes in debtcollector 1.22.0..2.0.0
--------------------------------------

3e241f3 [ussuri][goal] Drop python 2.7 support and testing
ef6afda Update master for stable/train


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

.zuul.yaml                                         |  2 --
lower-constraints.txt                              |  1 -
.../notes/drop-python-2-7-73d3113c69d724d6.yaml    |  5 ++++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/train.rst                      |  6 ++++
requirements.txt                                   |  1 -
setup.cfg                                          | 17 ++---------
setup.py                                           |  8 -----
test-requirements.txt                              |  3 +-
tox.ini                                            | 34 ++++++----------------
10 files changed, 25 insertions(+), 53 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 687ba47..dda3fe7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +7,0 @@ wrapt>=1.7.0 # BSD License
-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 d21f121..4626f54 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9 @@ python-subunit>=1.0.0 # Apache-2.0/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
+sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD






More information about the Release-announce mailing list