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

python-stevedore-doc-1.32.0-7.4.4 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python-stevedore-doc Distribution: SUSE Linux Enterprise 15
Version: 1.32.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 7.4.4 Build date: Thu Aug 6 14:11:58 2020
Group: Documentation/HTML Build host: goat20
Size: 1373226 Source RPM: python-stevedore-1.32.0-7.4.4.src.rpm
Packager: https://www.suse.com/
Url: https://docs.openstack.org/developer/stevedore/
Summary: Documentation for python-stevedore
Python makes loading code dynamically easy, allowing you to configure
and extend your application by discovering and loading extensions
(plugins) at runtime. Many applications implement their own
library for doing this, using ``__import__`` or ``importlib``.
stevedore avoids creating yet another extension
mechanism by building on top of setuptools entry points. The code
for managing entry points tends to be repetitive, though, so stevedore
provides manager classes for implementing common patterns for using
dynamically loaded extensions.

This package contains documentation in HTML format.

Provides

Requires

License

Apache-2.0

Changelog

* Tue May 12 2020 cloud-devel@suse.de
  - update to version 1.32.0
    - Update the constraints url
    - Update master for stable/train
    - Blacklist sphinx 2.1.0 (autodoc bug)
    - Switch to Ussuri jobs
* Sat Mar 14 2020 dmueller@suse.com
  - switch to python 3.x only builds
* Wed Oct 09 2019 cloud-devel@suse.de
  - update to version 1.31.0
    - add python 3.7 unit test job
    - Dropping the py35 testing
    - Delete repeated param description.
    - Update master for stable/stein
    - Add local bindep.txt
    - update git.openstack.org to opendev
    - OpenDev Migration Patch
    - Add Python 3 Train unit tests
    - Cap Bandit below 1.6.0 and update Sphinx requirement
* Mon Apr 08 2019 cloud-devel@suse.de
  - update to version 1.30.1
    - add lib-forward-testing-python3 test job
    - Update doc/conf.py to avoid warnings with sphinx 1.8
    - Removed older version of python added 3.5
    - Change openstack-dev to openstack-discuss
    - Update reno for stable/rocky
    - Use template for lower-constraints
    - add python 3.6 unit test job
    - Update sphinx logging to not use app object
    - fix wrong link
    - import zuul job settings from project-config
