[openstack-dev] [release][oslo] debtcollector release 1.2.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Thu Jan 14 03:52:41 UTC 2016
We are tickled pink to announce the release of:
debtcollector 1.2.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
Please report issues through launchpad:
http://bugs.launchpad.net/debtcollector
For more details, please see below.
Changes in debtcollector 1.1.0..1.2.0
-------------------------------------
35601ed Add updated_kwarg_default_value decorator
2e00a99 Allow replacing a keyword argument
fc0304e Add 'removed_class' class decorator
958d79d py26/py33 are no longer supported by Infra's CI
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 6 ++-
debtcollector/_utils.py | 13 ++++++
debtcollector/moves.py | 6 +--
debtcollector/removals.py | 36 ++++++++++++++++-
debtcollector/renames.py | 6 ++-
debtcollector/updating.py | 67 +++++++++++++++++++++++++++++++
requirements.txt | 1 +
tox.ini | 2 +-
10 files changed, 251 insertions(+), 10 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 317c8f0..b4aa5fe 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,0 +9 @@ wrapt>=1.7.0 # BSD License
+funcsigs>=0.4;python_version=='2.7' or python_version=='2.6'
More information about the OpenStack-dev
mailing list