[openstack-announce] [release][oslo] debtcollector release 0.7.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Aug 3 17:49:47 UTC 2015


We are excited to announce the release of:

debtcollector 0.7.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 liberty release series.

With source available at:

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

With package available at:

    https://pypi.python.org/pypi/debtcollector

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

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

Please report issues through launchpad:

    http://bugs.launchpad.net/debtcollector

Changes in debtcollector 0.6.0..0.7.0
-------------------------------------

d44a4d2 Updated from global requirements
9079997 Expose a top level 'deprecate' function
1d97c0b Add @removals.removed_kwarg on an __init__ method
347369e Improve + test keyword argument @classmethod removal
5158725 Add example for removing a @classmethod

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

debtcollector/__init__.py               | 29 +++++++++++
debtcollector/removals.py               | 18 +++----
test-requirements.txt                   |  2 +-
tox.ini                                 |  1 -
7 files changed, 155 insertions(+), 15 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 3e77e7a..80f297d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ oslosphinx>=2.5.0 # Apache-2.0
-oslotest>=1.7.0 # Apache-2.0
+oslotest>=1.9.0 # Apache-2.0





More information about the OpenStack-announce mailing list