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

python3-cachy-0.3.0-21.fc43 RPM for noarch

From Fedora Rawhide for ppc64le / p

Name: python3-cachy Distribution: Fedora Project
Version: 0.3.0 Vendor: Fedora Project
Release: 21.fc43 Build date: Mon Jun 2 20:16:28 2025
Group: Unspecified Build host: buildvm-s390x-06.s390.fedoraproject.org
Size: 132656 Source RPM: python-cachy-0.3.0-21.fc43.src.rpm
Packager: Fedora Project
Url: https://github.com/sdispater/cachy
Summary: Simple yet effective caching library
Cachy provides a simple yet effective caching library.

Provides

Requires

License

MIT

Changelog

* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 0.3.0-21
  - Rebuilt for Python 3.14
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-20
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-19
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.3.0-18
  - Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-17
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-16
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-15
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.3.0-14
  - Rebuilt for Python 3.12

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jun 15 02:23:21 2025