* Tue Jan 22 2019 dmueller@suse.com
  - break build cycle with stestr (bsc#1121610)
* Wed Sep 19 2018 cloud-devel@suse.de
  - update to version 1.29.0
    - set default python to python3
    - fix tox python3 overrides
    - Remove unnecessary py27 testenv
    - Update reno for stable/queens
    - Update links in README
    - Trivial: Update pypi url to new url
    - Switch to stestr
    - Follow the new PTI for document build
    - Updated from global requirements
    - add lower-constraints job
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 1.28.0
    - move doc requirements to doc/requirements.txt
    - Remove -U from pip install
    - add bandit to pep8 job
    - Update reno for stable/pike
    - Remove setting of version/release from releasenotes
    - Add an ExtensionManager.items() method
    - Make openstackdocstheme an optional doc dependency
    - Avoid tox_install.sh for constraints support
    - Move reno to optional docs requirements
    - Remove duplicate optional requirement
    - Remove Pillow from test-requirements
    - Updated from global requirements
* Thu Oct 26 2017 toddrme2178@gmail.com
  - Provide python2-stevedore for compatibility with single-spec
    macros.
* Tue Aug 22 2017 cloud-devel@suse.de
  - update to version 1.25.0
    - move documentation into the new standard layout
    - Remove 'run_sphinx' script
    - Remove unused doc/requirements.txt
    - turn on warning-is-error for doc build
    - Mark as Production/Stable instead of Alpha
    - Remove oslotest from test-requirements
    - Update URLs in documents according to document migration
    - fix setuptools url
    - Remove support for py34
    - Update reno for stable/ocata
    - Updated from global requirements
    - switch from oslosphinx to openstackdocstheme
* Tue Aug 22 2017 cloud-devel@suse.de
  - update to version 1.20.1
    - Update UPPER_CONSTRAINTS_FILE for stable/ocata
    - Updated from global requirements
    - Update .gitreview for stable/ocata
* Fri Feb 10 2017 cloud-devel@suse.de
  - update to version 1.20.0:
    - extension: add entry_point_names method
    - Add Constraints support
    - Fix typos in exception.py
    - Updated from global requirements
    - extension: expose _find_entry_points as list_entry_points
    - Show team and repo badges on README
    - Remove reference to non-existing page
    - Allow suppression of warnings from DriverManager
    - Add Apache 2.0 license to source file
    - Add reno for release notes management
    - Broken link at stevedore developer documentation
* Sun Oct 02 2016 dmueller@suse.com
  - add source service to rpm-packaging and refresh
* Tue Aug 30 2016 tbechtold@suse.com
  - update to 1.17.1:
    * do not emit warnings for missing hooks
    * Remove discover from test-requirements
    * make error reporting for extension loading quieter
    * Add Python 3.5 classifier and venv
    * Replace assertEquals() with assertEqual()
* Wed Jul 20 2016 tbechtold@suse.com
  - update to 1.16.0:
    * Fix NamedExtensionManager fails when loading failing extension in order
    * Remove irrelated output item
    * Fix broken link about setuptools entry points
    * NamedExtensionManager: call a callback when some names cannot be found
    * Updated from global requirements
    * Trivial: ignore openstack/common in flake8 exclude list
    * dont claim copyright for future years
  - Use pypi.io for Source url
* Thu Apr 21 2016 tbechtold@suse.com
  - update to 1.12.0:
    * Add a reference to entry_point_inspector
    * Updated from global requirements
    * Trival:Remove unused logging import
    * Remove work around for NullHandler
    * remove unnecessary dependency on argparse
    * Use Stevedore exceptions for finding extensions
    * Clean up Python 2.6 related stuff
    * Updated from global requirements
    * Remove Python 2.6 classifier
    * cleanup tox.ini
    * Updated from global requirements
    * docs - Set pbr 'warnerrors' option for doc build
    * Add clarifying language to description of scanning for plugins
    * clean up default tox environment list
    * Show how to add a plugin in a separate package
    * replace the hard-coded history list with an auto-generated one
    * Fix spelling typo for maunal
    * Updated from global requirements
    * Examples typo fix
  - Enable tests during build
* Wed Mar 09 2016 bwiedemann@suse.com
  - use the year from changelog instead of current one
    to make reproducible rpms
* Wed Sep 09 2015 tbechtold@suse.com
  - update to 1.8.0:
    * Updated from global requirements
* Mon Aug 31 2015 tbechtold@suse.com
  - update to 1.7.0:
    * Updated from global requirements
    * Titlecase looks nicer sometimes in detailed mode
    * Update homepage to openstack hosted docs page
* Fri Jul 17 2015 tbechtold@suse.com
  - update to 1.6.0:
    * Document the signature for check_func
    * Updated from global requirements
    * Switch badges from 'pypip.in' to 'shields.io'
    * Remove unnecessary openstack-common.conf
* Tue Jun 16 2015 tbechtold@suse.com
  - update to 1.5.0:
    * Removed non-free color profile from .jpg
    * Add sphinx integration
    * Updated from global requirements
    * Fix Python versions supported
    * Remove run_cross_tests.sh
    * fix author contact details
    * re-raise exception with full traceback
    * Uncap library requirements for liberty
    * Add pypi download + version badges
    * Updated from global requirements
* Mon Mar 30 2015 tbechtold@suse.com
  - update to 1.3.0:
    * Updated from global requirements
    * Fix test for finding multiple drivers
    * ignore .testrepository directory created by testr
    * clean up default environments run by tox
  - Adjust Requires according to requirements.txt
* Tue Feb 24 2015 tbechtold@suse.com
  - update to 1.2.0:
    * Use pkg_resources resolve(
    * Fix the README.rst file format for pypi
    * Workflow documentation is now in infra-manual
    * Implement a __contains__ override for extension manager
    * Update link to docs in README
    * Bring doc build up to standard
* Tue Oct 28 2014 dmueller@suse.com
  - update to 1.1.0:
    * Add pbr to dependency list
    * Updated from global requirements
    * Add more detail to the README
    * Migrate tox to use testr
    * Update repository location in docs

Files

/usr/share/doc/packages/python-stevedore-doc
/usr/share/doc/packages/python-stevedore-doc/LICENSE
/usr/share/doc/packages/python-stevedore-doc/html
/usr/share/doc/packages/python-stevedore-doc/html/_images
/usr/share/doc/packages/python-stevedore-doc/html/_images/api-enforcement.jpg
/usr/share/doc/packages/python-stevedore-doc/html/_images/ceilometer-design.jpg
/usr/share/doc/packages/python-stevedore-doc/html/_images/discovery.jpg
/usr/share/doc/packages/python-stevedore-doc/html/_images/enabling.jpg
/usr/share/doc/packages/python-stevedore-doc/html/_images/importing.jpg
/usr/share/doc/packages/python-stevedore-doc/html/_images/integration.jpg
/usr/share/doc/packages/python-stevedore-doc/html/_images/invocation.jpg
/usr/share/doc/packages/python-stevedore-doc/html/_sources
/usr/share/doc/packages/python-stevedore-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/install
/usr/share/doc/packages/python-stevedore-doc/html/_sources/install/index.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/reference
/usr/share/doc/packages/python-stevedore-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/essays
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/essays/pycon2013.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/history.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/index.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/patterns_enabling.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/patterns_loading.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/sphinxext.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/tutorial
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/tutorial/creating_plugins.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/tutorial/index.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/tutorial/loading.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/tutorial/naming.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_sources/user/tutorial/testing.rst.txt
/usr/share/doc/packages/python-stevedore-doc/html/_static
/usr/share/doc/packages/python-stevedore-doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/python-stevedore-doc/html/_static/alabaster.css
/usr/share/doc/packages/python-stevedore-doc/html/_static/basic.css
/usr/share/doc/packages/python-stevedore-doc/html/_static/comment-bright.png
/usr/share/doc/packages/python-stevedore-doc/html/_static/comment-close.png
/usr/share/doc/packages/python-stevedore-doc/html/_static/comment.png
/usr/share/doc/packages/python-stevedore-doc/html/_static/custom.css
/usr/share/doc/packages/python-stevedore-doc/html/_static/doctools.js
/usr/share/doc/packages/python-stevedore-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-stevedore-doc/html/_static/down-pressed.png
/usr/share/doc/packages/python-stevedore-doc/html/_static/down.png
/usr/share/doc/packages/python-stevedore-doc/html/_static/file.png
/usr/share/doc/packages/python-stevedore-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python-stevedore-doc/html/_static/jquery.js
/usr/share/doc/packages/python-stevedore-doc/html/_static/minus.png
/usr/share/doc/packages/python-stevedore-doc/html/_static/plus.png
/usr/share/doc/packages/python-stevedore-doc/html/_static/pygments.css
/usr/share/doc/packages/python-stevedore-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-stevedore-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python-stevedore-doc/html/_static/underscore.js
/usr/share/doc/packages/python-stevedore-doc/html/_static/up-pressed.png
/usr/share/doc/packages/python-stevedore-doc/html/_static/up.png
/usr/share/doc/packages/python-stevedore-doc/html/_static/websupport.js
/usr/share/doc/packages/python-stevedore-doc/html/genindex.html
/usr/share/doc/packages/python-stevedore-doc/html/index.html
/usr/share/doc/packages/python-stevedore-doc/html/install
/usr/share/doc/packages/python-stevedore-doc/html/install/index.html
/usr/share/doc/packages/python-stevedore-doc/html/objects.inv
/usr/share/doc/packages/python-stevedore-doc/html/reference
/usr/share/doc/packages/python-stevedore-doc/html/reference/index.html
/usr/share/doc/packages/python-stevedore-doc/html/search.html
/usr/share/doc/packages/python-stevedore-doc/html/searchindex.js
/usr/share/doc/packages/python-stevedore-doc/html/user
/usr/share/doc/packages/python-stevedore-doc/html/user/essays
/usr/share/doc/packages/python-stevedore-doc/html/user/essays/pycon2013.html
/usr/share/doc/packages/python-stevedore-doc/html/user/history.html
/usr/share/doc/packages/python-stevedore-doc/html/user/index.html
/usr/share/doc/packages/python-stevedore-doc/html/user/patterns_enabling.html
/usr/share/doc/packages/python-stevedore-doc/html/user/patterns_loading.html
/usr/share/doc/packages/python-stevedore-doc/html/user/sphinxext.html
/usr/share/doc/packages/python-stevedore-doc/html/user/tutorial
/usr/share/doc/packages/python-stevedore-doc/html/user/tutorial/creating_plugins.html
/usr/share/doc/packages/python-stevedore-doc/html/user/tutorial/index.html
/usr/share/doc/packages/python-stevedore-doc/html/user/tutorial/loading.html
/usr/share/doc/packages/python-stevedore-doc/html/user/tutorial/naming.html
/usr/share/doc/packages/python-stevedore-doc/html/user/tutorial/testing.html


Generated by rpm2html 1.8.1

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