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

python-oslo.concurrency-doc-4.0.3-bp153.1.1 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python-oslo.concurrency-doc Distribution: SUSE Linux Enterprise 15 SP3
Version: 4.0.3 Vendor: openSUSE
Release: bp153.1.1 Build date: Wed May 5 06:54:56 2021
Group: Development/Languages/Python Build host: goat01
Size: 3106284 Source RPM: python-oslo.concurrency-4.0.3-bp153.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://launchpad.net/oslo.concurrency
Summary: Documentation for OpenStack concurrency library
The oslo.concurrency library has utilities for safely running multi-thread,
multi-process applications using locking mechanisms and for running
external processes.
This package contains the documentation.

Provides

Requires

License

Apache-2.0

Changelog

* Fri Mar 12 2021 cloud-devel@suse.de
  - update to version 4.0.3
    - Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri
    - Monkey patch original current_thread _active in processutils
    - Update .gitreview for stable/ussuri
* Tue May 12 2020 cloud-devel@suse.de
  - update to version 4.0.2
    - Spiff up docs for *_with_prefix
    - Blacklist sphinx 2.1.0 (autodoc bug)
    - tox: Keeping going with docs
    - Stop to build universal wheel
    - Update the constraints url
    - tox: Trivial cleanup
    - Update master for stable/train
    - ignore reno builds artifacts
    - Drop python 2.7 support and testing
    - Document management and history of lock files
    - Update hacking for Python3
    - Switch to Ussuri jobs
    - Add lock_with_prefix convenience utility
    - Fix remove_lock test
    - trivial: Cleanup tox.ini
    - remove outdated header
    - Use unittest.mock instead of third party mock
    - Stop configuring install_command in tox.
    - Some test cleanup
    - Bump the openstackdocstheme extension to 1.20
* Mon Mar 23 2020 Dirk Mueller <dmueller@suse.com>
  - add obsoletes
* 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 3.30.0
    - Update master for stable/stein
    - Replace git.openstack.org URLs with opendev.org URLs
    - Dropping the py35 testing
    - Add Python 3 Train unit tests
    - Cap Bandit below 1.6.0 and update Sphinx requirement
    - OpenDev Migration Patch
    - Follow the new PTI for document build
* Mon Apr 08 2019 cloud-devel@suse.de
  - update to version 3.29.1
    - Switch to stestr
    - Imported Translations from Zanata
    - Update mailinglist from dev to discuss
    - Remove PyPI downloads
    - Change python3.5 job to python3.7 job on Stein+
    - import zuul job settings from project-config
    - ignore warning from bandit for using shell=
    - Always build universal wheels
    - Update reno for stable/rocky
    - Reorganize that 'Release Notes' in README
    - Don't quote {posargs} in tox.ini
    - add python 3.6 unit test job
    - add lib-forward-testing-python3 test job
    - Remove stale pip-missing-reqs tox test
    - Trivial: Update pypi url to new url
    - Add support for fair locks
    - fix tox python3 overrides
    - Update hacking version
    - Clean up .gitignore references to personal tools
    - Stop using setup.py build_sphinx
    - Add release notes link to README
    - add python 3.7 unit test job
    - Use templates for cover and lower-constraints
* Sat Sep 01 2018 cloud-devel@suse.de
  - update to version 3.27.0
    - set default python to python3
    - Update doc links in CONTRIBUTING.rst and README.rst
    - Mask passwords only when command execution fails
    - Update reno for stable/queens
    - fix lower constraints and uncap eventlet
    - Imported Translations from Zanata
    - 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
* Tue Jan 30 2018 cloud-devel@suse.de
  - update to version 3.25.0
    - Add python_exec kwarg to processutils.execute()
    - Updated from global requirements
    - add bandit to pep8 job
* Mon Jan 15 2018 cloud-devel@suse.de
  - update to version 3.24.0
    - Imported Translations from Zanata
    - Remove setting of version/release from releasenotes
    - Remove -U from pip install
    - Updated from global requirements
    - Avoid tox_install.sh for constraints support
* Fri Nov 24 2017 cloud-devel@suse.de
  - update to version 3.23.0
    - Add debug log to indicate when external lock is taken
    - Update reno for stable/pike
    - Minor correction to docstrings
    - Windows: ensure exec calls don't block other greenthreads
    - Updated from global requirements
* Thu Sep 28 2017 cloud-devel@suse.de
  - update to version 3.21.1
    - Update .gitreview for stable/pike
    - Windows: ensure exec calls don't block other greenthreads
    - Updated from global requirements
    - Update UPPER_CONSTRAINTS_FILE for stable/pike
