Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-setuptools-git for 
openSUSE:Factory checked in at 2025-06-12 15:54:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools-git (Old)
 and      /work/SRC/openSUSE:Factory/.python-setuptools-git.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-setuptools-git"

Thu Jun 12 15:54:32 2025 rev:14 rq:1285104 version:1.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-setuptools-git/python-setuptools-git.changes  
    2023-05-10 16:17:26.418589904 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-setuptools-git.new.19631/python-setuptools-git.changes
   2025-06-12 15:56:08.692359026 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 10:48:37 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-setuptools-git.spec ++++++
--- /var/tmp/diff_new_pack.LOiwKj/_old  2025-06-12 15:56:09.224381105 +0200
+++ /var/tmp/diff_new_pack.LOiwKj/_new  2025-06-12 15:56:09.224381105 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-setuptools-git
 #
-# 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
@@ -25,7 +25,9 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/wichert/setuptools-git
 Source:         
https://files.pythonhosted.org/packages/source/s/setuptools-git/setuptools-git-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  git-core
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -45,10 +47,10 @@
 %setup -q -n setuptools-git-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 
 %check
 export LANG=en_US.UTF-8
@@ -60,5 +62,6 @@
 %files %{python_files}
 %license LICENSE.txt
 %doc AUTHORS.txt README.rst TODO.txt
-%{python_sitelib}/*
+%{python_sitelib}/setuptools[-_]git
+%{python_sitelib}/setuptools[-_]git-%{version}*-info
 

Reply via email to