[openstack-announce] [release][oslo] oslo.service release 0.7.0 (liberty)
davanum at gmail.com
davanum at gmail.com
Tue Aug 18 20:38:14 UTC 2015
We are amped to announce the release of:
oslo.service 0.7.0: oslo.service library
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/oslo.service
With package available at:
https://pypi.python.org/pypi/oslo.service
For more details, please see the git log history below and:
http://launchpad.net/oslo.service/+milestone/0.7.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.service
Changes in oslo.service 0.6.0..0.7.0
------------------------------------
4ce26de Updated from global requirements
0e3c918 Update "Signal handling" section of usage docs
9f624f7 Use oslo_utils reflection to get 'f' callable name
a3fe12a Updated from global requirements
a0e4178 Prefix the 'safe_wrapper' function to be '_safe_wrapper'
61cffc1 Setup translations
d7c0966 Check that sighup is supported before accessing signal.SIGHUP
05209bb Use contextlib.closing instead of try ... finally: sock.close
cfd5b15 Avoid using the global lockutils semaphore collection
ab3c340 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
oslo.service/locale/oslo.service-log-critical.pot | 20 +++++
oslo.service/locale/oslo.service-log-error.pot | 53 +++++++++++++
oslo.service/locale/oslo.service-log-info.pot | 91 +++++++++++++++++++++++
oslo.service/locale/oslo.service-log-warning.pot | 37 +++++++++
oslo.service/locale/oslo.service.pot | 70 +++++++++++++++++
oslo_service/loopingcall.py | 29 +++++---
oslo_service/service.py | 38 +++++-----
oslo_service/systemd.py | 37 +++++----
requirements.txt | 6 +-
test-requirements.txt | 2 +-
12 files changed, 336 insertions(+), 55 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 9697f7d..b8699df 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +8,2 @@ greenlet>=0.3.2
-monotonic>=0.1 # Apache-2.0
-oslo.utils>=1.9.0 # Apache-2.0
+monotonic>=0.3 # Apache-2.0
+oslo.utils>=2.0.0 # Apache-2.0
@@ -11 +11 @@ oslo.concurrency>=2.3.0 # Apache-2.0
-oslo.config>=1.11.0 # Apache-2.0
+oslo.config>=2.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f4ee060..c012c18 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ mock>=1.2
-oslotest>=1.9.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
More information about the OpenStack-announce
mailing list