[release-announce] oslo.service 1.38.0 (stein)
no-reply at openstack.org
no-reply at openstack.org
Tue Feb 26 00:19:48 UTC 2019
We are stoked to announce the release of:
oslo.service 1.38.0: oslo.service library
This release is part of the stein release series.
The source is available from:
https://git.openstack.org/cgit/openstack/oslo.service
Download the package from:
https://pypi.org/project/oslo.service
Please report issues through launchpad:
https://bugs.launchpad.net/oslo.service
For more details, please see below.
Changes in oslo.service 1.37.0..1.38.0
--------------------------------------
ca6f839 Update oslo.service to require yappi 1.0 or newer
c73ed15 add python 3.7 unit test job
671cbd6 Update hacking version
b6fba59 Bump oslo.utils lower constraint to 3.40.2
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 1 +
HACKING.rst | 2 +-
lower-constraints.txt | 4 ++--
oslo_service/periodic_task.py | 12 +++++-------
oslo_service/service.py | 4 ++--
requirements.txt | 4 ++--
test-requirements.txt | 2 +-
tox.ini | 3 ++-
8 files changed, 16 insertions(+), 16 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index ad86e4b..61ce444 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ monotonic>=0.6;python_version<'3.3' # Apache-2.0
-oslo.utils>=3.38.0 # Apache-2.0
+oslo.utils>=3.40.2 # Apache-2.0
@@ -20 +20 @@ Paste>=2.0.2 # MIT
-Yappi>=0.98 # MIT
+Yappi>=1.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index eeedfef..f52f186 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
More information about the Release-announce
mailing list