We are chuffed to announce the release of: oslo.limit 1.4.0: Limit enforcement library to assist with quota calculation. This release is part of the xena 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.3.0..1.4.0 ---------------------------------- caa75c1 Add a test fixture 1175b0f Add Enforcer.calculate_usage() efc26ae Upgrade the pre-commit-hooks version 52a7eaa Add Python3 xena unit tests 9ebe3c6 Update master for stable/wallaby 7f16772 Fix requirements issues fc270af Use TOX_CONSTRAINTS_FILE 6115a3e remove unicode from code e4583b6 add py38 matedata Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 10 +++-- .zuul.yaml | 3 +- lower-constraints.txt | 8 ---- oslo_limit/fixture.py | 75 ++++++++++++++++++++++++++++++++ oslo_limit/limit.py | 64 ++++++++++++++++++++++++++-- releasenotes/source/conf.py | 16 +++---- releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 +++ setup.cfg | 1 + test-requirements.txt | 1 + tox.ini | 8 +--- 18 files changed, 365 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ecb5e3a..b9fffd4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,0 +5 @@ +fixtures>=3.0.0 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org