forked from pool/python-Django
Accepting request 1188243 from devel:languages:python:django
- This release also fixes several security issues: * bsc#1227590 (CVE-2024-38875) * bsc#1227593 (CVE-2024-39329) * bsc#1227594 (CVE-2024-39330) * bsc#1227595 (CVE-2024-39614) OBS-URL: https://build.opensuse.org/request/show/1188243 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=118
This commit is contained in:
@@ -19,6 +19,11 @@ Tue Jul 9 14:03:46 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
* Dropped support for MySQL < 8.0.11
|
||||
* Using create_defaults__exact may now be required with QuerySet.update_or_create()
|
||||
* Migrating existing UUIDField on MariaDB 10.7+
|
||||
- This release also fixes several security issues:
|
||||
* bsc#1227590 (CVE-2024-38875)
|
||||
* bsc#1227593 (CVE-2024-39329)
|
||||
* bsc#1227594 (CVE-2024-39330)
|
||||
* bsc#1227595 (CVE-2024-39614)
|
||||
- Drop no-longer-needed patches:
|
||||
* dirty-hack-remove-assert.patch
|
||||
* sanitize_address.patch
|
||||
|
@@ -50,11 +50,11 @@ BuildRequires: %{pythons}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gpg2
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module backports.zoneinfo if (%python-base with python38-base)}
|
||||
Requires: python
|
||||
Requires: python-Pillow >= 6.2.0
|
||||
Requires: python-asgiref >= 3.7.0
|
||||
Requires: python-sqlparse >= 0.3.1
|
||||
Requires: python-tzdata
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Recommends: python-Jinja2 >= 2.9.2
|
||||
|
Reference in New Issue
Block a user