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

python-oslo.utils-doc-9.1.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python-oslo.utils-doc Distribution: openSUSE Tumbleweed
Version: 9.1.0 Vendor: openSUSE
Release: 1.1 Build date: Sun Nov 9 10:21:34 2025
Group: Development/Languages/Python Build host: reproducible
Size: 5155037 Source RPM: python-oslo.utils-9.1.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://docs.openstack.org/oslo.utils
Summary: Documentation for OpenStack utils library
Documentation for OpenStack utils library.

Provides

Requires

License

Apache-2.0

Changelog

* Sun Nov 09 2025 Dirk Müller <dmueller@suse.com>
  - update to 9.1.0:
    * add pyproject.toml to support pip 23.1
    * tox: Remove basepython
    * Remove constant\_time\_prepare
    * Fix undocumented functions in secretutils
    * Update master for stable/2025.1
    * Fix typo in recent change
  - switch to singlespec
* Tue Jul 01 2025 Dirk Müller <dmueller@suse.com>
  - update to 8.2.0:
    * Skip installation to speed up pep8
    * Run pyupgrade to clean up Python 2 syntaxes
    * Adjust warning message for eventlet support deprecation
    * Fix wrong warning category
    * deprecate the eventletutils module
    * Remove unused private constants
    * Deprecate redundant exception\_to\_unicode function
    * Drop compatibility code for Python 3.8
    * Add image checker to imageutils
    * Adjust the version in descriptions
    * Add a release note about the new crypt utilities
    * Fix get\_my\_ipv4 in absence of IPv4
    * Fix get\_my\_ipv6 in absence of IPv6
    * Add utility to replace crypt.mksalt
    * reno: Update master for unmaintained/2023.1
    * Add utility to replace crypt.crypt
    * is\_valid\_ipv4: Enable strict check by default
    * Add note about requirements lower bounds
    * Vendor VersionPredicate
    * Declare Python 3.12 support
    * Allow multiple format hits if explicitly handled
    * Abort the stream early if no match
    * Fix compatibility with netaddr 1.1.0
    * Drop dependency on netifaces
    * Use context manager for socket
    * Clarify GPT structure offset
    * Deprecate redundant constant\_time\_compare function
    * Deprecate redundant md5 method
    * Remove Python 3.8 support
    * Squelch irrelevant format complaints
    * Add qemu-img to bindep
    * Avoid detecting FAT VBR as an MBR
    * Update master for stable/2024.2
    * Add LUKSv1 inspector
* Fri Sep 27 2024 Dirk Müller <dmueller@suse.com>
  - drop obsolete dependencies
* Mon Sep 02 2024 cloud-devel@suse.de
  - update to version 7.3.0
    - Make imageutils a directory
    - reno: Update master for unmaintained/wallaby
    - Import format_inspector from nova
    - Fix qcow2 feature flag checks (for the future)
    - Add stream-based detection
    - Update master for stable/2024.1
    - Fix coverage target
    - Test cover target in CI
    - Add a function to trim scope out of ipv6 addr
    - Reinstate VMDK safety check coverage
    - Support VMDK sparse with footer
    - Add GPT/MBR inspector
    - Refactor some things for oslo
    - netutils: Explicitly require INET_ATON
    - Add release note for format_inspector
    - Make VMDKInspector support non-sparse formats
    - Imported Translations from Zanata
    - Remove old excludes
    - Make FileInspector an ABC
    - Add region-complete signaling for inspectors
    - Modularize image safety checks
    - reno: Update master for unmaintained/victoria
    - reno: Update master for unmaintained/zed
    - reno: Update master for unmaintained/xena
* Thu May 02 2024 cloud-devel@suse.de
  - update to version 7.1.0
    - Update python classifier in setup.cfg
    - add <range-in> spec DSL operator
    - reno: Update master for unmaintained/yoga
    - Remove reference to monotonic on PyPI
    - Remove strict from is_same_callback()
    - Require pytz only in Python < 3.9
    - pre-commit: Integrate bandit
    - Python-3.12: do not use datetime.datetime.utcnow()
    - pre-commit: Bump versions
    - Bump hacking
* Thu Jan 04 2024 cloud-devel@suse.de
  - update to version 6.3.0
    - Mask chapsecret
    - Update master for stable/2023.2
    - versionutil: Remove trailing alpha/beta/rc suffix
    - Imported Translations from Zanata
    - Fix missing PyYAML dependency
* Fri Dec 01 2023 cloud-devel@suse.de
  - update to version 6.2.1
    - Imported Translations from Zanata
