Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ghp-import for
openSUSE:Factory checked in at 2025-05-27 18:44:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ghp-import (Old)
and /work/SRC/openSUSE:Factory/.python-ghp-import.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ghp-import"
Tue May 27 18:44:14 2025 rev:5 rq:1280625 version:2.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ghp-import/python-ghp-import.changes
2023-07-06 18:30:18.587736287 +0200
+++
/work/SRC/openSUSE:Factory/.python-ghp-import.new.2732/python-ghp-import.changes
2025-05-27 18:44:24.746161826 +0200
@@ -1,0 +2,5 @@
+Tue May 27 14:04:18 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ghp-import.spec ++++++
--- /var/tmp/diff_new_pack.1UpAfV/_old 2025-05-27 18:44:26.378230502 +0200
+++ /var/tmp/diff_new_pack.1UpAfV/_new 2025-05-27 18:44:26.386230839 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ghp-import
#
-# Copyright (c) 2023 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
@@ -26,12 +26,14 @@
URL: https://pypi.org/project/ghp-import/
Source:
https://files.pythonhosted.org/packages/source/g/ghp-import/ghp-import-%{version}.tar.gz
BuildRequires: %{python_module dateutil >= 2.8.1}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-dateutil >= 2.8.1
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(post): alts
+Requires(postun): alts
BuildArch: noarch
%python_subpackages
@@ -47,10 +49,10 @@
sed -i '1d' ghp_import.py
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/ghp-import
%python_expand %fdupes %{buildroot}%{$python_sitelib}