Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ebcdic for openSUSE:Factory checked in at 2025-06-23 15:04:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ebcdic (Old) and /work/SRC/openSUSE:Factory/.python-ebcdic.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ebcdic" Mon Jun 23 15:04:56 2025 rev:5 rq:1287767 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ebcdic/python-ebcdic.changes 2024-09-25 21:54:53.644281753 +0200 +++ /work/SRC/openSUSE:Factory/.python-ebcdic.new.7067/python-ebcdic.changes 2025-06-23 15:06:12.260065418 +0200 @@ -1,0 +2,6 @@ +Mon Jun 23 01:30:29 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ebcdic.spec ++++++ --- /var/tmp/diff_new_pack.TQulH4/_old 2025-06-23 15:06:12.904092287 +0200 +++ /var/tmp/diff_new_pack.TQulH4/_new 2025-06-23 15:06:12.904092287 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ebcdic # -# 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 @@ -25,7 +25,9 @@ Group: Development/Languages/Python URL: https://github.com/roskakori/CodecMapper Source: https://github.com/roskakori/CodecMapper/archive/v%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: ant BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -45,10 +47,10 @@ pushd .. %python_expand ant ebcdic -DPYTHON="$python" popd -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -58,5 +60,6 @@ %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/ebcdic +%{python_sitelib}/ebcdic-%{version}.dist-info