[openstack-dev] [new][oslo] debtcollector 1.5.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Fri Jun 10 01:28:22 UTC 2016
We are jubilant to announce the release of:
debtcollector 1.5.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 newton 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.4.0..1.5.0
-------------------------------------
4d766d6 Updated from global requirements
fe22a47 Fix renamed_kwarg to preserve argspec
1f5816a Add tests for decorated argspec preservation
Diffstat (except docs and test files)
-------------------------------------
debtcollector/moves.py | 11 +++----
debtcollector/renames.py | 22 ++++++--------
debtcollector/updating.py | 9 +++---
test-requirements.txt | 2 +-
5 files changed, 69 insertions(+), 28 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index b2db7ee..d1f9b5d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16 +16 @@ testtools>=1.4.0 # MIT
-fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
More information about the OpenStack-dev
mailing list