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

python3-oslo.cache-3.5.0-1.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python3-oslo.cache Distribution: openSUSE:Factory:zSystems
Version: 3.5.0 Vendor: openSUSE
Release: 1.3 Build date: Thu Jan 4 10:12:32 2024
Group: Development/Languages/Python Build host: reproducible
Size: 653307 Source RPM: python-oslo.cache-3.5.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://docs.openstack.org/oslo.cache
Summary: Cache storage for Openstack projects
oslo.cache aims to provide a generic caching mechanism for OpenStack projects
by wrapping the dogpile.cache library. The dogpile.cache library provides
support memoization, key value storage and interfaces to common caching
backends such as Memcached.

Provides

Requires

License

Apache-2.0

Changelog

* Thu Jan 04 2024 cloud-devel@suse.de
  - update to version 3.5.0
    - Bump bandit
    - Imported Translations from Zanata
* Thu Jun 15 2023 cloud-devel@suse.de
  - update to version 3.4.0
    - Revert "Moves supported python runtimes from version 3.8 to 3.10"
    - Update master for stable/2023.1
    - Imported Translations from Zanata
    - Moves supported python runtimes from version 3.8 to 3.10
    - Allow bmemcached to be optional for memcache_pool
* Tue Mar 07 2023 cloud-devel@suse.de
  - update to version 3.3.1
    - Fix issues related to tox4
* Mon Mar 06 2023 cloud-devel@suse.de
  - update to version 3.3.0
    - Add Python3 antelope unit tests
    - Imported Translations from Zanata
    - Add bmemcached as optional dependency
    - Update master for stable/zed
* Sun Oct 02 2022 cloud-devel@suse.de
  - update to version 3.1.0
    - Support SASL protocol for memcached
* Tue Aug 16 2022 cloud-devel@suse.de
  - update to version 3.0.0
    - Drop python3.6/3.7 support in testing runtime
    - Imported Translations from Zanata
* Tue Jun 07 2022 cloud-devel@suse.de
  - update to version 2.11.0
    - Add Python3 yoga unit tests
    - Expose pymemcache's HashClient public params
    - Add Python3 zed unit tests
    - Add Python 3 only classifier
    - fix typo
    - Use the right backend for TLS tests
    - Remove unnecessary unicode prefixes
    - Drop pymongo useless and removed attribute
    - Fix description of memcache_servers
    - Update master for stable/xena
    - Update master for stable/yoga
    - Update python testing classifier
    - Add socket keepalive options to oslo.cache
    - Add retry mechanisms to oslo.cache
* Tue Oct 26 2021 cloud-devel@suse.de
  - update to version 2.8.1
    - Add bug comment and fix nits
    - Update master for stable/wallaby
    - setup.cfg: Replace dashes with underscores
    - Add Python3 xena unit tests
    - Don't import module "etcd3gw" if etcd3gw backend is not used.
    - Adding technical details about the memcache pool backend.
    - Move flake8 as a pre-commit local target.
    - Drop use of deprecated collections classes
    - Dropping lower constraints testing.
    - Use py3 as the default runtime for tox
* Sun May 02 2021 cloud-devel@suse.de
  - update to version 2.7.0
    - Add Python3 wallaby unit tests
    - Do not hardcode flush_on_reconnect, move to oslo.cache config
    - Update master for stable/victoria
    - Add dogpile.cache.pymemcache backend
    - Imported Translations from Zanata
    - Dropping lower constraints testing
* Fri Oct 09 2020 cloud-devel@suse.de
  - update to version 2.6.1
    - Switch to Victoria tests
    - Drop hard choice on py38 for functional tests
    - [doc] tell to prefix ipv6 hosts with inet6
    - Remove the unused coding style modules
    - Remove unneeded babel.cfg etc
    - Adding functional tests for memcache_pool backend
    - Add pre-commit to pep8 gate
    - Imported Translations from Zanata
    - Fix pygments style
    - Update master for stable/ussuri
    - Introducing usage of pre-commit
    - Removes pre-commit hooks from Lucas-C
    - Add Memcached functional tests to gate
    - Align contributing doc with oslo's policy
    - Refactoring functional tests based on standard usages
    - Uses commit hash instead of version tags in pre-commit
    - Apply fixes for pre-commit compliance in all code
    - Switch to newer openstackdocstheme and reno versions
    - Adding functional tests
    - Remove six
    - Add release notes links to doc index
    - Add python-binary-memcached to support SASL
    - Bump bandit version
    - Small cleanups in tox.ini
    - Add TLS options to oslo.cache
    - Bump dogpile.cache's version for Memcached TLS support
    - Fix pep8 failure
    - Stop to use the __future__ module.
    - Add TLS context creation from config
    - Update lower-constraints versions

