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

python-debtcollector-doc-2.0.1-8.4.6 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python-debtcollector-doc Distribution: SUSE Linux Enterprise 15
Version: 2.0.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: 8.4.6 Build date: Thu Aug 6 14:19:08 2020
Group: Documentation/HTML Build host: sheep17
Size: 3185144 Source RPM: python-debtcollector-2.0.1-8.4.6.src.rpm
Packager: https://www.suse.com/
Url: https://docs.openstack.org/developer/debtcollector/
Summary: Documentation for python-debtcollector
A collection of Python deprecation patterns and strategies that help
you collect your technical debt in a non-destructive manner. The goal
of this library is to provide well documented developer facing
deprecation patterns that start of with a basic set and can expand
into a larger set of patterns as time goes on. The desired output of
these patterns is to apply the warnings module to emit
DeprecationWarning or PendingDeprecationWarning or similar derivative
to developers using libraries (or potentially applications) about
future deprecations.

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 2.0.1
    - Update hacking for Python3
    - Update master for stable/train
    - [ussuri][goal] Drop python 2.7 support and testing
    - Update the minversion parameter.
    - Move docs linting to pep8
* Sat Mar 14 2020 dmueller@suse.com
  - switch to python 3.x only builds
* Thu Oct 17 2019 cloud-devel@suse.de
  - update to version 1.22.0
    - OpenDev Migration Patch
    - add python 3.7 unit test job
    - Update master for stable/stein
    - Dropping the py35 testing
    - Replace git.openstack.org URLs with opendev.org URLs
    - Update Sphinx requirement
    - Add Python 3 Train unit tests
* Mon Apr 08 2019 cloud-devel@suse.de
  - update to version 1.21.0
    - Use template for lower-constraints
    - Add release note link in README
    - add lib-forward-testing-python3 test job
    - Change openstack-dev to openstack-discuss
    - Update reno for stable/rocky
    - Don't quote {posargs} in tox.ini
    - Remove PyPI downloads
    - add python 3.6 unit test job
    - import zuul job settings from project-config
* Mon Oct 08 2018 cloud-devel@suse.de
  - update to version 1.20.0
    - set default python to python3
    - fix tox python3 overrides
    - Update reno for stable/queens
    - pypy is not checked at gate
    - Trivial: Update pypi url to new url
    - Update links in README
    - Remove setting of version/release from releasenotes
    - remove obsolete tox environments
    - Switch to stestr
    - Updated from global requirements
    - add lower-constraints job
* Mon Sep 03 2018 dmueller@suse.com
  - switch to stable/rocky template
* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Thu Jan 18 2018 cloud-devel@suse.de
  - update to version 1.19.0
    - Updated from global requirements
    - Avoid tox_install.sh for constraints support
* Tue Nov 21 2017 cloud-devel@suse.de
  - update to version 1.18.0
    - Update reno for stable/pike
    - Updated from global requirements
* Thu Sep 28 2017 cloud-devel@suse.de
  - update to version 1.17.1
    - Update .gitreview for stable/pike
    - Updated from global requirements
    - Update UPPER_CONSTRAINTS_FILE for stable/pike
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 1.17.0
    - Remove testscenarios from test-requirements.txt
    - Do not require oslotest for testing
    - Update URLs in documents according to document migration
    - rearrange existing documentation to fit the new standard layout
    - Update reno for stable/ocata
    - Remove pbr warnerrors in favor of sphinx check
    - Updated from global requirements
    - switch from oslosphinx to openstackdocstheme
    - Python 3.4 support has been removed
* Fri Feb 10 2017 cloud-devel@suse.de
  - update to version 1.11.0:
    - Remove discover from test-requirements
    - Trivial: Remove 'MANIFEST.in'
    - Fix a typo in comment
    - Typo fix for module debtcollector
    - Drop *openstack/common* in flake8 exclude list
    - Add Constraints support
    - Add reno for release notes management
    - Add tests for decorated argspec preservation
    - Show team and repo badges on README
    - Update homepage with developer documentation page
    - Fix renamed_kwarg to preserve argspec
    - Add Python 3.5 classifier and venv
    - Drop babel as requirement since its not used
    - Updated from global requirements
  - Switch to spec template from openstack/rpm-packaging project
* Tue Nov 15 2016 dmueller@suse.com
  - update to 1.8.0:
    * Drop *openstack/common* in flake8 exclude list
    * Remove discover from test-requirements
    * Add Python 3.5 classifier and venv
    * Drop babel as requirement since its not used
    * Fix renamed_kwarg to preserve argspec
    * Add tests for decorated argspec preservation
    * Updated from global requirements
* Mon Feb 15 2016 dmueller@suse.com
  - update to 1.3.0:
    * Updated from global requirements
    * Add debug testenv in tox
    * Add updated_kwarg_default_value decorator
    * Allow replacing a keyword argument
    * Add 'removed_class' class decorator
    * py26/py33 are no longer supported by Infra's CI
    * Add removals.remove note about metaclasses
    * Updated from global requirements
    * Update get_class_name from olso.utils
    * Remove Python 2.6 classifier
    * Remove python 2.6 and cleanup tox.ini
    * Add 'moved_read_only_property' descriptor
    * Add ability to disable warnings being emitted
    * Add a 'removed_property' descriptor class
    * No need for Oslo Incubator Sync
    * docs - Set pbr 'warnerrors' option for doc build
    * Include changelog/history in docs
    * tweak language in readme
    * Enhance the README
    * Change ignore-errors to ignore_errors
    * Updated from global requirements
    * Activate pep8 check that _ is imported
    * Add a moved function helper
* Wed Sep 09 2015 tbechtold@suse.com
  - update to 0.8.0:
    * Updated from global requirements
* Tue Aug 04 2015 tbechtold@suse.com
  - update to 0.7.0
    * Updated from global requirements
    * Expose a top level 'deprecate' function
    * Add @removals.removed_kwarg on an __init__ method
    * Improve + test keyword argument @classmethod removal
    * Add example for removing a @classmethod
* Tue Jul 28 2015 tbechtold@suse.com
  - update to 0.6.0:
    * Ensure doctesting and doc8 testing done in py27 env
    * Updated from global requirements
    * Fix quoting of examples
    * Updated from global requirements
    * Switch badges from 'pypip.in' to 'shields.io'
* Tue Jun 02 2015 tbechtold@suse.com
  - Adjust Require versions according to requirements.txt
* Tue Jun 02 2015 tbechtold@suse.com
  - Initial packaging

Files

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


Generated by rpm2html 1.8.1

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