[release-announce] oslo.service 1.33.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Nov 7 22:58:10 UTC 2018


We are chuffed to announce the release of:

oslo.service 1.33.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.32.1..1.33.0
--------------------------------------

b85d935 Fixture to mock loopingcall wait()
643578c Limit monotonic to py2


Diffstat (except docs and test files)
-------------------------------------

oslo_service/__init__.py           |  2 +-
oslo_service/fixture.py            | 52 ++++++++++++++++++++++++++++++++++++++
oslo_service/periodic_task.py      |  6 ++++-
requirements.txt                   |  3 ++-
8 files changed, 106 insertions(+), 3 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 9e71d4c..4afebff 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,0 +7 @@ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
+fixtures>=3.0.0 # Apache-2.0/BSD
@@ -8 +9 @@ greenlet>=0.4.10 # MIT
-monotonic>=0.6 # Apache-2.0
+monotonic>=0.6;python_version<'3.3'  # Apache-2.0






More information about the Release-announce mailing list