[openstack-dev] [new][oslo] oslo.policy 1.9.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Fri Jun 10 01:42:17 UTC 2016
We are overjoyed to announce the release of:
oslo.policy 1.9.0: Oslo Policy library
This release is part of the newton 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
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.policy
For more details, please see below.
1.9.0
^^^^^
Other Notes
* Switch to reno for managing release notes.
Changes in oslo.policy 1.8.0..1.9.0
-----------------------------------
474c120 Add sample file generation script and helper methods
ea29939 Add equality operator to policy.RuleDefault
f5988a2 Imported Translations from Zanata
88bcd97 Updated from global requirements
5046c53 Fix typo: 'olso' to 'oslo'
8c3acab Updated from global requirements
3e7f7d4 Updated from global requirements
fd785d2 Add reno for release notes management
bb11272 Add policy registration and authorize method
f5ee730 Updated from global requirements
3da2f4a doc: Fix wrong import statement in usage
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 3 +
oslo_policy/generator.py | 130 ++++++++++
.../locale/en_GB/LC_MESSAGES/oslo_policy.po | 49 ++++
oslo_policy/locale/es/LC_MESSAGES/oslo_policy.po | 11 +-
oslo_policy/locale/oslo_policy-log-error.pot | 30 ---
oslo_policy/locale/oslo_policy.pot | 47 ----
oslo_policy/policy.py | 153 +++++++++++-
oslo_policy/version.py | 18 ++
releasenotes/notes/add_reno-3b4ae0789e9c45b4.yaml | 3 +
releasenotes/source/_static/.placeholder | 0
releasenotes/source/_templates/.placeholder | 0
releasenotes/source/conf.py | 273 +++++++++++++++++++++
releasenotes/source/index.rst | 8 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 27 ++
releasenotes/source/unreleased.rst | 5 +
requirements.txt | 6 +-
setup.cfg | 3 +-
test-requirements.txt | 2 +
tox.ini | 3 +
22 files changed, 1126 insertions(+), 118 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 8e217a1..7204ac2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-requests!=2.9.0,>=2.8.1 # Apache-2.0
-oslo.config>=3.9.0 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
+oslo.config>=3.10.0 # Apache-2.0
@@ -9 +9 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.11.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index dec1fa7..57a305d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,0 +15,2 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+
+reno>=1.6.2 # Apache2
More information about the OpenStack-dev
mailing list