* Mon Aug 07 2017 cloud-devel@suse.de
  - update to version 3.21.0
    - Imported Translations from Zanata
    - Remove log translations
    - turn on warning-is-error for sphinx
    - Check reStructuredText documents for common style issues
    - Using fixtures.MockPatch instead of mockpatch.Patch
    - [Fix gate]Update test requirement
    - Update URLs in documents according to document migration
    - Remove support for py34
    - rearrange existing documentation to follow the new layout standard
    - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
    - Update reno for stable/ocata
    - Check for SubprocessError by name on Python 3.x
    - Updated from global requirements
    - switch from oslosphinx to openstackdocstheme
* Mon Feb 13 2017 cloud-devel@suse.de
  - update to version 3.18.0:
    - [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
    - Update reno for stable/newton
    - Automatically convert process_input to bytes
    - Imported Translations from Zanata
    - Change assertTrue(isinstance()) by optimal assert
    - Updated from global requirements
    - Add Constraints support
    - Remove unnecessary requirements
    - Show team and repo badges on README
    - Changed the home-page link
    - Enable release notes translation
    - Ignore prlimit argument on Windows
* Tue Oct 04 2016 dmueller@suse.com
  - switch to stable/newton
* Tue Aug 30 2016 tbechtold@suse.com
  - update to version 3.14.0
    * Fix external lock tests on Windows
    * Updated from global requirements
* Wed Aug 10 2016 tbechtold@suse.com
  - update to version 3.13.0
    * Add Python 3.5 classifier and venv
    * Imported Translations from Zanata
    * Fix parameters of assertEqual are misplaced
    * Updated from global requirements
    * Add reno for releasenotes management
* Fri Jun 03 2016 tbechtold@suse.com
  - update to 3.9.0:
    * Add doc/ to pep8 check
    * Remove unused import statement
    * Add timeout option to ssh_execute
    * Fix wrong import example in docstring
    * Trivial: ignore openstack/common in flake8 exclude list
    * Updated from global requirements
    * Imported Translations from Zanata
    * processutils: add support for missing process limits
    * Remove direct dependency on babel
    * Updated from global requirements
    * Updated from global requirements
    * Updated from global requirements
    * Add a few usage examples for lockutils
    * Revert "Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set"
    * Updated from global requirements
    * Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set
* Thu Jun 02 2016 tbechtold@suse.com
  - use renderspec source service
  - update spec from upstream
* Mon Apr 04 2016 tbechtold@suse.com
  - update to 3.7.0:
    * Updated from global requirements
    * Update .gitreview for stable/mitaka
  - Adjust Requires
* Wed Mar 16 2016 tbechtold@suse.com
  - Add python-enum34 as BuildRequires to fix tests
* Mon Feb 29 2016 dmueller@suse.com
  - update to 3.6.0:
    * Updated from global requirements
    * Update translation setup
    * Add prlimit parameter to execute()
    * Imported Translations from Zanata
    * Remove unnecessary package in setup.cfg
* Sun Feb 28 2016 dmueller@suse.com
  - update to 3.2.0:
    * Updated from global requirements
    * Trival: Remove 'MANIFEST.in'
    * Add complementary remove lock with prefix function
    * Drop python 2.6 support
    * Updated from global requirements
    * Remove python 2.6 classifier
    * Use versionadded and versionchanged in doc
    * Updated from global requirements
    * Imported Translations from Zanata
    * Fix Tests to run under OSX
    * Fix coverage configuration and execution
    * Imported Translations from Zanata
    * Move 'history' -> release notes section
    * add auto-generated docs for config options
    * Change ignore-errors to ignore_errors
    * Updated from global requirements
    * Imported Translations from Zanata
    * Use int enumerations for log error constants
* Wed Sep 09 2015 tbechtold@suse.com
  - update to 2.6.0:
    * Removes unused posix-ipc requirement
    * Updated from global requirements
  - Adjust Requires according to requirements.txt
* Thu Aug 27 2015 tbechtold@suse.com
  - update to 2.5.0:
    * Updated from global requirements
    * Updated from global requirements
    * Use oslo_utils reflection to get 'f' callable name
    * flake8 - remove unused rules
    * Imported Translations from Transifex
    * Updated from global requirements
  - Adjust Requires according to requirements.txt
* Wed Jul 29 2015 tbechtold@suse.com
  - Unify spec file
  - Add -doc package
* Mon Jul 20 2015 dmueller@suse.com
  - update to 2.3.0:
    * Imported Translations from Transifex
    * Allow preexec_fn method for processutils.execute
    * Updated from global requirements
    * Use pypi name for requirements.txt
    * processutils: ensure on_completion callback is always called
    * Updated from global requirements
    * Remove redundant fileutils
    * Add tox target to find missing requirements
* Fri Jul 03 2015 dmueller@suse.com
  - add missing dependency on fasteners
* Wed Jun 24 2015 tbechtold@suse.com
  - update to 2.1.0:
    * Imported Translations from Transifex
    * Updated from global requirements
    * Updated from global requirements
    * Add 2 callbacks to processutils.execute()
    * Updated from global requirements
    * Fix LockFixture docstring
    * Updated from global requirements
    * Switch badges from 'pypip.in' to 'shields.io'
    * Updated from global requirements
    * Replace locks and replace with fasteners library provides ones
* Wed Jun 10 2015 tbechtold@suse.com
  - update to 2.0.0:
    * Remove oslo namespace package
  - enable testsuite
* Tue Jun 02 2015 tbechtold@suse.com
  - update to 1.10.0:
    * Imported Translations from Transifex
    * Sync from oslo-incubator
    * Updated from global requirements
    * Advertise support for Python3.4 / Remove support for 3.3
    * Updated from global requirements
    * Imported Translations from Transifex
    * Remove run_cross_tests.sh
    * Updated from global requirements
    * Updated from global requirements
    * Add binary parameter to execute and ssh_execute
    * Port processutils to Python 3
    * Uncap library requirements for liberty
    * Move fixtures to test-requirements.txt
    * Fix test_as_root* tests to work when run as root
    * Add pypi download + version badges
    * Standardize setup.cfg summary for oslo libs
    * Imported Translations from Transifex
    * Updated from global requirements
    * Remove tools/run_cross_tests.sh from openstack-common.conf
* Mon Mar 30 2015 tbechtold@suse.com
  - update to 1.8.0:
    * Switch to non-namespaced module imports
    * Remove py33 env from default tox list
    * Add lockutils.get_lock_path() function
* Tue Mar 10 2015 tbechtold@suse.com
  - update to 1.7.0:
    * Imported Translations from Transifex
    * Updated from global requirements
  - adjust Requires according to requirements.txt
* Tue Feb 24 2015 tbechtold@suse.com
  - update to 1.6.0:
    * Updated from global requirements
    * processutils: execute(): fix option incompatibility
    * Ability to set working directory
    * Add eventlet test check to new tests __init__.py
    * Drop use of namespaced oslo.i18n
    * Updated from global requirements
    * Updated from global requirements
    * Update Oslo imports to remove namespace package
* Thu Jan 15 2015 tbechtold@suse.com
  - update to 1.4.1:
    * Revert "Port processutils to Python 3"
* Wed Jan 14 2015 tbechtold@suse.com
  - update to version 0.4.0:
    * Bump to hacking 0.10
    * Updated from global requirements
    * add watchdog module
    * Updated from global requirements
    * make time format for processutils match lockutils
    * Correct the translation domain for loading messages
    * Add a reader/writer lock
    * Don't use ConfigFilter for lockutils
    * Report import warnings where the import occurs
    * Port processutils to Python 3
    * Activate pep8 check that _ is imported
    * Drop requirements-py3.txt
    * Updated from global requirements
    * Clean up API documentation
    * Workflow documentation is now in infra-manual
    * Remove noqa from test files
    * test compatibility for old imports
    * Fix bug link in README.rst
  - Adjust BuildRequires according to test-requirements.txt
* Wed Jan 14 2015 tbechtold@suse.com
  - Add python_requires to _service
  - Adjust Requires according to requirements.txt
* Tue Dec 09 2014 dmueller@suse.com
  - update to 0.3.0:
    * Add external lock fixture
    * Add a TODO for retrying pull request #20
    * Allow the lock delay to be provided
    * Allow for providing a customized semaphore container
    * Move locale files to proper place
    * Flesh out the README
    * Move out of the oslo namespace package
    * Improve testing in py3 environment
    * Only modify autoindex.rst if it exists
    * Imported Translations from Transifex
    * lockutils-wrapper cleanup
    * Don't use variables that aren't initialized
* Sat Nov 01 2014 dmueller@suse.com
  - Initial package

Files

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


Generated by rpm2html 1.8.1

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