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

python3-django-cacheops-6.1-1.fc37 RPM for noarch

From Fedora 37 for s390x / p

Name: python3-django-cacheops Distribution: Fedora Project
Version: 6.1 Vendor: Fedora Project
Release: 1.fc37 Build date: Wed Sep 21 11:26:19 2022
Group: Unspecified Build host: buildvm-ppc64le-04.iad2.fedoraproject.org
Size: 264184 Source RPM: python-django-cacheops-6.1-1.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/Suor/django-cacheops
Summary: ORM cache with automatic granular event-driven invalidation for Django
A slick app that supports automatic or manual queryset caching
and automatic granular event-driven invalidation.

It uses redis as backend for ORM cache and redis or filesystem
for simple time-invalidated one.

And there is more to it:

  * decorators to cache any user function or view as a queryset or by time
  * extensions for django and jinja2 templates
  * transparent transaction support
  * dog-pile prevention mechanism
  * a couple of hacks to make django faster

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Sep 21 2022 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 6.1-1
  - Update to 6.1 (RHBZ #2090960 + #2098886)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 6.0-4
  - Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun Jun 27 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 6.0-1
  - Update to 6.0
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 5.1-3
  - Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Dec 12 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 5.1-1
  - Update to 5.1

Files

/usr/lib/python3.11/site-packages/cacheops
/usr/lib/python3.11/site-packages/cacheops/__init__.py
/usr/lib/python3.11/site-packages/cacheops/__pycache__
/usr/lib/python3.11/site-packages/cacheops/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/apps.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/apps.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/conf.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/conf.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/invalidation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/invalidation.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/jinja2.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/jinja2.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/query.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/query.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/redis.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/redis.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/serializers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/serializers.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/sharding.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/sharding.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/signals.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/signals.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/simple.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/simple.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/transaction.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/transaction.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/tree.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/tree.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/apps.py
/usr/lib/python3.11/site-packages/cacheops/conf.py
/usr/lib/python3.11/site-packages/cacheops/invalidation.py
/usr/lib/python3.11/site-packages/cacheops/jinja2.py
/usr/lib/python3.11/site-packages/cacheops/lua
/usr/lib/python3.11/site-packages/cacheops/lua/cache_thing.lua
/usr/lib/python3.11/site-packages/cacheops/lua/invalidate.lua
/usr/lib/python3.11/site-packages/cacheops/management
/usr/lib/python3.11/site-packages/cacheops/management/__init__.py
/usr/lib/python3.11/site-packages/cacheops/management/__pycache__
/usr/lib/python3.11/site-packages/cacheops/management/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/management/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/management/commands
/usr/lib/python3.11/site-packages/cacheops/management/commands/__init__.py
/usr/lib/python3.11/site-packages/cacheops/management/commands/__pycache__
/usr/lib/python3.11/site-packages/cacheops/management/commands/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/management/commands/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/management/commands/__pycache__/cleanfilecache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/management/commands/__pycache__/cleanfilecache.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/management/commands/__pycache__/invalidate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/management/commands/__pycache__/invalidate.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/management/commands/cleanfilecache.py
/usr/lib/python3.11/site-packages/cacheops/management/commands/invalidate.py
/usr/lib/python3.11/site-packages/cacheops/query.py
/usr/lib/python3.11/site-packages/cacheops/redis.py
/usr/lib/python3.11/site-packages/cacheops/serializers.py
/usr/lib/python3.11/site-packages/cacheops/sharding.py
/usr/lib/python3.11/site-packages/cacheops/signals.py
/usr/lib/python3.11/site-packages/cacheops/simple.py
/usr/lib/python3.11/site-packages/cacheops/templatetags
/usr/lib/python3.11/site-packages/cacheops/templatetags/__init__.py
/usr/lib/python3.11/site-packages/cacheops/templatetags/__pycache__
/usr/lib/python3.11/site-packages/cacheops/templatetags/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/templatetags/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/templatetags/__pycache__/cacheops.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/cacheops/templatetags/__pycache__/cacheops.cpython-311.pyc
/usr/lib/python3.11/site-packages/cacheops/templatetags/cacheops.py
/usr/lib/python3.11/site-packages/cacheops/transaction.py
/usr/lib/python3.11/site-packages/cacheops/tree.py
/usr/lib/python3.11/site-packages/cacheops/utils.py
/usr/lib/python3.11/site-packages/django_cacheops-6.1.dist-info
/usr/lib/python3.11/site-packages/django_cacheops-6.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/django_cacheops-6.1.dist-info/LICENSE
/usr/lib/python3.11/site-packages/django_cacheops-6.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/django_cacheops-6.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/django_cacheops-6.1.dist-info/top_level.txt
/usr/share/doc/python3-django-cacheops
/usr/share/doc/python3-django-cacheops/CHANGELOG
/usr/share/doc/python3-django-cacheops/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 21:02:45 2024