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

python311-cachy-0.3.0-150600.1.2 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-cachy Distribution: SUSE Linux Enterprise 15
Version: 0.3.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150600.1.2 Build date: Fri Mar 8 21:44:18 2024
Group: Unspecified Build host: h03-ch2b
Size: 145248 Source RPM: python-cachy-0.3.0-150600.1.2.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/sdispater/cachy
Summary: A caching library for Python
Cachy provides a caching library.

Provides

Requires

License

MIT

Changelog

* Wed Nov 29 2023 daniel.garcia@suse.com
  - Add upstream patch flexmock-0.11.patch to make tests work with
    latest version of python-flexmock gh#sdispater/cachy#19
* Mon May 08 2023 kastl@b1-systems.de
  - add sle15_python_module_pythons
* Mon Dec 19 2022 steven.kowalik@suse.com
  - Add patch support-pymemcache.patch:
    * Use pymemcache rather than other clients.
* Mon Feb 21 2022 asn@cryptomilk.org
  - Skip building for python2
* Tue Sep 17 2019 jengelh@inai.de
  - Ensure neutrality of description. Avoid name repetition in summary.
* Tue Sep 17 2019 jayvdb@gmail.com
  - Update to v0.3.0
* Sun May 19 2019 jayvdb@gmail.com
  - Activate test suite
* Sun Jan 20 2019 aboe76@gmail.com
  - initial packaging for v0.2.0

Files

/usr/lib/python3.11/site-packages/cachy
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/cachy-0.3.0-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/cachy/__init__.py
/usr/lib/python3.11/site-packages/cachy/__pycache__
/usr/lib/python3.11/site-packages/cachy/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/cache_manager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/cache_manager.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/helpers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/helpers.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/redis_tagged_cache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/redis_tagged_cache.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/repository.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/repository.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/tag_set.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/tag_set.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/tagged_cache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/tagged_cache.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/cache_manager.py
/usr/lib/python3.11/site-packages/cachy/contracts
/usr/lib/python3.11/site-packages/cachy/contracts/__init__.py
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/factory.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/factory.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/repository.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/repository.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/store.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/store.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/taggable_store.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__/taggable_store.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/contracts/factory.py
/usr/lib/python3.11/site-packages/cachy/contracts/repository.py
/usr/lib/python3.11/site-packages/cachy/contracts/store.py
/usr/lib/python3.11/site-packages/cachy/contracts/taggable_store.py
/usr/lib/python3.11/site-packages/cachy/helpers.py
/usr/lib/python3.11/site-packages/cachy/redis_tagged_cache.py
/usr/lib/python3.11/site-packages/cachy/repository.py
/usr/lib/python3.11/site-packages/cachy/serializers
/usr/lib/python3.11/site-packages/cachy/serializers/__init__.py
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__/json_serializer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__/json_serializer.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__/msgpack_serializer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__/msgpack_serializer.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__/pickle_serializer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__/pickle_serializer.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__/serializer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__/serializer.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/serializers/json_serializer.py
/usr/lib/python3.11/site-packages/cachy/serializers/msgpack_serializer.py
/usr/lib/python3.11/site-packages/cachy/serializers/pickle_serializer.py
/usr/lib/python3.11/site-packages/cachy/serializers/serializer.py
/usr/lib/python3.11/site-packages/cachy/stores
/usr/lib/python3.11/site-packages/cachy/stores/__init__.py
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/dict_store.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/dict_store.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/file_store.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/file_store.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/memcached_store.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/memcached_store.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/null_store.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/null_store.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/redis_store.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cachy/stores/__pycache__/redis_store.cpython-311.pyc
/usr/lib/python3.11/site-packages/cachy/stores/dict_store.py
/usr/lib/python3.11/site-packages/cachy/stores/file_store.py
/usr/lib/python3.11/site-packages/cachy/stores/memcached_store.py
/usr/lib/python3.11/site-packages/cachy/stores/null_store.py
/usr/lib/python3.11/site-packages/cachy/stores/redis_store.py
/usr/lib/python3.11/site-packages/cachy/tag_set.py
/usr/lib/python3.11/site-packages/cachy/tagged_cache.py
/usr/lib/python3.11/site-packages/cachy/utils.py
/usr/share/doc/packages/python311-cachy
/usr/share/doc/packages/python311-cachy/README.rst
/usr/share/licenses/python311-cachy
/usr/share/licenses/python311-cachy/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024