[openstack-announce] [release][oslo] debtcollector release 0.9.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Mon Oct 12 15:58:23 UTC 2015
We are jubilant to announce the release of:
debtcollector 0.9.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
For more details, please see the git log history below and:
http://launchpad.net/debtcollector/+milestone/0.9.0
Please report issues through launchpad:
http://bugs.launchpad.net/debtcollector
Changes in debtcollector 0.8.0..0.9.0
-------------------------------------
a2a31e1 No need for Oslo Incubator Sync
296c871 docs - Set pbr 'warnerrors' option for doc build
35f6171 Include changelog/history in docs
82ad67d tweak language in readme
3140995 Enhance the README
91afdb4 Change ignore-errors to ignore_errors
8752e52 Updated from global requirements
d33f952 Activate pep8 check that _ is imported
f0f1fce Add a moved function helper
Diffstat (except docs and test files)
-------------------------------------
.coveragerc | 2 +-
README.rst | 11 +++++++--
debtcollector/_utils.py | 8 ++++++-
debtcollector/moves.py | 42 ++++++++++++++++++++++++++++-----
openstack-common.conf | 6 -----
requirements.txt | 2 +-
setup.cfg | 3 +++
setup.py | 2 +-
test-requirements.txt | 1 +
tox.ini | 4 +---
14 files changed, 119 insertions(+), 22 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 261b997..317c8f0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr<2.0,>=1.6
+pbr>=1.6
diff --git a/test-requirements.txt b/test-requirements.txt
index 0c885d3..d3cad4e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,0 +16 @@ testtools>=1.4.0
+doc8 # Apache-2.0
More information about the OpenStack-announce
mailing list