Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-tap.py for openSUSE:Factory 
checked in at 2025-06-04 20:28:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tap.py (Old)
 and      /work/SRC/openSUSE:Factory/.python-tap.py.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tap.py"

Wed Jun  4 20:28:26 2025 rev:6 rq:1282507 version:3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tap.py/python-tap.py.changes      
2022-04-20 16:55:13.150504743 +0200
+++ /work/SRC/openSUSE:Factory/.python-tap.py.new.16005/python-tap.py.changes   
2025-06-04 20:28:28.304779991 +0200
@@ -1,0 +2,6 @@
+Wed Jun  4 06:08:20 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tap.py.spec ++++++
--- /var/tmp/diff_new_pack.03qPcA/_old  2025-06-04 20:28:28.900804684 +0200
+++ /var/tmp/diff_new_pack.03qPcA/_new  2025-06-04 20:28:28.904804849 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tap.py
 #
-# 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,23 +16,22 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-tap.py
 Version:        3.1
 Release:        0
 Summary:        Test Anything Protocol (TAP) tools
 License:        BSD-2-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/python-tap/tappy
 Source:         
https://files.pythonhosted.org/packages/source/t/tap.py/tap.py-%{version}.tar.gz
 BuildRequires:  %{python_module Babel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-setuptools
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Recommends:     python-PyYAML
 Recommends:     python-more-itertools
 BuildArch:      noarch
@@ -51,11 +50,11 @@
 
 %build
 export LANG=en_US.UTF-8
-%python_build
+%pyproject_wheel
 
 %install
 export LANG=en_US.UTF-8
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/tap
 %python_clone -a %{buildroot}%{_bindir}/tappy
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -77,5 +76,6 @@
 %license LICENSE
 %python_alternative %{_bindir}/tappy
 %python_alternative %{_bindir}/tap
-%{python_sitelib}/*
+%{python_sitelib}/tap
+%{python_sitelib}/tap[._]py-%{version}.dist-info
 

Reply via email to