[release-announce] oslo.limit 1.3.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 11 20:42:56 UTC 2021


We exuberantly announce the release of:

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

This release is part of the wallaby 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.2.1..1.3.0
----------------------------------

a5c678c Use py3 as the default runtime for tox
592a0d0 Fix hacking min version to 3.0.1
9558a46 Remove install unnecessary packages
65316ed Add Python3 wallaby unit tests
a66a369 Update master for stable/victoria
00b4875 Adding pre-commit


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

.pre-commit-config.yaml          | 35 +++++++++++++++++++++++++++++++++++
.zuul.yaml                       |  2 +-
releasenotes/source/conf.py      |  3 +++
releasenotes/source/index.rst    |  1 +
releasenotes/source/victoria.rst |  6 ++++++
test-requirements.txt            |  4 +++-
tox.ini                          |  7 +++----
8 files changed, 54 insertions(+), 6 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 0250f6c..ecb5e3a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -10,0 +11,2 @@ bandit>=1.6.0,<1.7.0 # Apache-2.0
+
+pre-commit>=2.6.0 # MIT






More information about the Release-announce mailing list