factory
- update to 7.0.0:
* Added the ability to pass redis username in the cache options
* `RedisCache` does not attempt to close clients which have not
been initialized.
* Add sorted set operations (zadd, zrange, zrem, etc.) and
mixins for RedisCache
* Centralize configuration in `pyproject.toml`, drop EoL Python
& Django versions, and add support & testing for modern Python &
Django versions.
* Provide TypeVar defaults & provide initial typing for
`RedisCache`.
* Fix IntEnum encoding
* Fix incorrect Redis typing that relied on the legacy `types-
redis` package, and update the public API to avoid exposing
redis-py key types (the encode/decode/make_key methods allow
a different API surface).
* Add support for django 4
not read Django settings in import time.
* Skipping pickle serializer test for django >= 4.2
and larger itersize
exceptions
* Fix mypy linting
* Added support for python 3.11
* Fix CI, running tox<4 to still support Python 3.6.
* Dropped support for django 2.2 and 3.1
* Run actions & tox against Django 4..2
OBS-URL: https://build.opensuse.org/request/show/1359223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-redis?expand=0&rev=15
Description
No description provided
Languages
RPM Spec
100%