[openstack-dev] [release][oslo] oslo.concurrency release 1.10.0 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Tue Jun 2 14:37:51 UTC 2015
We are stoked to announce the release of:
oslo.concurrency 1.10.0: Oslo Concurrency library
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.concurrency
For more details, please see the git log history below and:
http://launchpad.net/oslo.concurrency/+milestone/1.10.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.concurrency
Changes in oslo.concurrency 1.9.0..1.10.0
-----------------------------------------
9a963a9 Imported Translations from Transifex
b01e2a9 Sync from oslo-incubator
24033d3 Updated from global requirements
9433f0d Advertise support for Python3.4 / Remove support for 3.3
a592069 Updated from global requirements
e342fc8 Imported Translations from Transifex
926ee3b Remove run_cross_tests.sh
c0280ba Updated from global requirements
ddba72f Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
openstack-common.conf | 2 +-
.../LC_MESSAGES/oslo.concurrency-log-error.po | 12 +--
.../en_GB/LC_MESSAGES/oslo.concurrency-log-info.po | 4 -
.../locale/en_GB/LC_MESSAGES/oslo.concurrency.po | 102 +++++++++-----------
.../fr/LC_MESSAGES/oslo.concurrency-log-error.po | 12 +--
.../fr/LC_MESSAGES/oslo.concurrency-log-info.po | 2 -
.../locale/fr/LC_MESSAGES/oslo.concurrency.po | 105 +++++++++------------
oslo_concurrency/openstack/common/fileutils.py | 9 +-
requirements.txt | 4 +-
setup.cfg | 2 +-
test-requirements.txt | 4 +-
tox.ini | 4 -
13 files changed, 109 insertions(+), 244 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index cf4758d..df20d90 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
@@ -8 +8 @@ iso8601>=0.1.9
-oslo.config>=1.9.3 # Apache-2.0
+oslo.config>=1.11.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0fb38b7..5808fd5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ coverage>=3.6
-futures>=2.1.6
+futures>=3.0
@@ -15 +15 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-eventlet>=0.16.1,!=0.17.0
+eventlet>=0.17.3
More information about the OpenStack-dev
mailing list