Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-gammu for
openSUSE:Factory checked in at 2025-06-11 16:23:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-gammu (Old)
and /work/SRC/openSUSE:Factory/.python-python-gammu.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-gammu"
Wed Jun 11 16:23:46 2025 rev:14 rq:1284464 version:3.2.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-gammu/python-python-gammu.changes
2022-01-16 23:19:17.046378044 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-gammu.new.19631/python-python-gammu.changes
2025-06-11 16:24:44.119990125 +0200
@@ -1,0 +2,5 @@
+Tue Jun 10 12:59:17 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-gammu.spec ++++++
--- /var/tmp/diff_new_pack.CVO0Zy/_old 2025-06-11 16:24:44.716014996 +0200
+++ /var/tmp/diff_new_pack.CVO0Zy/_new 2025-06-11 16:24:44.720015163 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-gammu
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 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,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-python-gammu
Version: 3.2.4
Release: 0
@@ -27,7 +25,9 @@
URL: https://wammu.eu/python-gammu/
Source:
https://github.com/gammu/python-gammu/archive/refs/tags/%{version}.tar.gz#/python-gammu-%{version}.tar.gz
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: gammu-devel >= 1.37.90
BuildRequires: libdbi-drivers-dbd-sqlite3
BuildRequires: pkgconfig
@@ -46,10 +46,10 @@
%build
export CFLAGS="%{optflags}"
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%check
# Need to limit tests due to brekage of libdbi
@@ -61,5 +61,6 @@
%files %{python_files}
%license COPYING
%doc README.rst AUTHORS examples/
-%{python_sitearch}/*
+%{python_sitearch}/gammu
+%{python_sitearch}/python[-_]gammu-%{version}*-info