* Tue Jul 18 2023 cloud-devel@suse.de
  - update to version 6.2.0
    - Replace deprecated assertAlmostEquals method
    - Fix compatibility with Python 3.8
    - Moves supported python runtimes from version 3.8 to 3.10
    - Bump bandit
    - strutils: update string_to_bytes
    - Implement zoneinfo support to drop dependency to pytz
    - Add netutils.get_my_ipv6()
    - Use the new openstack-python3-jobs template
    - Revert "Moves supported python runtimes from version 3.8 to 3.10"
    - Update units for current SI prefixes
    - Update master for stable/2023.1
* Thu Dec 01 2022 cloud-devel@suse.de
  - update to version 6.1.0
    - [imageutils] Fix __str__ for QemuImgInfo
    - Update master for stable/zed
    - Imported Translations from Zanata
    - Add Python3 antelope unit tests
* Sat Oct 01 2022 cloud-devel@suse.de
  - update to version 6.0.1
    - Imported Translations from Zanata
* Thu Aug 11 2022 cloud-devel@suse.de
  - update to version 6.0.0
    - requirements: Remove explicit pbr dependency
    - Remove deprecated helpers from oslo_utils.timeutils
    - Remove unnecessary unicode prefixes
    - Remove oslo_utils.fnmatch
    - bindep: Use Python 3 devel packages
    - strutils: Defer import of pyparsing
    - Drop python3.6/3.7 support in testing runtime
* Tue May 24 2022 Dirk Müller <dmueller@suse.com>
  - remove mock dependency
* Tue May 10 2022 cloud-devel@suse.de
  - update to version 4.13.0
    - Add backing file format to the output
    - Fix formatting of release list
    - Update master for stable/yoga
    - Update python testing classifier
    - Update master for stable/xena
    - Fix regex used to mask password
    - QemuImgInfo: Fix inconsistent value format of encrypted
    - Add Python3 zed unit tests
    - Add Python3 yoga unit tests
    - setup.cfg: Replace dashes with underscores
    - fix strutils password regex
    - Use LOG.warning instead of deprecated LOG.warn
    - Changed minversion in tox to 3.18.0

Files

/usr/share/doc/packages/python-oslo.utils-doc
/usr/share/doc/packages/python-oslo.utils-doc/LICENSE
/usr/share/doc/packages/python-oslo.utils-doc/html
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/contributor
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/contributor/index.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/install
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/install/index.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/dictutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/encodeutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/eventletutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/excutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/fileutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/fixture.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/importutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/netutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/reflection.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/secretutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/specs_matcher.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/strutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/timeutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/units.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/uuidutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/reference/versionutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/user
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/user/history.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/user/index.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/user/timeutils.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_sources/user/usage.rst.txt
/usr/share/doc/packages/python-oslo.utils-doc/html/_static
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/basic.css
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/css
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/css/bootstrap.css.map
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/css/bootstrap.min.css.map
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/css/search.css
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/doctools.js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/file.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/docs
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/logo-full.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/logo-full.svg
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/logo-vert.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/logo-vert.svg
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/openstack-logo-full.svg
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/openstack-logo-vert.svg
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/js/bootstrap.bundle.min.js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/js/bootstrap.bundle.min.js.map
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/language_data.js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/minus.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/plus.png
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/pygments.css
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-oslo.utils-doc/html/_static/sphinx_highlight.js
/usr/share/doc/packages/python-oslo.utils-doc/html/contributor
/usr/share/doc/packages/python-oslo.utils-doc/html/contributor/index.html
/usr/share/doc/packages/python-oslo.utils-doc/html/genindex.html
/usr/share/doc/packages/python-oslo.utils-doc/html/index.html
/usr/share/doc/packages/python-oslo.utils-doc/html/install
/usr/share/doc/packages/python-oslo.utils-doc/html/install/index.html
/usr/share/doc/packages/python-oslo.utils-doc/html/objects.inv
/usr/share/doc/packages/python-oslo.utils-doc/html/py-modindex.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/dictutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/encodeutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/eventletutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/excutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/fileutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/fixture.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/importutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/index.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/netutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/reflection.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/secretutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/specs_matcher.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/strutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/timeutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/units.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/uuidutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/reference/versionutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/search.html
/usr/share/doc/packages/python-oslo.utils-doc/html/searchindex.js
/usr/share/doc/packages/python-oslo.utils-doc/html/user
/usr/share/doc/packages/python-oslo.utils-doc/html/user/history.html
/usr/share/doc/packages/python-oslo.utils-doc/html/user/index.html
/usr/share/doc/packages/python-oslo.utils-doc/html/user/timeutils.html
/usr/share/doc/packages/python-oslo.utils-doc/html/user/usage.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Nov 13 22:25:22 2025