Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-semantic_version for
openSUSE:Factory checked in at 2023-02-19 18:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-semantic_version (Old)
and /work/SRC/openSUSE:Factory/.python-semantic_version.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-semantic_version"
Sun Feb 19 18:18:29 2023 rev:11 rq:1066415 version:2.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-semantic_version/python-semantic_version.changes
2022-05-30 12:42:35.936282613 +0200
+++
/work/SRC/openSUSE:Factory/.python-semantic_version.new.22824/python-semantic_version.changes
2023-02-19 18:18:30.701309368 +0100
@@ -1,0 +2,5 @@
+Fri Feb 17 16:27:23 UTC 2023 - Matej Cepl <[email protected]>
+
+- Test with Django only with Factory
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-semantic_version.spec ++++++
--- /var/tmp/diff_new_pack.G3acZW/_old 2023-02-19 18:18:31.097311885 +0100
+++ /var/tmp/diff_new_pack.G3acZW/_new 2023-02-19 18:18:31.105311935 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -39,9 +39,11 @@
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module pytest}
+%if 0%{?suse_version} > 1550
# Django 4.0 dropped support for Python < 3.8
BuildRequires: %{python_module Django >= 1.11 if (%python-base without
python36-base)}
%endif
+%endif
%python_subpackages
%description