From 8e57519d2651dbb940b71830785693daff80b82d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Jun 2016 08:19:38 +0200 Subject: [PATCH] Update to 1.9.0 Changes are: * Add sample file generation script and helper methods * Add equality operator to policy.RuleDefault * Imported Translations from Zanata * Updated from global requirements * Fix typo: 'olso' to 'oslo' * Add reno for release notes management * Add policy registration and authorize method * doc: Fix wrong import statement in usage Change-Id: I20f9ab2ac1dd830238416c09ccfaff6b2a2f36ba --- openstack/oslo.policy/oslo.policy.spec.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openstack/oslo.policy/oslo.policy.spec.j2 b/openstack/oslo.policy/oslo.policy.spec.j2 index 474ed473c..2c088a580 100644 --- a/openstack/oslo.policy/oslo.policy.spec.j2 +++ b/openstack/oslo.policy/oslo.policy.spec.j2 @@ -1,7 +1,7 @@ %global sname oslo.policy Name: {{ py2name('oslo.policy') }} -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: OpenStack Oslo Policy library License: {{ license('Apache-2.0') }} @@ -61,6 +61,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %license LICENSE %doc README.rst %{_bindir}/oslopolicy-checker +%{_bindir}/oslopolicy-sample-generator %{python2_sitelib}/oslo_policy %{python2_sitelib}/*.egg-info