[openstack-dev] debtcollector 0.1.0 released

Joshua Harlow harlowja at outlook.com
Thu Feb 5 21:13:24 UTC 2015


The Oslo team is pleased to announce the *initial* release of:

debtcollector 0.1.0: A collection of python patterns 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.1

Please report issues through launchpad:

     http://bugs.launchpad.net/debtcollector

Changes in debtcollector 2c4e7d58ddec0058f..0.1.0
-------------------------------------------------

b078a94 Upper case python
9f0f114 Fix up the docs into reasonable shape
3173337 Add a moved *instance* method deprecation pattern
b833207 Initial import of renames/moves + tests
493c200 Add a .gitreview file with correct values
715f46f Adjust summary of project

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

.gitreview                                |   4 +
README.rst                                |  16 ++--
debtcollector/__init__.py                 |   2 +-
debtcollector/_utils.py                   |  61 ++++++++++++
debtcollector/moves.py                    | 119 ++++++++++++++++++++++++
debtcollector/renames.py                  |  45 +++++++++
requirements.txt                          |   4 +-
setup.py                                  |   2 +-
test-requirements.txt                     |   2 +-
18 files changed, 442 insertions(+), 65 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bc7131e..7cc0111 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6,3 @@ pbr>=0.6,!=0.7,<1.0
-Babel>=1.3
\ No newline at end of file
+Babel>=1.3
+six>=1.7.0
+oslo.utils>=1.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7b79352..d494076 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15 +15 @@ testscenarios>=0.4
-testtools>=0.9.34
\ No newline at end of file
+testtools>=0.9.34




More information about the OpenStack-dev mailing list