[release][oslo] oslo.service release 1.2.0 (mitaka)
We are overjoyed to announce the release of: oslo.service 1.2.0: oslo.service library This release is part of the mitaka 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 below and: http://launchpad.net/oslo.service/+milestone/1.2.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.service Changes in oslo.service 1.1.0..1.2.0 ------------------------------------ 43e825b Updated from global requirements 9ed30ac Fix a race condition in signal handlers 21b0e71 Enable py3 mock.patch of RuntimeError 4204fe0 Delete python bytecode before every test run cc0a18d Trival: Remove 'MANIFEST.in' Diffstat (except docs and test files) ------------------------------------- MANIFEST.in | 6 ------ oslo_service/service.py | 4 ++-- requirements.txt | 2 +- tox.ini | 7 ++++++- 5 files changed, 10 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d033ac6..e110e4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ monotonic>=0.3 # Apache-2.0 -oslo.utils>=2.8.0 # Apache-2.0 +oslo.utils!=3.1.0,>=2.8.0 # Apache-2.0
participants (1)
-
davanum@gmail.com