We are jazzed to announce the release of: oslo.limit 0.1.0: Limit enforcement library to assist with quota calculation. This is the first release of oslo.limit. This release is part of the train 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 069881f2b01be4ee513c9a87413d03e16f390e52..0.1.0 --------------------------------------------------------------------- 90acc27 Rename filter_resource resource_filters 996edba Add skeleton enforce() method to Enforcer 5db5a59 Remove __enter__ and __exit__ methods from Enforcer 8bf64bb Remove verification functionality af18418 Remove ProjectClaim object from oslo.limit 767d284 Sync Sphinx requirement 0b26714 Replace git.openstack.org URLs with opendev.org URLs 74a10f7 OpenDev Migration Patch 259980c Update the min version of tox e089af1 Drop py35 jobs 09ce909 Add py36 and py37 tox envs 193f812 Add python3.7 job on Stein+ ac8ed14 add python 3.7 unit test job 1343391 Update hacking version f7bc4ad fix the url in doc a2674bb Use template for lower-constraints f31316a Update mailinglist from dev to discuss d702f1f Clean up .gitignore references to personal tools c91ca64 Fix doc grammar/spelling nits 03c5874 Use openstackdocstheme for documentation e575be7 Add a conceptual overview to docs a22aef3 Render API reference documentation 5b5d628 Ignore documentation builds 2773ea9 Add opts file 53854f6 add lib-forward-testing-python3 test job 825547f add python 3.6 unit test job f453212 import zuul job settings from project-config be1922b fix doc gate 5e34861 ADD i18n file 88684c2 Fix CI 0cb22a1 Add .zuul.yaml 9359e9c Implement basic Enforcer context manager 9f7fd57 Implement ProjectClaim objects e5d6b14 Convert tox.ini to using stestr 3f1f1d6 Update url in HACKING.rst f45c9d3 fix tox python3 overrides 69eb444 Init repo Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d42afb2 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. +keystoneauth1>=3.9.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..838e1e7 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,10 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +hacking>=1.1.0,<1.2.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 +stestr>=1.0.0 # Apache-2.0 + +# Bandit security code scanner +bandit>=1.4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org