We are tickled pink to announce the release of: debtcollector 3.0.0: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non- destructive manner. The source is available from: https://opendev.org/openstack/debtcollector Download the package from: https://pypi.org/project/debtcollector For more details, please see below. Changes in debtcollector 2.5.0..3.0.0 ------------------------------------- 0e6ce1c Bump hacking da28761 Update python classifier in setup.cfg 479501a Remove unused babel.cfg 1c6dd53 coveragerc: Remove non-existent path 3cf9632 requirements: Remove unnecessary dependency cadc09d Revert "Moves supported python runtimes from version 3.8 to 3.10" 88033b5 Moves supported python runtimes from version 3.8 to 3.10 e44ad1d Drop python3.6/3.7 support in testing runtime c65aabf Add Python 3.8 and 3.9 to supported runtimes f043370 Update CI to use unversioned jobs template Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- .pre-commit-config.yaml | 2 +- .zuul.yaml | 2 +- babel.cfg | 1 - requirements.txt | 1 - setup.cfg | 8 +++++--- test-requirements.txt | 6 +----- 7 files changed, 9 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d8553c1..470ffe9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +0,0 @@ -importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9120a7a..a594c3a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0