Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-oslo.policy-doc-1.33.1-lp152.4.54 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python-oslo.policy-doc Distribution: openSUSE Leap 15.2
Version: 1.33.1 Vendor: openSUSE
Release: lp152.4.54 Build date: Tue Jun 9 07:12:59 2020
Group: Documentation/HTML Build host: lamb08
Size: 3521953 Source RPM: python-oslo.policy-1.33.1-lp152.4.54.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/oslo.policy
Summary: Documentation for the Oslo Policy library
Documentation for the Oslo Policy library.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Wed Jan 17 2018 dmueller@suse.com
  - convert to singlespec
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 1.33.1
    - Fix string injection for InvalidScope
    - Imported Translations from Zanata
    - Avoid tox_install.sh for constraints support
    - add bandit to pep8 job
    - Add JSON output option to sample generator
    - External Policy hook should support SSL
    - rewrite HttpCheckFixture to not mock out entire HttpCheck class
    - http/https check rules as stevedore extensions
    - Add functionality to deprecate policies
    - Handle deprecation of inspect.getargspec
    - Documentation and release notes for plugins
    - Remove -U from pip install
    - Modification to add additional information in the HTTPCheck request.
    - fix formatting for empty defaults
    - Add scope_types to RuleDefault objects
    - Pass creds as a dict in tests
    - Only log deprecation warnings when they are overridden
    - throw an exception when sphinxext cannot find the config file
    - Update reno for stable/pike
    - Remove setting of version/release from releasenotes
    - expand type documentation for Enforcer arguments
    - Add configuration option for enforcing scope
    - Updated from global requirements
    - Add a release note for enforce_scope
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 1.25.1
    - Fix parsing bug when config file is empty.
    - Modify tests in test_generator
    - fix formatting for empty defaults
    - Simplify message of exception PolicyNotAuthorized
    - [Fix gate]Update test requirement
    - Add additional param to policy.RuleDefault
    - Update reno for stable/ocata
    - Check reStructuredText documents for common style issues.
    - switch from oslosphinx to openstackdocstheme
    - Add release note for DocumentedRuleDefault
    - Optimize the link address
    - Update UPPER_CONSTRAINTS_FILE for stable/pike
    - Update usage documentation
    - move existing documentation into new standard layout
    - Add optional exception for check_rules
    - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
    - Update URLs in documents according to document migration
    - import configuration guide content from openstack-manuals repo
    - throw an exception when sphinxext cannot find the config file
    - oslopolicy-sample-generator description support
    - sphinxext: Format definition lists correctly
    - Comment out the rule from generated sample-policy file
    - Allow multiline descriptions for RuleDefaults
    - Update .gitreview for stable/pike
    - Remove log translations
    - Delete the unnecessary word in policy.py
    - Add Sphinx extension to pretty-print modules
    - Remove support for py34
    - sphinxext: Use field lists in output
    - Updated from global requirements
    - Seperate each policy rule with new line
    - Use Sphinx 1.5 warning-is-error
* Fri Feb 10 2017 cloud-devel@suse.de
  - update to version 1.18.0:
    - Add missing parameter description in module _cache_handler
    - Imported Translations from Zanata
    - Enable release notes translation
    - Remove dead code and use default value of argparse.
    - Remove oslo.utils from requirements
    - Update reno for stable/newton
    - Remove references to Python 3.4
    - Change assertTrue(isinstance()) by optimal assert
    - Add stevedore to requirements
    - Show team and repo badges on README
    - Improved performance of parse_file_contents() method
    - Doc: declare YAML/JSON support
    - Remove wrong parameter type for class NotCheck from docstring
    - Add sphinx extension to build sample policy
    - Perform basic checks on policy definitions
    - Update docs on policy sample generator
    - Fix a code logic while doing cyclical reference check to the policy
    - doc: Add introduction to index page
    - Add Constraints support
    - Changed the home-page link
    - Fix typo in oslo.policy
    - Make exception PolicyNotAuthorized more readable
    - Updated from global requirements
* Fri Oct 14 2016 tbechtold@suse.com
  - switch to stable/newton tarball in _service
* Wed Aug 31 2016 tbechtold@suse.com
  - update to version 1.14.0
    * Revert "Adds debug logging for policy file validation"
    * Delete H803 in flake8 ignore
    * Allow policy file to not exist
    * Updated from global requirements
* Wed Aug 10 2016 tbechtold@suse.com
  - update to version 1.13.0
    * Fix mispelled method name in setup.cfg
    * Add note about not all APIs support policy enforcement by user_id
    * Imported Translations from Zanata
    * Fixed unit tests running on Windows
    * Add Python 3.5 classifier and venv
    * Adds debug logging for policy file validation
    * Updated from global requirements
* Mon Jul 04 2016 tbechtold@suse.com
  - update to 1.11.0:
    * Updated from global requirements
    * Imported Translations from Zanata
    * Improve policy sample generation testing
    * Add helper scripts for generating policy info
* Mon Jul 04 2016 tbechtold@suse.com
  - update to 1.9.0:
    * 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'
    * Updated from global requirements
    * Updated from global requirements
    * Add reno for release notes management
    * Add policy registration and authorize method
    * Updated from global requirements
    * doc: Fix wrong import statement in usage
* Sat Jun 04 2016 tbechtold@suse.com
  - update to 1.8.0:
    * Trivial: ignore openstack/common in flake8 exclude list
    * Updated from global requirements
    * Imported Translations from Zanata
    * Deprecate load_json() in favor of load()
    * Support policy file in YAML
  - use renderspec source service
  - update spec from upstream
* Thu Mar 03 2016 tbechtold@suse.com
  - update to 1.5.0:
    * Updated from global requirements
    * Update translation setup
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Revert "Pass environment variables of proxy to tox"
    * Run docs testenv by default with tox
    * Add oslopolicy-checker command-line tool
    * Updated from global requirements
    * Don't crash on RoleCheck when roles not present
    * assertIsNone(val) instead of assertEqual(None,val)
    * Updated from global requirements
    * Add string format rendering to RoleCheck.__call__()
    * Pass environment variables of proxy to tox
    * Fixes combined "and" and "or" rule handling
    * Make sure item of policy_dirs is directory
    * Updated from global requirements
    * Use dict comprehension
    * Don't generate doc from test
    * Trival: Remove 'MANIFEST.in'
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Use requests-mock instead of httpretty in tests
    * Clarify usage docs
    * Correct invalid doc references
    * Updated from global requirements
    * Remove Python 2.6 classifier
    * Remove python 2.6 and cleanup tox.ini
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Use JSON generator
    * Add test for enforce with rule doesn't exist
    * Add test for raising default exception
    * Add test for invalid JSON
    * Add cover test requirement
    * Fix a typo in policy.py
    * Updated from global requirements
    * Custom fixture to avoid external call in HttpCheck
    * Fix coverage configuration and execution
    * add auto-generated docs for config options
    * Add shields.io version/downloads links/badges into README.rst
    * Updated from global requirements
    * Use requests in http check instead of urllib
    * Change ignore-errors to ignore_errors
    * Updated from global requirements
    * remove deprecation text for policy_dirs option
  - Switch to .spec from rpm-packaging upstream project
* Wed Sep 09 2015 tbechtold@suse.com
  - update to 0.11.0:
    * Updated from global requirements
    * Pass reference then actual to assertEqual
    * Overwrite option should not cause policy file reloading
    * Updated from global requirements
    * Setup translations
    * Have the enforcer have its own file cache
    * Updated from global requirements
    * Updated from global requirements
  - adjust Requires according requirements.txt
* Tue Jul 28 2015 tbechtold@suse.com
  - update to 0.8.0:
    * Updated from global requirements
    * Fix typo of 'available' in token_fixture.py
    * Fixes up the API docs and module index
  - adjust Requires according requirements.txt
* Fri Jul 17 2015 tbechtold@suse.com
  - update to 0.7.0:
    * Remove oslo-incubator specific code
    * Move fileutils functions to oslo.policy
    * Add six and oslo.utils to requirements
    * Add tox target to find missing requirements
    * Updated from global requirements
    * Updated from global requirements
  - Update Requires according to requirements.txt
* Wed Jun 10 2015 tbechtold@suse.com
  - update to 0.6.0:
    * Fix Enforcer docstring
  - Run testsuite in parallel
* Mon Jun 08 2015 tbechtold@suse.com
  - update to 0.5.0:
    * Expose base check classes as part of public API
    * Uncap library requirements for liberty
    * Fix invalid indentation in _load_policy_file method
    * Cleanup README.rst and setup.cfg
    * Avoid reloading policy files in policy.d for every call
    * Lists for Generic Checks
    * Updated from global requirements
  - Update Requires according to requirements.txt
* Mon Jun 01 2015 dmueller@suse.com
  - remove wildcards from the filelist
* Mon Mar 16 2015 tbechtold@suse.com
  - Enable tests during build
  - Adjust Requires and BuildRequires
* Mon Mar 16 2015 tbechtold@suse.com
  - Initial packaging

Files

