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

python-oslo.rootwrap-doc-6.0.2-bp153.1.13 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python-oslo.rootwrap-doc Distribution: SUSE Linux Enterprise 15 SP3
Version: 6.0.2 Vendor: openSUSE
Release: bp153.1.13 Build date: Wed Mar 31 17:25:38 2021
Group: Development/Languages/Python Build host: lamb09
Size: 2884455 Source RPM: python-oslo.rootwrap-6.0.2-bp153.1.13.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/oslo.rootwrap
Summary: Documentation for OpenStack oslo.rootwrap
Documentation for the OpenStack oslo.rootwrap library.

Provides

Requires

License

Apache-2.0

Changelog

* Tue May 12 2020 cloud-devel@suse.de
  - update to version 6.0.2
    - Update the constraints url
    - Sync Sphinx requirement
    - [ussuri][goal] Drop python 2.7 support and testing
    - remove outdated header
    - Switch to Ussuri jobs
    - Implement "realpath" to retrieve the real absolute path
    - Remove universal wheel configuration
    - Use unittest.mock instead of third party mock
    - Bump the openstackdocstheme extension to 1.20
    - tox: Trivial cleanup
    - tox: Keeping going with docs
    - Update master for stable/train
    - reword releasenote for py27 support dropping
    - reap rootwrap daemon process when it is timeout
* 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 5.16.1
    - Update hacking version
    - OpenDev Migration Patch
    - Always close all passed in fds beyond sensible_fd_limit on launch
    - Update master for stable/stein
    - Add Python 3 Train unit tests
    - Replace git.openstack.org URLs with opendev.org URLs
    - Dropping the py35 testing
* Mon Apr 08 2019 cloud-devel@suse.de
  - update to version 5.15.2
    - Update mailinglist from dev to discuss
    - Add release note for file descriptor limit change
    - fix tox python3 overrides
    - Fix portability issue
    - Switch to stestr
    - Run rootwrap with lower fd ulimit by default
    - Update reno for stable/rocky
    - Clean up .gitignore references to personal tools
    - Add release notes link to README
    - Don't quote {posargs} in tox.ini
    - 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 5.14.1
    - Treat doc warnings as errors
    - Remove stale pip-missing-reqs tox test
    - set default python to python3
    - Update to support running benchmark on python3
    - Update reno for stable/queens
    - Update links in README
    - Trivial: Update pypi url to new url
    - fix lower constraints and uncap eventlet
    - Updated from global requirements
    - add lower-constraints job
    - Make IpNetnsExecFilter more strict to detect aliases
* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 5.13.0
    - Follow the new PTI for document build
    - Remove -U from pip install
    - Add bandit to pep8 job
    - Update reno for stable/pike
    - Remove setting of version/release from releasenotes
    - Avoid tox_install.sh for constraints support
    - Fix test_daemon_no_cleanup_for_uninitialized_server
    - Protect rootwrap daemon socket against multiple threads
    - Cleanup test-requirements
    - Updated from global requirements
    - Ignore syslog settings if /dev/log is not present
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 5.9.0
    - Always check cmd which does not exist
    - rearrange existing documentation to fit the new standard layout
    - Don't open subdirectories rootwrap filter directories
    - [Fix gate]Update test requirement
    - Allow rootwrap-daemon to timeout and exit
    - Avoid importing Linux specific modules on Windows
    - Update URLs in documents according to document migration
    - Remove support for py34
    - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
    - Update reno for stable/ocata
    - [daemon] Close inherited filedescriptors after forking
    - Remove pbr warnerrors in favor of sphinx check
    - Updated from global requirements
    - Switch from oslosphinx to openstackdocstheme
    - Trivial: Remove testscenarios from test-requirements.txt
* Wed Jun 07 2017 cloud-devel@suse.de
  - update to version 5.4.1
    - Avoid importing Linux specific modules on Windows
    - Update UPPER_CONSTRAINTS_FILE for stable/ocata
    - Allow rootwrap-daemon to timeout and exit
    - [daemon] Close inherited filedescriptors after forking
    - Update .gitreview for stable/ocata
