Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-Arpeggio for openSUSE:Factory
checked in at 2024-01-30 18:25:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Arpeggio (Old)
and /work/SRC/openSUSE:Factory/.python-Arpeggio.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Arpeggio"
Tue Jan 30 18:25:32 2024 rev:17 rq:1142643 version:2.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Arpeggio/python-Arpeggio.changes
2023-07-12 17:27:31.610575694 +0200
+++
/work/SRC/openSUSE:Factory/.python-Arpeggio.new.1815/python-Arpeggio.changes
2024-01-30 18:25:50.610869458 +0100
@@ -1,0 +2,5 @@
+Mon Jan 29 21:04:08 UTC 2024 - Dirk Müller <[email protected]>
+
+- build for python 3.7 and above
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Arpeggio.spec ++++++
--- /var/tmp/diff_new_pack.hQ439g/_old 2024-01-30 18:25:51.330895434 +0100
+++ /var/tmp/diff_new_pack.hQ439g/_new 2024-01-30 18:25:51.330895434 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-Arpeggio
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,7 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-Arpeggio
Version: 2.0.2
Release: 0
@@ -25,6 +24,7 @@
License: MIT
URL: https://github.com/textX/Arpeggio/
Source:
https://github.com/textX/Arpeggio/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}