Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-interrogate for 
openSUSE:Factory checked in at 2025-05-30 14:34:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-interrogate (Old)
 and      /work/SRC/openSUSE:Factory/.python-interrogate.new.25440 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-interrogate"

Fri May 30 14:34:18 2025 rev:4 rq:1280875 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-interrogate/python-interrogate.changes    
2024-04-21 20:29:21.362490325 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-interrogate.new.25440/python-interrogate.changes
 2025-05-30 17:26:04.733122843 +0200
@@ -1,0 +2,5 @@
+Wed May 28 12:47:45 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-interrogate.spec ++++++
--- /var/tmp/diff_new_pack.D5WnO1/_old  2025-05-30 17:26:05.153140128 +0200
+++ /var/tmp/diff_new_pack.D5WnO1/_new  2025-05-30 17:26:05.157140292 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-interrogate
 #
-# Copyright (c) 2024 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,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-interrogate
 Version:        1.7.0
 Release:        0
@@ -25,7 +24,9 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/econchick/interrogate
 Source:         
https://files.pythonhosted.org/packages/source/i/interrogate/interrogate-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-attrs
@@ -33,12 +34,12 @@
 Requires:       python-colorama
 Requires:       python-py
 Requires:       python-tabulate
+Requires(post): alts
+Requires(postun): alts
+BuildArch:      noarch
 %if 0%{python_version_nodots} < 311
 Requires:       python-tomli
 %endif
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module attrs}
 BuildRequires:  %{python_module click}
@@ -59,10 +60,10 @@
 rm tox.ini
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/interrogate
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -79,5 +80,6 @@
 %doc README.rst
 %license LICENSE
 %python_alternative %{_bindir}/interrogate
-%{python_sitelib}/*
+%{python_sitelib}/interrogate
+%{python_sitelib}/interrogate-%{version}*-info
 

Reply via email to