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-12.fc37 RPM for noarch

From Fedora 37 for ppc64le / p

Name: python3-cachy Distribution: Fedora Project
Version: 0.3.0 Vendor: Fedora Project
Release: 12.fc37 Build date: Fri Jul 22 19:12:25 2022
Group: Unspecified Build host: buildvm-s390x-35.s390.fedoraproject.org
Size: 144402 Source RPM: python-cachy-0.3.0-12.fc37.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

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-12
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.3.0-11
  - Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.0-8
  - Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

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/python3-cachy
/usr/share/doc/python3-cachy/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024