We are delighted to announce the release of:

debtcollector 1.4.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.3.0..1.4.0
-------------------------------------

c204667 Drop babel as requirement since its not used
3165b44 Updated from global requirements
29058b1 Updated from global requirements

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

requirements.txt      | 1 -
test-requirements.txt | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 010f7e8..395304c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 41fef15..b2db7ee 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16 +16 @@ testtools>=1.4.0 # MIT
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD



__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to