[openstack-dev] [release][oslo] debtcollector release 0.5.0

doug at doughellmann.com doug at doughellmann.com
Tue Jun 2 13:54:52 UTC 2015


We are happy to announce the release of:

debtcollector 0.5.0: A collection of Python deprecation patterns and
strategies that help you collect your technical debt in a non-
destructive manner.

With source available at:

    http://git.openstack.org/cgit/openstack/debtcollector

For more details, please see the git log history below and:

    http://launchpad.net/debtcollector/+milestone/0.5.0

Please report issues through launchpad:

    http://bugs.launchpad.net/debtcollector

Changes in debtcollector 0.4.0..0.5.0
-------------------------------------

8f4100a Remove oslo.utils dependency
3177178 Updated from global requirements
aa2e000 Ensure that the incoming 'new_class' is actually a class
719ea22 Allow providing the deprecation category

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

debtcollector/_utils.py                 | 114 +++++++++++++++++++++-
debtcollector/moves.py                  |  42 +++++----
debtcollector/removals.py               |  49 +++++-----
debtcollector/renames.py                |   6 +-
requirements.txt                        |   3 +-
6 files changed, 324 insertions(+), 51 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 827fc3b..34677f1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
@@ -8 +7,0 @@ six>=1.9.0
-oslo.utils>=1.4.0                       # Apache-2.0





More information about the OpenStack-dev mailing list