We are chuffed to announce the release of: oslo.concurrency 3.2.0: Oslo Concurrency library This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.concurrency With package available at: https://pypi.python.org/pypi/oslo.concurrency For more details, please see below and: http://launchpad.net/oslo.concurrency/+milestone/3.2.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.concurrency Changes in oslo.concurrency 3.1.0..3.2.0 ---------------------------------------- efee146 Updated from global requirements 0c81dd6 Updated from global requirements 3db620c Trival: Remove 'MANIFEST.in' 68d941b Add complementary remove lock with prefix function Diffstat (except docs and test files) ------------------------------------- MANIFEST.in | 6 ------ oslo_concurrency/lockutils.py | 28 ++++++++++++++++++++++++++++ requirements.txt | 2 +- 3 files changed, 29 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b0f32c2..3c3eaa8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11 +11 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=2.8.0 # Apache-2.0 +oslo.utils>=3.2.0 # Apache-2.0