File python-django-perf-rec.changes of Package python-django-perf-rec
-------------------------------------------------------------------
Tue Nov 19 12:45:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.27.0:
* Drop Django 3.2 to 4.1 support.
* Drop Python 3.8 support.
* Support Python 3.13.
* Allow comments in ROLLBACK TO SAVEPOINT statements. Thanks to
Corentin Smith in PR #537.
-------------------------------------------------------------------
Mon Jul 8 09:00:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.26.0:
* Support Django 5.1.
* Optimize sql_fingerprint() a bit, yielding ~2% savings.
-------------------------------------------------------------------
Tue Dec 5 22:02:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.25.0:
* Support Django 5.0.
-------------------------------------------------------------------
Tue Jul 11 13:34:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.24.0:
* Drop Python 3.7 support.
-------------------------------------------------------------------
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