We are ecstatic to announce the release of: debtcollector 2.3.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.2.0..2.3.0 ------------------------------------- 0bf5bf5 Replace deprecated inspect.getargspec 4c26e72 remove unicode from code e9003e3 setup.cfg: Replace dashes with underscores 7548762 Remove runtime dependency on pbr faf37ce Move flake8 as a pre-commit local target. 6878dbb Remove lower-constraints remnants ef848c3 Dropping lower constraints testing bbe0b09 Use TOX_CONSTRAINTS_FILE 2c8ba37 Use py3 as the default runtime for tox 746b73d ignore reno generated artifacts be7bc9e Adding pre-commit 3184b6a Add Python3 wallaby unit tests 8c2cebe Update master for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 ++ .pre-commit-config.yaml | 39 +++++++++++++++++++++++++++ .zuul.yaml | 3 +-- debtcollector/__init__.py | 10 ++++--- lower-constraints.txt | 48 --------------------------------- releasenotes/source/conf.py | 16 +++++------ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 +++++ requirements.txt | 1 + setup.cfg | 8 +++--- test-requirements.txt | 2 ++ tox.ini | 11 +++----- 14 files changed, 90 insertions(+), 90 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index dda3fe7..ae353a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,0 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 +importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index fbcaa92..9120a7a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,0 +16,2 @@ reno>=3.1.0 # Apache-2.0 + +pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org