Files

/usr/lib/python3.11/site-packages/oslo.cache-3.5.0-py3.11.egg-info
/usr/lib/python3.11/site-packages/oslo.cache-3.5.0-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/oslo.cache-3.5.0-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/oslo.cache-3.5.0-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/oslo.cache-3.5.0-py3.11.egg-info/entry_points.txt
/usr/lib/python3.11/site-packages/oslo.cache-3.5.0-py3.11.egg-info/not-zip-safe
/usr/lib/python3.11/site-packages/oslo.cache-3.5.0-py3.11.egg-info/pbr.json
/usr/lib/python3.11/site-packages/oslo.cache-3.5.0-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/oslo.cache-3.5.0-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/oslo_cache
/usr/lib/python3.11/site-packages/oslo_cache/__init__.py
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/_bmemcache_pool.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/_bmemcache_pool.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/_i18n.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/_i18n.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/_memcache_pool.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/_memcache_pool.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/_opts.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/_opts.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/core.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/core.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/exception.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/exception.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/testing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/testing.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/_bmemcache_pool.py
/usr/lib/python3.11/site-packages/oslo_cache/_i18n.py
/usr/lib/python3.11/site-packages/oslo_cache/_memcache_pool.py
/usr/lib/python3.11/site-packages/oslo_cache/_opts.py
/usr/lib/python3.11/site-packages/oslo_cache/backends
/usr/lib/python3.11/site-packages/oslo_cache/backends/__init__.py
/usr/lib/python3.11/site-packages/oslo_cache/backends/__pycache__
/usr/lib/python3.11/site-packages/oslo_cache/backends/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/backends/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/backends/__pycache__/dictionary.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/backends/__pycache__/dictionary.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/backends/__pycache__/etcd3gw.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/backends/__pycache__/etcd3gw.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/backends/__pycache__/memcache_pool.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/backends/__pycache__/memcache_pool.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/backends/__pycache__/mongo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/backends/__pycache__/mongo.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/backends/dictionary.py
/usr/lib/python3.11/site-packages/oslo_cache/backends/etcd3gw.py
/usr/lib/python3.11/site-packages/oslo_cache/backends/memcache_pool.py
/usr/lib/python3.11/site-packages/oslo_cache/backends/mongo.py
/usr/lib/python3.11/site-packages/oslo_cache/core.py
/usr/lib/python3.11/site-packages/oslo_cache/exception.py
/usr/lib/python3.11/site-packages/oslo_cache/locale
/usr/lib/python3.11/site-packages/oslo_cache/locale/de
/usr/lib/python3.11/site-packages/oslo_cache/locale/de/LC_MESSAGES
/usr/lib/python3.11/site-packages/oslo_cache/locale/de/LC_MESSAGES/oslo_cache.po
/usr/lib/python3.11/site-packages/oslo_cache/locale/en_GB
/usr/lib/python3.11/site-packages/oslo_cache/locale/en_GB/LC_MESSAGES
/usr/lib/python3.11/site-packages/oslo_cache/locale/en_GB/LC_MESSAGES/oslo_cache.po
/usr/lib/python3.11/site-packages/oslo_cache/locale/es
/usr/lib/python3.11/site-packages/oslo_cache/locale/es/LC_MESSAGES
/usr/lib/python3.11/site-packages/oslo_cache/locale/es/LC_MESSAGES/oslo_cache.po
/usr/lib/python3.11/site-packages/oslo_cache/locale/fr
/usr/lib/python3.11/site-packages/oslo_cache/locale/fr/LC_MESSAGES
/usr/lib/python3.11/site-packages/oslo_cache/locale/fr/LC_MESSAGES/oslo_cache.po
/usr/lib/python3.11/site-packages/oslo_cache/locale/it
/usr/lib/python3.11/site-packages/oslo_cache/locale/it/LC_MESSAGES
/usr/lib/python3.11/site-packages/oslo_cache/locale/it/LC_MESSAGES/oslo_cache.po
/usr/lib/python3.11/site-packages/oslo_cache/locale/ko_KR
/usr/lib/python3.11/site-packages/oslo_cache/locale/ko_KR/LC_MESSAGES
/usr/lib/python3.11/site-packages/oslo_cache/locale/ko_KR/LC_MESSAGES/oslo_cache.po
/usr/lib/python3.11/site-packages/oslo_cache/locale/pt_BR
/usr/lib/python3.11/site-packages/oslo_cache/locale/pt_BR/LC_MESSAGES
/usr/lib/python3.11/site-packages/oslo_cache/locale/pt_BR/LC_MESSAGES/oslo_cache.po
/usr/lib/python3.11/site-packages/oslo_cache/locale/ru
/usr/lib/python3.11/site-packages/oslo_cache/locale/ru/LC_MESSAGES
/usr/lib/python3.11/site-packages/oslo_cache/locale/ru/LC_MESSAGES/oslo_cache.po
/usr/lib/python3.11/site-packages/oslo_cache/locale/tr_TR
/usr/lib/python3.11/site-packages/oslo_cache/locale/tr_TR/LC_MESSAGES
/usr/lib/python3.11/site-packages/oslo_cache/locale/tr_TR/LC_MESSAGES/oslo_cache.po
/usr/lib/python3.11/site-packages/oslo_cache/locale/zh_CN
/usr/lib/python3.11/site-packages/oslo_cache/locale/zh_CN/LC_MESSAGES
/usr/lib/python3.11/site-packages/oslo_cache/locale/zh_CN/LC_MESSAGES/oslo_cache.po
/usr/lib/python3.11/site-packages/oslo_cache/locale/zh_TW
/usr/lib/python3.11/site-packages/oslo_cache/locale/zh_TW/LC_MESSAGES
/usr/lib/python3.11/site-packages/oslo_cache/locale/zh_TW/LC_MESSAGES/oslo_cache.po
/usr/lib/python3.11/site-packages/oslo_cache/testing.py
/usr/lib/python3.11/site-packages/oslo_cache/tests
/usr/lib/python3.11/site-packages/oslo_cache/tests/__init__.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/__pycache__
/usr/lib/python3.11/site-packages/oslo_cache/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/__pycache__/test_cache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/__pycache__/test_cache.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/__init__.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/__pycache__
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/__pycache__/test_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/__pycache__/test_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_bmemcached
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_bmemcached/__init__.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_bmemcached/__pycache__
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_bmemcached/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_bmemcached/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_bmemcached/__pycache__/test_cache_backend.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_bmemcached/__pycache__/test_cache_backend.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_bmemcached/test_cache_backend.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_pymemcache
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_pymemcache/__init__.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_pymemcache/__pycache__
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_pymemcache/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_pymemcache/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_pymemcache/__pycache__/test_cache_backend.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_pymemcache/__pycache__/test_cache_backend.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/dogpile_cache_pymemcache/test_cache_backend.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/etcd3gw
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/etcd3gw/__init__.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/etcd3gw/__pycache__
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/etcd3gw/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/etcd3gw/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/etcd3gw/__pycache__/test_cache_backend.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/etcd3gw/__pycache__/test_cache_backend.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/etcd3gw/test_cache_backend.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/memcache_pool
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/memcache_pool/__init__.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/memcache_pool/__pycache__
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/memcache_pool/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/memcache_pool/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/memcache_pool/__pycache__/test_cache_backend.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/memcache_pool/__pycache__/test_cache_backend.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/memcache_pool/test_cache_backend.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/functional/test_base.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/test_cache.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__init__.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__pycache__
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__pycache__/test_cache_backend_mongo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__pycache__/test_cache_backend_mongo.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__pycache__/test_cache_basics.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__pycache__/test_cache_basics.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__pycache__/test_connection_pool.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__pycache__/test_connection_pool.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__pycache__/test_dict_backend.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/__pycache__/test_dict_backend.cpython-311.pyc
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/test_cache_backend_mongo.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/test_cache_basics.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/test_connection_pool.py
/usr/lib/python3.11/site-packages/oslo_cache/tests/unit/test_dict_backend.py
/usr/lib/python3.11/site-packages/oslo_cache/version.py
/usr/share/doc/packages/python3-oslo.cache
/usr/share/doc/packages/python3-oslo.cache/ChangeLog
/usr/share/doc/packages/python3-oslo.cache/LICENSE
/usr/share/doc/packages/python3-oslo.cache/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024