Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-djangorestframework for
openSUSE:Factory checked in at 2026-08-27 18:55:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-djangorestframework (Old)
and /work/SRC/openSUSE:Factory/.python-djangorestframework.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-djangorestframework"
Thu Aug 27 18:55:54 2026 rev:28 rq:1374088 version:3.18.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-djangorestframework/python-djangorestframework.changes
2026-08-21 17:00:15.665771289 +0200
+++
/work/SRC/openSUSE:Factory/.python-djangorestframework.new.1265/python-djangorestframework.changes
2026-08-27 18:57:26.135378420 +0200
@@ -1,0 +2,5 @@
+Thu Aug 27 14:38:44 UTC 2026 - Markéta Machová <[email protected]>
+
+- Skip failing test and add CVE references
+
+-------------------------------------------------------------------
@@ -27 +32 @@
-- update to 3.17.2:
+- update to 3.17.2 (CVE-2026-73228, bsc#1275006, CVE-2026-73229, bsc#1275005):
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-djangorestframework.spec ++++++
--- /var/tmp/diff_new_pack.5Ujv1C/_old 2026-08-27 18:57:27.053410738 +0200
+++ /var/tmp/diff_new_pack.5Ujv1C/_new 2026-08-27 18:57:27.055410808 +0200
@@ -91,7 +91,8 @@
%check
%if %{with test}
# coreapi has been removed from Tumbleweed
-%pytest -rs -vv -k 'not (test_coreapi)'
+# test_markdown has problems again with new Pygments:
https://github.com/encode/django-rest-framework/pull/10026
+%pytest -rs -vv -k 'not (test_coreapi or test_markdown)'
%endif
%if !%{with test}