We are chuffed to announce the release of: oslo.service 1.28.0: oslo.service library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.service Download the package from: https://pypi.python.org/pypi/oslo.service Please report issues through launchpad: https://bugs.launchpad.net/oslo.service For more details, please see below. Changes in oslo.service 1.27.0..1.28.0 -------------------------------------- 5c9253b Remove -U from pip install 101622c Avoid tox_install.sh for constraints support a4e23ba Updated from global requirements bc362bf Remove setting of version/release from releasenotes e3ae104 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 12 ++++-------- requirements.txt | 4 ++-- tools/tox_install.sh | 30 ------------------------------ tox.ini | 12 +++++++++--- 4 files changed, 15 insertions(+), 43 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bdfa6e6..659f7d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ oslo.concurrency>=3.20.0 # Apache-2.0 -oslo.config>=4.6.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 @@ -13 +13 @@ oslo.log>=3.30.0 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT