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

python-oslo.context-doc-3.0.2-bp153.1.10 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python-oslo.context-doc Distribution: SUSE Linux Enterprise 15 SP3
Version: 3.0.2 Vendor: openSUSE
Release: bp153.1.10 Build date: Wed Mar 31 17:25:02 2021
Group: Documentation/HTML Build host: build73
Size: 3011884 Source RPM: python-oslo.context-3.0.2-bp153.1.10.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/oslo.context
Summary: Documentation for OpenStack common context library
Documentation for the oslo-context library.

Provides

Requires

License

Apache-2.0

Changelog

* Tue May 12 2020 cloud-devel@suse.de
  - update to version 3.0.2
    - tox: Stop using 'python setup.py test'
    - tox: Keeping going with docs
    - Drop python 2.7 support and testing
    - Don't build universal wheel
    - Bump the openstackdocstheme extension to 1.20
    - Update master for stable/train
    - tox: Trivial cleanup
    - reword releasenote for py27 support dropping
    - remove outdated header
    - gitignore: Hide reno cache files
    - Filter out auth_token_info from logging values
    - Update the constraints url
    - Update hacking for Python3
    - Switch to Ussuri jobs
    - trivial: Cleanup tox.ini
* Sat Mar 14 2020 Dirk Mueller <dmueller@suse.com>
  - switch to python 3.x only builds
* Wed Oct 09 2019 cloud-devel@suse.de
  - update to version 2.23.0
    - Replace git.openstack.org URLs with opendev.org URLs
    - Update master for stable/stein
    - Dropping the py35 testing
    - Add Python 3 Train unit tests
    - OpenDev Migration Patch
    - Cap Bandit below 1.6.0 and update Sphinx requirement
* Mon Apr 08 2019 cloud-devel@suse.de
  - update to version 2.22.1
    - Update mailinglist from dev to discuss
    - fix tox python3 overrides
    - Implement domain-scope for context objects
    - Switch to stestr
    - Update hacking version
    - Always build universal wheels
    - Update reno for stable/rocky
    - Clean up .gitignore references to personal tools
    - Add release notes link to README
    - Use template for lower-constraints
    - add lib-forward-testing-python3 test job
    - add python 3.6 unit test job
    - add python 3.7 unit test job
    - import zuul job settings from project-config
* Mon Sep 03 2018 cloud-devel@suse.de
  - update to version 2.21.0
    - Remove stale pip-missing-reqs tox test
    - Update reno for stable/queens
    - Update links in README
    - Trivial: Update pypi url to new url
    - Implement system-scope
    - pypy not checked at gate
    - Add -W for document build
    - Switch pep8 job to python 3
    - Updated from global requirements
    - add lower-constraints job
* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 2.20.0
    - Remove -U from pip install
    - Follow the new PTI for document build
    - Update reno for stable/pike
    - Remove use of positional decorator
    - Remove setting of version/release from releasenotes
    - Rename deprecated context params
    - Update the documentation link for doc migration
    - Revert "Postpone deprecation warnings to Pike"
    - Ouput a placeholder instead of the auth_token
    - Make from_dict extensible
    - add bandit to pep8 job
    - Output 'project' key in context's to_dict function
    - Updated from global requirements
    - Avoid tox_install.sh for constraints support
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 2.17.0
    - Provide unified calling interface for global_id
    - Fix URLs according to document migration
    - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
    - Cleanup document formatting
    - rearrange the documentation to fit into the new standard layout
    - Postpone deprecation warnings to Pike
    - [Fix gate]Update test requirement
    - Add global_request_id to context
    - Update reno for stable/ocata
    - Remove pbr warnerrors in favor of sphinx check
    - Updated from global requirements
    - Switch from oslosphinx to openstackdocstheme
    - Optimize the link address
* Mon Feb 13 2017 cloud-devel@suse.de
  - update to version 2.12.1:
    - Move existing attributes to _id suffixed attributes
    - Reformat the Context.__init__ arguments
    - Remove references to Python 3.4
    - Add Constraints support
    - Show team and repo badges on README
    - Update .gitreview for stable/ocata
    - Postpone deprecation warnings to Pike
    - Updated from global requirements
    - Add the service token details to context
