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 2024-03-13 22:21:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-djangorestframework (Old)
and /work/SRC/openSUSE:Factory/.python-djangorestframework.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-djangorestframework"
Wed Mar 13 22:21:06 2024 rev:21 rq:1157631 version:3.14.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-djangorestframework/python-djangorestframework.changes
2024-01-30 18:26:18.831887571 +0100
+++
/work/SRC/openSUSE:Factory/.python-djangorestframework.new.1770/python-djangorestframework.changes
2024-03-13 22:22:25.308775984 +0100
@@ -1,0 +2,6 @@
+Tue Mar 12 11:15:28 UTC 2024 - Max Lin <[email protected]>
+
+- Do not use python-Markdown in Leap 15
+ * Leap 15 does not have python 3.11 build of python-Markdown
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-djangorestframework.spec ++++++
--- /var/tmp/diff_new_pack.XzApVl/_old 2024-03-13 22:22:25.828795178 +0100
+++ /var/tmp/diff_new_pack.XzApVl/_new 2024-03-13 22:22:25.828795178 +0100
@@ -38,7 +38,9 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django >= 3.0
+%if 0%{?suse_version} > 1500
Recommends: python-Markdown
+%endif
Recommends: python-Pygments
Recommends: python-requests
Suggests: python-psycopg2
@@ -47,7 +49,9 @@
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Django >= 3.0}
+%if 0%{?suse_version} > 1500
BuildRequires: %{python_module Markdown >= 3.3}
+%endif
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module Pygments}
BuildRequires: %{python_module django-guardian >= 2.4.0}