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
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user