* Mon Feb 13 2017 cloud-devel@suse.de
  - update to version 2.11.0:
    - Update reno for stable/newton
    - Revert "Fix X-User and X-Tenant deprecated headers in from_environ"
    - Changed the home-page link
    - Fix typos
    - Enable release notes translation
    - Fix X-User and X-Tenant deprecated headers in from_environ
    - Updated from global requirements
    - Provide a way to deprecate policy values
* Thu Sep 01 2016 tbechtold@suse.com
  - update to version 2.9.0
    * Emit deprecation warnings when positional args passed
    * Fix parameters of assertEqual are misplaced
    * Updated from global requirements
    * Manually specify from_dict parameters
* Tue Aug 30 2016 tbechtold@suse.com
  - update to version 2.8.0
    * Delete H803 in flake8 ignore list
* Wed Aug 10 2016 tbechtold@suse.com
  - update to version 2.7.0
    * Add Python 3.5 classifier and venv
    * Allow deprecated X-Tenant-Name in from_environ
* Fri Jul 29 2016 dmueller@suse.com
  - update to 2.6.0:
    * Handle openstack.request_id in from_environ
    * Add is_admin_project to context
    * Updated from global requirements
    * Add reno for releasenotes management
    * Add oslo.context name attributes matching ids
* Mon Jul 04 2016 tbechtold@suse.com
  - Update .spec from upstream via renderspec source service
* Tue Jun 14 2016 dmueller@suse.com
  - update to 2.4.0:
    * Trivial: ignore openstack/common in flake8 exclude list
    * Strip roles in from_environ
    * Allow deprecated headers in from_environ
    * Drop babel as requirement since its not used
    * Updated from global requirements
    * Ensure to_dict() supports unicode
* Thu Jun 02 2016 tbechtold@suse.com
  - use renderspec source service
  - update spec from upstream
* Thu Mar 03 2016 tbechtold@suse.com
  - Switch to .spec from rpm-packaging upstream project
* Fri Feb 26 2016 dmueller@suse.com
  - update to 2.2.0:
    * Standardize an oslo.policy credentials dictionary
    * Revert "Add common oslo.log format parameters"
    * Add roles to context
    * Agnostic approach to construct context from_dict
    * Add common oslo.log format parameters
    * Improve Context docs with example syntax
    * Define method for oslo.log context parameters
    * Add additional unit tests
    * Fix request_id type on Python 3: use text (Unicode)
    * Updated from global requirements
    * Provide a helper to load a context from environment
    * Revert "Add properties for id attributes"
    * Add properties for id attributes
    * Trival: Remove 'MANIFEST.in'
    * Updated from global requirements
    * Remove python 2.6 classifier
    * Remove python 2.6 and cleanup tox.ini
    * Remove reference to undefined attributes
    * Fix coverage configuration and execution
    * Add shields.io version/downloads links/badges into README.rst
    * Change ignore-errors to ignore_errors
    * Updated from global requirements
* Wed Sep 09 2015 tbechtold@suse.com
  - update to 0.6.0:
    * Updated from global requirements
* Thu Aug 27 2015 tbechtold@suse.com
  - update to 0.5.0:
    * Updated from global requirements
    * Add tox target to find missing requirements
* Wed Jul 29 2015 tbechtold@suse.com
  - Unify spec file
  - Add -doc package
* Wed Jun 03 2015 dmueller@suse.com
  - remove python-hacking dep
* Tue Jun 02 2015 tbechtold@suse.com
  - update to 0.4.0:
    * Remove support for Python 3.3
    * Do not sync run_cross_tests.sh
    * Updated from global requirements
    * Uncap library requirements for liberty
    * Standardize setup.cfg summary for oslo libs
    * Update to latest hacking
    * Updated from global requirements
    * fix bug tracker link
  - add _service file
* Tue Mar 10 2015 tbechtold@suse.com
  - update to 0.2.0:
    * ensure we reset contexts when fixture is used
    * Activate pep8 check that _ is imported
* Wed Jan 07 2015 tbechtold@suse.com
  - Initial packaging

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024