/usr/share/doc/packages/python-oslo.policy-doc
/usr/share/doc/packages/python-oslo.policy-doc/LICENSE
/usr/share/doc/packages/python-oslo.policy-doc/html
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/admin
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/admin/index.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/admin/policy-json-file.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/admin/policy-yaml-file.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/cli
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/cli/index.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/configuration
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/configuration/index.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/contributor
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/contributor/index.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/install
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/install/index.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference/api
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference/api/autoindex.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference/api/oslo_policy.fixture.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference/api/oslo_policy.generator.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference/api/oslo_policy.opts.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference/api/oslo_policy.policy.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference/api/oslo_policy.shell.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference/api/oslo_policy.sphinxext.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference/api/oslo_policy.sphinxpolicygen.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference/api/oslo_policy.version.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/user
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/user/history.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/user/index.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/user/plugins.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/user/sphinxpolicygen.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_sources/user/usage.rst.txt
/usr/share/doc/packages/python-oslo.policy-doc/html/_static
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/basic.css
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/comment-bright.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/comment-close.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/comment.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/css
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/css/native.css
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/doctools.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/down-pressed.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/down.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/file.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/docs
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/jquery.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/js/webui-popover.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/minus.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/plus.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/pygments.css
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/underscore.js
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/up-pressed.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/up.png
/usr/share/doc/packages/python-oslo.policy-doc/html/_static/websupport.js
/usr/share/doc/packages/python-oslo.policy-doc/html/admin
/usr/share/doc/packages/python-oslo.policy-doc/html/admin/index.html
/usr/share/doc/packages/python-oslo.policy-doc/html/admin/policy-json-file.html
/usr/share/doc/packages/python-oslo.policy-doc/html/admin/policy-yaml-file.html
/usr/share/doc/packages/python-oslo.policy-doc/html/cli
/usr/share/doc/packages/python-oslo.policy-doc/html/cli/index.html
/usr/share/doc/packages/python-oslo.policy-doc/html/configuration
/usr/share/doc/packages/python-oslo.policy-doc/html/configuration/index.html
/usr/share/doc/packages/python-oslo.policy-doc/html/contributor
/usr/share/doc/packages/python-oslo.policy-doc/html/contributor/index.html
/usr/share/doc/packages/python-oslo.policy-doc/html/genindex.html
/usr/share/doc/packages/python-oslo.policy-doc/html/index.html
/usr/share/doc/packages/python-oslo.policy-doc/html/install
/usr/share/doc/packages/python-oslo.policy-doc/html/install/index.html
/usr/share/doc/packages/python-oslo.policy-doc/html/objects.inv
/usr/share/doc/packages/python-oslo.policy-doc/html/py-modindex.html
/usr/share/doc/packages/python-oslo.policy-doc/html/reference
/usr/share/doc/packages/python-oslo.policy-doc/html/reference/api
/usr/share/doc/packages/python-oslo.policy-doc/html/reference/api/autoindex.html
/usr/share/doc/packages/python-oslo.policy-doc/html/reference/api/oslo_policy.fixture.html
/usr/share/doc/packages/python-oslo.policy-doc/html/reference/api/oslo_policy.generator.html
/usr/share/doc/packages/python-oslo.policy-doc/html/reference/api/oslo_policy.opts.html
/usr/share/doc/packages/python-oslo.policy-doc/html/reference/api/oslo_policy.policy.html
/usr/share/doc/packages/python-oslo.policy-doc/html/reference/api/oslo_policy.shell.html
/usr/share/doc/packages/python-oslo.policy-doc/html/reference/api/oslo_policy.sphinxext.html
/usr/share/doc/packages/python-oslo.policy-doc/html/reference/api/oslo_policy.sphinxpolicygen.html
/usr/share/doc/packages/python-oslo.policy-doc/html/reference/api/oslo_policy.version.html
/usr/share/doc/packages/python-oslo.policy-doc/html/reference/index.html
/usr/share/doc/packages/python-oslo.policy-doc/html/search.html
/usr/share/doc/packages/python-oslo.policy-doc/html/searchindex.js
/usr/share/doc/packages/python-oslo.policy-doc/html/user
/usr/share/doc/packages/python-oslo.policy-doc/html/user/history.html
/usr/share/doc/packages/python-oslo.policy-doc/html/user/index.html
/usr/share/doc/packages/python-oslo.policy-doc/html/user/plugins.html
/usr/share/doc/packages/python-oslo.policy-doc/html/user/sphinxpolicygen.html
/usr/share/doc/packages/python-oslo.policy-doc/html/user/usage.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024