[release-announce] oslo.limit 1.0.2 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Tue Apr 7 10:19:11 UTC 2020


We are happy to announce the release of:

oslo.limit 1.0.2: Limit enforcement library to assist with quota
calculation.

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/oslo.limit

Download the package from:

    https://pypi.org/project/oslo.limit

Please report issues through:

    https://bugs.launchpad.net/oslo.limit/+bugs

For more details, please see below.

Changes in oslo.limit 1.0.1..1.0.2
----------------------------------

485c770 Update to hacking 3.0
009fd6c Update hacking for Python3
2c1ccf6 Use unittest.mock instead of third party mock
4a1c93a Update the minversion parameter.
f831302 ignore reno generated artifacts
2245235 drop use of six


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

.gitignore                     | 6 ++++++
lower-constraints.txt          | 2 --
oslo_limit/limit.py            | 5 ++---
requirements.txt               | 1 -
test-requirements.txt          | 3 +--
tox.ini                        | 4 ++--
7 files changed, 12 insertions(+), 11 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 18e6e7f..f523f83 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +4,0 @@ keystoneauth1>=3.9.0 # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 1745b4b..effcc24 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +5 @@
-mock>=3.0.0 # BSD
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0






More information about the Release-announce mailing list