File python-django-perf-rec.changes of Package python-django-perf-rec
-------------------------------------------------------------------
Mon Jun 26 10:09:45 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to 4.23.0
* Support Django from 3.2 to 4.2.
* Support Python from 3.7 to 3.12.
* Stop distributing tests to reduce package size.
* Re-add simplification of SQL IN clauses to always use (...).
* Support arbitrary collections of keys being passed to Django cache operations.
* Add type hints.
* Add new MODE option, 'overwrite', which creates or updates missing records silently.
* Fix compatibility with sqlparse 0.4.4+.
-------------------------------------------------------------------
Fri Jan 7 03:47:57 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Skip Tumbleweed Python 3.6 incompatible with Django 4
-------------------------------------------------------------------
Mon Jan 4 11:40:29 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Update to 4.11.0
* Drop Python 3.5 support, support Python 3.9.
* Remove ORM patching.
* Drop Django 2.0 and 2.1 support.
* Upgrade for sqlparse 0.4.0+. This required changing how SQL lists
of one element are simplified, e.g. IN (1) will now be simplified
to IN (#) instead of IN (...). You should regenerate your
performance record files to match.
-------------------------------------------------------------------
Sat Oct 10 08:41:48 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Activate test suite
-------------------------------------------------------------------
Mon Jun 29 02:22:58 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v4.7.0