Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-oslo.cache | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 2.3.0 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Sat Jul 22 12:08:01 2023 |
Group: Development/Languages/Python | Build host: goat42 |
Size: 399387 | Source RPM: python-oslo.cache-2.3.0-bp156.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://launchpad.net/%{sname} | |
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.
Apache-2.0
* Tue May 12 2020 cloud-devel@suse.de - update to version 2.3.0 - Add memcache_pool backend job - Update master for stable/train - Switch from python-memcached to pymemcache. - tox: Keeping going with docs - Update hacking for Python3 - [ussuri][goal] Drop python 2.7 support and testing - remove outdated header - Fix pymemcache release note python package name - Remove dogpile kwarg test - Revert "Switch from python-memcached to pymemcache." - Update memcached configuration help text - trivial: Cleanup tox.ini - Use unittest.mock instead of third party mock - Ignore reno artifacts - Fix python2 syntaxe in doc - tox: Trivial cleanup - Imported Translations from Zanata * 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 1.37.0 - tox: Use the new hotness for constraints - Lower the memcache_socket_timeout to one second - Cap Bandit below 1.6.0 and update Sphinx requirement - Pass `flush_on_reconnect` to memcache pooled backend - add python 3.7 unit test job - Dropping the py35 testing - Avoid tox_install.sh for constraints support - Replace git.openstack.org URLs with opendev.org URLs. - OpenDev Migration Patch - Pass server_max_value_length to memcached client - Update hacking version - Fix lower-constraints - Add Python 3 Train unit tests - Update master for stable/stein - Remove stale comment in _memcache_pool * Tue Jun 11 2019 cloud-devel@suse.de - update to version 1.33.3 - OpenDev Migration Patch - Update .gitreview for stable/stein - Pass `flush_on_reconnect` to memcache pooled backend - Update UPPER_CONSTRAINTS_FILE for stable/stein * Mon Apr 08 2019 cloud-devel@suse.de - update to version 1.33.2 - Update mailinglist from dev to discuss - Drop expired connections before retrieving from the queue - fix tox python3 overrides - Config dict arguments.url must be a list - Update the requirements to match global-requirements for dogpile.cache - Switch to stestr - tox: Fix typo - uncap dogpile - Fix memcache pool client in monkey-patched environments - Imported Translations from Zanata - Always build universal wheels - 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 - Only split url arg with memcache backend - import zuul job settings from project-config - fix dogpile.cache issue due to the new usage of decorate in the lib * Wed Feb 06 2019 cloud-devel@suse.de - update to version 1.30.3 - Config dict arguments.url must be a list - Switch to stestr - Update .gitreview for stable/rocky - import zuul job settings from project-config - Only split url arg with memcache backend * Sat Sep 01 2018 cloud-devel@suse.de - update to version 1.30.1 - Fix incompatible requirement in lower constraints - Remove stale pip-missing-reqs tox test - Update reno for stable/queens - Update links in README - Trivial: Update pypi url to new url - Change memcache_socket_timeout to a float - Imported Translations from Zanata - Avoid use of autodoc_tree_index_modules - Don't let tox_install.sh error if there is nothing to do - Clean old output before new doc builds - 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 * Mon Jan 15 2018 cloud-devel@suse.de - update to version 1.28.0 - Update the documentation link for doc migration - Follow the new PTI for document build - Update reno for stable/pike - Remove setting of version/release from releasenotes - Imported Translations from Zanata - Add more cache backend options - add bandit to pep8 job - Updated from global requirements * Mon Aug 07 2017 cloud-devel@suse.de - update to version 1.25.0 - Change locations of docs for intersphinx - Remove log translations - Imported Translations from Zanata - Fix error in cache.configure_cache_region usage doc - etcd3 : get rid of ast_literal - Improve backend configuration help text - Remove unused/duplicated logging import - update the doc URLs - rearrange content to fit the new standard layout - Add kwarg function key generator - [Fix gate]Update test requirement - switch from oslosphinx to openstackdocstheme - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) - Replaces uuid.uuid4 with uuidutils.generate_uuid() - Update reno for stable/ocata - Switch to oslo_log - turn on warning-is-error in doc build - Check reStructuredText documents for common style issues. - Updated from global requirements - etcd3 driver for oslo.cache - Optimize the link address * Mon Feb 13 2017 cloud-devel@suse.de - update to version 1.17.0: - Imported Translations from Zanata - Update reno for stable/newton - Remove references to Python 3.4 - Fix docstring for get_memoization_decorator - Add Constraints support - Show team and repo badges on README - Changed the home-page link - Enable release notes translation - TrivialFix: Remove default=None when set value in Config - Updated from global requirements - Add usage example to documentation * Thu Sep 01 2016 tbechtold@suse.com - update to version 1.14.0 * Correct help text for backend option * Fix OpenStack capitalization * Tue Aug 30 2016 tbechtold@suse.com - update to version 1.13.0 * Updated from global requirements * Wed Aug 10 2016 tbechtold@suse.com - update to version 1.12.0 * Fixup intersphinx docs * Use entrypoints for backends * Handle empty memcache pool corner case * Imported Translations from Zanata * Add Python 3.5 classifier and venv * Updated from global requirements * Mon Jul 04 2016 tbechtold@suse.com - update to 1.9.0: * Updated from global requirements * Add reno for releasenotes management * Trivial: ignore openstack/common in flake8 exclude list * Imported Translations from Zanata * Remove direct dependency on babel * If caching is globally disabled force dogpile to use the null backend * Thu Jun 02 2016 tbechtold@suse.com - use renderspec source service - update spec from upstream * Mon Apr 04 2016 tbechtold@suse.com - update to 1.6.0: * Updated from global requirements * Update .gitreview for stable/mitaka * Sun Mar 13 2016 dmueller@suse.com - update to 1.5.0: * Updated from global requirements * Thu Mar 03 2016 tbechtold@suse.com - update to 1.4.0: * Updated from global requirements * Move some of these noisy logs to trace level * Revert "Use assertTrue/False instead of assertEqual(T/F)" * Update translation setup * Updated from global requirements * Updated from global requirements * Updated from global requirements * Updated from global requirements * Delete python bytecode before every test run * Use assertTrue/False instead of assertEqual(T/F) * Updated from global requirements * Replace deprecated LOG.warn with LOG.warning * Updated from global requirements * Updated from global requirements * Updated from global requirements * Trival: Remove 'MANIFEST.in' * Updated from global requirements * Remove Python 2.6 classifier * Remove python 2.6 and cleanup tox.ini * Updated from global requirements * Updated from global requirements * Updated from global requirements * Updated from global requirements * Export functions from __init__ - Adjust Requires according to requirements.txt * Thu Oct 15 2015 dmueller@suse.com - update to 0.8.0: * Make CacheIsolatingProxy public * Add shields.io version/downloads links/badges into README.rst * add auto-generated docs for config options * Change ignore-errors to ignore_errors * Updated from global requirements * Thu Sep 03 2015 tbechtold@suse.com - update to 0.7.0: * Updated from global requirements * Implement get/set/delete multiple keys for dictionary backend * Thu Aug 27 2015 tbechtold@suse.com - update to 0.6.0: * Move optional backend dependencies into setup.cfg [extras] * Ignore the .eggs/ directory * Remove remnants of noop backend registration * Updated from global requirements * Updated from global requirements * Setup translations * flake8 - remove unused rules and fix imports * Updated from global requirements * Updated from global requirements * Updated from global requirements * Remove NoOp cache from oslo.cache - Adjust Requires according to requirements.txt * Thu Jul 30 2015 tbechtold@suse.com - Initial packaging
/usr/lib/python3.6/site-packages/oslo.cache-2.3.0-py3.6.egg-info /usr/lib/python3.6/site-packages/oslo.cache-2.3.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/oslo.cache-2.3.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/oslo.cache-2.3.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/oslo.cache-2.3.0-py3.6.egg-info/entry_points.txt /usr/lib/python3.6/site-packages/oslo.cache-2.3.0-py3.6.egg-info/not-zip-safe /usr/lib/python3.6/site-packages/oslo.cache-2.3.0-py3.6.egg-info/pbr.json /usr/lib/python3.6/site-packages/oslo.cache-2.3.0-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/oslo.cache-2.3.0-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/oslo_cache /usr/lib/python3.6/site-packages/oslo_cache/__init__.py /usr/lib/python3.6/site-packages/oslo_cache/__pycache__ /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/_i18n.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/_i18n.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/_memcache_pool.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/_memcache_pool.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/_opts.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/_opts.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/core.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/core.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/exception.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/exception.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/testing.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/testing.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/version.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/__pycache__/version.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/_i18n.py /usr/lib/python3.6/site-packages/oslo_cache/_memcache_pool.py /usr/lib/python3.6/site-packages/oslo_cache/_opts.py /usr/lib/python3.6/site-packages/oslo_cache/backends /usr/lib/python3.6/site-packages/oslo_cache/backends/__init__.py /usr/lib/python3.6/site-packages/oslo_cache/backends/__pycache__ /usr/lib/python3.6/site-packages/oslo_cache/backends/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/backends/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/backends/__pycache__/dictionary.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/backends/__pycache__/dictionary.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/backends/__pycache__/etcd3gw.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/backends/__pycache__/etcd3gw.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/backends/__pycache__/memcache_pool.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/backends/__pycache__/memcache_pool.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/backends/__pycache__/mongo.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/backends/__pycache__/mongo.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/backends/dictionary.py /usr/lib/python3.6/site-packages/oslo_cache/backends/etcd3gw.py /usr/lib/python3.6/site-packages/oslo_cache/backends/memcache_pool.py /usr/lib/python3.6/site-packages/oslo_cache/backends/mongo.py /usr/lib/python3.6/site-packages/oslo_cache/core.py /usr/lib/python3.6/site-packages/oslo_cache/exception.py /usr/lib/python3.6/site-packages/oslo_cache/locale /usr/lib/python3.6/site-packages/oslo_cache/locale/de /usr/lib/python3.6/site-packages/oslo_cache/locale/de/LC_MESSAGES /usr/lib/python3.6/site-packages/oslo_cache/locale/de/LC_MESSAGES/oslo_cache.po /usr/lib/python3.6/site-packages/oslo_cache/locale/en_GB /usr/lib/python3.6/site-packages/oslo_cache/locale/en_GB/LC_MESSAGES /usr/lib/python3.6/site-packages/oslo_cache/locale/en_GB/LC_MESSAGES/oslo_cache.po /usr/lib/python3.6/site-packages/oslo_cache/locale/es /usr/lib/python3.6/site-packages/oslo_cache/locale/es/LC_MESSAGES /usr/lib/python3.6/site-packages/oslo_cache/locale/es/LC_MESSAGES/oslo_cache.po /usr/lib/python3.6/site-packages/oslo_cache/locale/fr /usr/lib/python3.6/site-packages/oslo_cache/locale/fr/LC_MESSAGES /usr/lib/python3.6/site-packages/oslo_cache/locale/fr/LC_MESSAGES/oslo_cache.po /usr/lib/python3.6/site-packages/oslo_cache/locale/it /usr/lib/python3.6/site-packages/oslo_cache/locale/it/LC_MESSAGES /usr/lib/python3.6/site-packages/oslo_cache/locale/it/LC_MESSAGES/oslo_cache.po /usr/lib/python3.6/site-packages/oslo_cache/locale/ko_KR /usr/lib/python3.6/site-packages/oslo_cache/locale/ko_KR/LC_MESSAGES /usr/lib/python3.6/site-packages/oslo_cache/locale/ko_KR/LC_MESSAGES/oslo_cache.po /usr/lib/python3.6/site-packages/oslo_cache/locale/pt_BR /usr/lib/python3.6/site-packages/oslo_cache/locale/pt_BR/LC_MESSAGES /usr/lib/python3.6/site-packages/oslo_cache/locale/pt_BR/LC_MESSAGES/oslo_cache.po /usr/lib/python3.6/site-packages/oslo_cache/locale/ru /usr/lib/python3.6/site-packages/oslo_cache/locale/ru/LC_MESSAGES /usr/lib/python3.6/site-packages/oslo_cache/locale/ru/LC_MESSAGES/oslo_cache.po /usr/lib/python3.6/site-packages/oslo_cache/locale/tr_TR /usr/lib/python3.6/site-packages/oslo_cache/locale/tr_TR/LC_MESSAGES /usr/lib/python3.6/site-packages/oslo_cache/locale/tr_TR/LC_MESSAGES/oslo_cache.po /usr/lib/python3.6/site-packages/oslo_cache/locale/zh_CN /usr/lib/python3.6/site-packages/oslo_cache/locale/zh_CN/LC_MESSAGES /usr/lib/python3.6/site-packages/oslo_cache/locale/zh_CN/LC_MESSAGES/oslo_cache.po /usr/lib/python3.6/site-packages/oslo_cache/locale/zh_TW /usr/lib/python3.6/site-packages/oslo_cache/locale/zh_TW/LC_MESSAGES /usr/lib/python3.6/site-packages/oslo_cache/locale/zh_TW/LC_MESSAGES/oslo_cache.po /usr/lib/python3.6/site-packages/oslo_cache/testing.py /usr/lib/python3.6/site-packages/oslo_cache/tests /usr/lib/python3.6/site-packages/oslo_cache/tests/__init__.py /usr/lib/python3.6/site-packages/oslo_cache/tests/__pycache__ /usr/lib/python3.6/site-packages/oslo_cache/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/__pycache__/test_cache.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/__pycache__/test_cache.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/__pycache__/test_cache_backend_mongo.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/__pycache__/test_cache_backend_mongo.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/__pycache__/test_connection_pool.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/__pycache__/test_connection_pool.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/__pycache__/test_dict_backend.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/__pycache__/test_dict_backend.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/functional /usr/lib/python3.6/site-packages/oslo_cache/tests/functional/__init__.py /usr/lib/python3.6/site-packages/oslo_cache/tests/functional/__pycache__ /usr/lib/python3.6/site-packages/oslo_cache/tests/functional/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/functional/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/functional/__pycache__/test_cache_backend_etcd3gw.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/functional/__pycache__/test_cache_backend_etcd3gw.cpython-36.pyc /usr/lib/python3.6/site-packages/oslo_cache/tests/functional/test_cache_backend_etcd3gw.py /usr/lib/python3.6/site-packages/oslo_cache/tests/test_cache.py /usr/lib/python3.6/site-packages/oslo_cache/tests/test_cache_backend_mongo.py /usr/lib/python3.6/site-packages/oslo_cache/tests/test_connection_pool.py /usr/lib/python3.6/site-packages/oslo_cache/tests/test_dict_backend.py /usr/lib/python3.6/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, Tue Jul 9 19:58:50 2024