We are excited to announce the release of: debtcollector 2.5.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.4.0..2.5.0 ------------------------------------- a6b46c5 Remove references to Python 2 objects 1e08744 requirements: Remove pbr Diffstat (except docs and test files) ------------------------------------- debtcollector/_utils.py | 15 +++------------ requirements.txt | 5 ----- 2 files changed, 3 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8e9f61c..d8553c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +0,0 @@ -# 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. - -pbr!=2.1.0,>=2.0.0 # Apache-2.0