[openstack-dev] oslo.middleware 0.2.0 released

gordon chung gord at live.ca
Tue Dec 2 17:21:27 UTC 2014


The Oslo team is pleased to announce release 0.2.0 of oslo.middleware.

This is primarily a bug-fix release, but does include requirements changes.
 
For more details, please see the git log history below and
 https://launchpad.net/oslo.middleware/kilo/0.2.0
 
Please report issues through launchpad:
 https://bugs.launchpad.net/oslo.middleware
 
----------------------------------------
 
Changes in openstack/oslo.middleware  0.1.0..0.2.0
 
7baf57a Updated from global requirements
6f88759 Updated from global requirements
f9d0b94 Flesh out the README
edfa12c Imported Translations from Transifex
5fd894b Updated from global requirements
28b8ad2 Add pbr to installation requirements
b49d38c Updated from global requirements
2f53838 Updated from global requirements
afb541d Remove extraneous vim editor configuration comments
c32959f Imported Translations from Transifex
9ccefd8 Support building wheels (PEP-427)
72836d0 Fix coverage testing
7ee3b0f Expose sizelimit option to config generator
7846039 Imported Translations from Transifex
e18de4a Imported Translations from Transifex
7874cf9 Updated from global requirements
d7bdf52 Imported Translations from Transifex
3679023 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 ++-
 tests/test_sizelimit.py                            |  5 +-
 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

cheers
gord
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20141202/4acd6310/attachment.html>


More information about the OpenStack-dev mailing list