[release][oslo] oslo.policy release 1.1.0 (mitaka)
We are pumped to announce the release of: oslo.policy 1.1.0: Oslo Policy library This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.policy With package available at: https://pypi.python.org/pypi/oslo.policy For more details, please see the git log history below and: http://launchpad.net/oslo.policy/+milestone/1.1.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.policy Changes in oslo.policy 1.0.0..1.1.0 ----------------------------------- c1380c5 Trival: Remove 'MANIFEST.in' 61637c4 Updated from global requirements 802cf01 Updated from global requirements 1a5479d Updated from global requirements ac024de Use requests-mock instead of httpretty in tests da78bf3 Clarify usage docs 19b09cc Correct invalid doc references Diffstat (except docs and test files) ------------------------------------- MANIFEST.in | 6 -- oslo_policy/_checks.py | 45 --------- oslo_policy/policy.py | 192 +++++++++++++++++++++++---------------- requirements.txt | 2 +- test-requirements.txt | 2 +- 6 files changed, 139 insertions(+), 169 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index eb15f02..b506e9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -requests!=2.8.0,>=2.5.2 +requests>=2.8.1 diff --git a/test-requirements.txt b/test-requirements.txt index a2b2c44..0d6dd18 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ oslotest>=1.10.0 # Apache-2.0 -httpretty<0.8.7,>=0.8.4 +requests-mock>=0.7.0 # Apache-2.0
participants (1)
-
davanum@gmail.com