[oslo] oslo.policy 1.19.0 (pike)
We are stoked to announce the release of: oslo.policy 1.19.0: Oslo Policy library This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/oslo.policy Download the package from: https://pypi.python.org/pypi/oslo.policy Please report issues through launchpad: http://bugs.launchpad.net/oslo.policy For more details, please see below. Changes in oslo.policy 1.18.0..1.19.0 ------------------------------------- 3c3261c Updated from global requirements db43505 [Fix gate]Update test requirement 0a5112c Updated from global requirements 5aad32b Updated from global requirements f92a276 Remove support for py34 8336a78 pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 51063ea Delete the unnecessary word in policy.py f5a0fff Update reno for stable/ocata 74c2a42 Add optional exception for check_rules Diffstat (except docs and test files) ------------------------------------- oslo_policy/policy.py | 16 +++++++++++++--- oslo_policy/version.py | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++++ requirements.txt | 4 ++-- setup.py | 2 +- test-requirements.txt | 5 ++--- 8 files changed, 43 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d623f99..a1fd7d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 @@ -11 +11 @@ six>=1.9.0 # MIT -stevedore>=1.17.1 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0daed2a..799c3ab 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,2 +4 @@ - -hacking<0.11,>=0.10.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -14 +13 @@ oslosphinx>=4.7.0 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org