[openstack-announce] [release][oslo] debtcollector release 0.10.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Mon Oct 19 17:25:58 UTC 2015
We are excited to announce the release of:
debtcollector 0.10.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 mitaka 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.10.0
Please report issues through launchpad:
http://bugs.launchpad.net/debtcollector
Changes in debtcollector 0.9.0..0.10.0
--------------------------------------
5fc9662 Add ability to disable warnings being emitted
3ab532f Add a 'removed_property' descriptor class
Diffstat (except docs and test files)
-------------------------------------
debtcollector/_utils.py | 3 +
debtcollector/fixtures/__init__.py | 0
debtcollector/fixtures/disable.py | 39 +++++++++
debtcollector/removals.py | 145 ++++++++++++++++++++++++++++++--
test-requirements.txt | 1 +
8 files changed, 275 insertions(+), 5 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index d3cad4e..7b339e7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,0 +16 @@ testtools>=1.4.0
+fixtures>=1.3.1
More information about the OpenStack-announce
mailing list