[openstack-dev] [release] oslo.policy release 0.2.0 (liberty)
Doug Hellmann
doug at doughellmann.com
Tue Apr 21 18:17:46 UTC 2015
We are eager to announce the release of:
oslo.middleware 0.2.0: Oslo Middleware library
For more details, please see the git log history below and:
http://launchpad.net/oslo/+milestone/0.2.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo
Changes in oslo.middleware 0.1.0..0.2.0
---------------------------------------
7baf57a 2014-11-20 14:11:31 +0000 Updated from global requirements
6f88759 2014-11-18 11:36:19 +0000 Updated from global requirements
f9d0b94 2014-11-17 18:47:25 -0500 Flesh out the README
edfa12c 2014-11-12 06:01:14 +0000 Imported Translations from Transifex
5fd894b 2014-11-05 08:35:00 +0000 Updated from global requirements
28b8ad2 2014-10-24 09:28:41 -0400 Add pbr to installation requirements
b49d38c 2014-10-22 19:16:44 +0000 Updated from global requirements
2f53838 2014-10-11 15:56:09 +0000 Updated from global requirements
afb541d 2014-10-08 22:49:07 +0200 Remove extraneous vim editor configuration comments
c32959f 2014-10-03 06:07:24 +0000 Imported Translations from Transifex
9ccefd8 2014-10-02 16:18:01 -0400 Support building wheels (PEP-427)
72836d0 2014-10-01 16:50:40 +0200 Fix coverage testing
7ee3b0f 2014-10-01 08:16:10 -0400 Expose sizelimit option to config generator
7846039 2014-09-30 06:39:25 +0000 Imported Translations from Transifex
e18de4a 2014-09-26 06:00:56 +0000 Imported Translations from Transifex
7874cf9 2014-09-19 08:51:01 +0000 Updated from global requirements
d7bdf52 2014-09-18 06:04:53 +0000 Imported Translations from Transifex
3679023 2014-09-16 18:30:18 +0200 Remove oslo-incubator fixture
Diffstat (except docs and test files)
-------------------------------------
README.rst | 5 +-
openstack-common.conf | 1 -
.../de/LC_MESSAGES/oslo.middleware-log-error.po | 27 +++++++
.../locale/de/LC_MESSAGES/oslo.middleware.po | 27 +++++++
.../en_GB/LC_MESSAGES/oslo.middleware-log-error.po | 27 +++++++
.../locale/en_GB/LC_MESSAGES/oslo.middleware.po | 27 +++++++
.../fr/LC_MESSAGES/oslo.middleware-log-error.po | 27 +++++++
.../locale/fr/LC_MESSAGES/oslo.middleware.po | 27 +++++++
.../locale/oslo.middleware-log-critical.pot | 20 +++++
.../locale/oslo.middleware-log-error.pot | 25 +++++++
.../locale/oslo.middleware-log-info.pot | 20 +++++
.../locale/oslo.middleware-log-warning.pot | 20 +++++
oslo/__init__.py | 2 -
.../openstack/common/fixture/__init__.py | 0
oslo/middleware/openstack/common/fixture/config.py | 85 ----------------------
oslo/middleware/opts.py | 45 ++++++++++++
oslo/middleware/sizelimit.py | 30 +++++---
requirements.txt | 5 +-
setup.cfg | 9 ++-
test-requirements.txt | 9 ++-
21 files changed, 334 insertions(+), 109 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 414bdf6..275fa4f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,0 +5 @@
+pbr>=0.6,!=0.7,<1.0
@@ -6,2 +7,2 @@ Babel>=1.3
-oslo.config>=1.4.0.0a3
-oslo.i18n>=0.3.0 # Apache-2.0
+oslo.config>=1.4.0 # Apache-2.0
+oslo.i18n>=1.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 506a33d..c5c0328 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,4 +8,5 @@ mock>=1.0
-oslosphinx>=2.2.0.0a2
-oslotest>=1.1.0.0a2
-sphinx>=1.1.2,!=1.2.0,<1.3
-testtools>=0.9.34
+oslosphinx>=2.2.0 # Apache-2.0
+oslotest>=1.2.0 # Apache-2.0
+sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+testtools>=0.9.36,!=1.2.0
+coverage>=3.6
More information about the OpenStack-dev
mailing list