Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-wcwidth for openSUSE:Factory 
checked in at 2025-06-13 18:43:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wcwidth (Old)
 and      /work/SRC/openSUSE:Factory/.python-wcwidth.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wcwidth"

Fri Jun 13 18:43:17 2025 rev:21 rq:1285276 version:0.2.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wcwidth/python-wcwidth.changes    
2024-01-15 22:10:56.684662071 +0100
+++ /work/SRC/openSUSE:Factory/.python-wcwidth.new.19631/python-wcwidth.changes 
2025-06-13 18:43:35.646306628 +0200
@@ -1,0 +2,6 @@
+Fri Jun 13 02:43:13 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-wcwidth.spec ++++++
--- /var/tmp/diff_new_pack.4L7zeK/_old  2025-06-13 18:43:36.226330353 +0200
+++ /var/tmp/diff_new_pack.4L7zeK/_new  2025-06-13 18:43:36.230330517 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wcwidth
 #
-# 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
@@ -24,8 +24,10 @@
 License:        MIT
 URL:            https://github.com/jquast/wcwidth
 Source:         
https://github.com/jquast/wcwidth/archive/%{version}.tar.gz#/wcwidth-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -54,10 +56,10 @@
 sed -i 's/looponfailroots.*//' tox.ini
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -66,5 +68,6 @@
 %files %{python_files}
 %license LICENSE
 %doc docs/intro.rst
-%{python_sitelib}/*
+%{python_sitelib}/wcwidth
+%{python_sitelib}/wcwidth-%{version}.dist-info
 

Reply via email to