Changelog for
python3-django-redis-4.12.1-4.1.noarch.rpm :
* Wed May 11 2022 pgajdosAATTsuse.com- python-mock is not required for build
* Fri Mar 12 2021 mmachovaAATTsuse.com- Fix recent build failure with clean-cache.patch
* Fri Jun 12 2020 mimi.vxAATTgmail.com- update to 4.12.1- drop msgpack-1.patch
* moved under jazzband.co
* Removed support for end-of-life Django
* Removed support for unmaintained redis-py 2.X.
* Changed uses of deprecated smart_text() to smart_str().
* Fixed deprecation warning with the msgpack serializer.
* The .touch() method now uses the default timeout, to cache forever pass None.
* Subclasses of JSONSerializer can now override the encoder_class attribute to change the JSON encoder. It defaults to DjangoJSONEncoder.
* Fixed DefaultClient.set() to work with empty Pipeline.
* The thread_local parameter is now forwarded to the Redis client.
* Fri Apr 24 2020 tchvatalAATTsuse.com- Fix build with new msgpack:
* msgpack-1.patch
* Tue Jan 07 2020 tchvatalAATTsuse.com- Update to 4.11.0:
* Added support for Python 3.8.
* Added support for Django 2.2 and 3.0.
* Changed msgpack-python soft dependency to msgpack.
* Fixed .touch() method for sharded client.
* Fixed prefix escaping for the sharded client.
* Fixed .add() method to return a bool.- Remove merged tests-fix-urls.patch
* Wed Feb 20 2019 jayvdbAATTgmail.com- Add tests-fix-urls.patch fixing failing tests, which were using URLs not able to be parsed correctly on Python 3 as a URL. See https://github.com/andymccurdy/redis-py/issues/961
* Tue Dec 11 2018 tchvatalAATTsuse.com- Update to 4.10.0:
* support for redis-py 3.0
* Fri Aug 31 2018 jengelhAATTinai.de- Trim marketing wording from description.
* Tue Aug 28 2018 tchvatalAATTsuse.com- Initial package, needed by weblate for caching