[openstack-dev] [all] debtcollector 0.3.0 release

Joshua Harlow harlowja at outlook.com
Mon Mar 9 18:19:41 UTC 2015


The Oslo team is glad to announce the release of:

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

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

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

Please report issues through launchpad:

     http://bugs.launchpad.net/debtcollector

Changes in debtcollector 0.2.0..0.3.0
-------------------------------------

NOTE: Skipping requirement commits...

f3ea4d4 Add a removed module deprecation helper
bab8a5b Move to hacking 0.10
3d9e38f Add a 'removed_kwarg' function/method decorator
f0e07d5 Match the updated openstack-manuals description
f4abeae Format the method/class removals messages like the others
77edd33 Add examples of using the new removals decorator

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

README.rst                              |   5 +-
debtcollector/removals.py               | 111 
++++++++++++++++++++++++++------
requirements.txt                        |   2 +-
setup.cfg                               |   2 +-
setup.py                                |   8 +++
test-requirements.txt                   |  12 ++--
tox.ini                                 |   5 +-
10 files changed, 178 insertions(+), 36 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1abdc3e..6af7f18 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ Babel>=1.3
-six>=1.7.0
+six>=1.9.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d494076..8592bde 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.9.2,<0.10
+hacking<0.11,>=0.10.0
@@ -9,4 +9,4 @@ discover
-python-subunit
-sphinx>=1.1.2
-oslosphinx
-oslotest>=1.1.0.0a1
+python-subunit>=0.0.18
+sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+oslosphinx>=2.2.0  # Apache-2.0
+oslotest>=1.2.0  # Apache-2.0
@@ -15 +15 @@ testscenarios>=0.4
-testtools>=0.9.34
+testtools>=0.9.36,!=1.2.0




More information about the OpenStack-dev mailing list