* Mon Feb 13 2017 cloud-devel@suse.de
  - update to version 5.4.0:
    - Remove discover from test-requirements
    - Add Constraints support
    - Updated from global requirements
    - Show team and repo badges on README
    - Update homepage with developer documentation page
    - [TrivialFix] Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
    - Enable release notes translation
    - Relax default strict option under python3.x for configparser
    - Fix running unknown commands in daemon mode
    - Enhance _program() and _program_path()
    - Add reno for release notes management
* Mon Nov 14 2016 tbechtold@suse.com
  update to version 5.1.1
    * Update .gitreview for stable/newton
    * Fix running unknown commands in daemon mode
* Fri Oct 14 2016 tbechtold@suse.com
  - switch to stable/newton tarball in _service
* Fri Sep 02 2016 tbechtold@suse.com
  - update to version 5.1.0
    * Fix parameters of assertEqual are misplaced
* Wed Aug 10 2016 tbechtold@suse.com
  - update to 5.0.0:
    * always allow privsep-helper as a command
    * Add Python 3.5 classifier and venv
    * Updated from global requirements
  - Update _service and switch to upstream spec template
* Thu Mar 03 2016 tbechtold@suse.com
  - update to 4.1.0:
    * Updated from global requirements
    * Updated from global requirements
    * Remove unused use-syslog-rfc-format option
    * Updated from global requirements
    * Updated from global requirements
    * Removes MANIFEST.in as it is not needed explicitely by PBR
    * Drop python 2.6 support
    * Updated from global requirements
    * Remove python 2.6 classifier
    * Remove python 2.6 and cleanup tox.ini
    * Python 3: encode or decode i/o data of Popen.communicate()
    * Fix Python 3 support for eventlet monkey-patching
    * Fix Python 3 issues in tests
    * No need for Oslo Incubator Sync
    * move usage instructions into main docs
    * docs - Set pbr 'warnerrors' option for doc build
    * Add shields.io version/downloads links/badges into README.rst
    * add pbr-generated release history to the documentation
    * Fix some spelling typo in manual
    * Updated from global requirements
    * Python 3: Don't use BaseException.message attribute
    * Handle renamed executables with KillFilter
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Remove test-requirements-py3.txt
    * Add tox target to find missing requirements
    * daemon: avoid raising UnboundLocalError to callers
    * Updated from global requirements
    * Updated from global requirements
    * Log that rootwrap was spawned after check
  - Adjust Requires according to requirements.txt
* Fri Jun 12 2015 dmueller@suse.com
  - update to 2.0.0:
    * Remove oslo namespace package
* Mon Jun 08 2015 tbechtold@suse.com
  - update to 1.8.0:
    * Remove run_cross_tests.sh
    * Updated from global requirements
    * Remove mentions of root "tests" package from test_funcional_*
    * Uncap library requirements for liberty
    * Speed up non-daemon rootwrap command line invocation
    * Correct RST syntax errors in README.rst
    * Update to latest hacking
    * Avoid calling sudo just to change users
    * Updated from global requirements
  - Adjust Requires according to requirements.txt
* Tue Mar 10 2015 tbechtold@suse.com
  - update to 1.6.0:
    * Remove env changing support in daemon mode
    * Updated from global requirements
    * Updated from global requirements
    * Add bug link to README
  - update Requires
* Thu Jan 29 2015 tbechtold@suse.com
  - update to version 1.5.0:
    * Add cross-testing script
    * Updated from global requirements
    * Move files out of the namespace package
    * Activate pep8 check that _ is imported
    * Workflow documentation is now in infra-manual
* Thu Jan 15 2015 tbechtold@suse.com
  - update to version 1.4.0:
    * Updated from global requirements
    * Updated from global requirements
    * Correct filters examples in README.rst
    * Updated from global requirements
    * Fix exit of subprocess in case it was terminated by signal
    * Updated from global requirements
    * Support building wheels (PEP-427)
    * Updated from global requirements
  - Add python_requires to _service

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:43:28 2024