Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-mbstrdecoder for
openSUSE:Factory checked in at 2025-06-05 20:34:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mbstrdecoder (Old)
and /work/SRC/openSUSE:Factory/.python-mbstrdecoder.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mbstrdecoder"
Thu Jun 5 20:34:01 2025 rev:14 rq:1282930 version:1.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mbstrdecoder/python-mbstrdecoder.changes
2025-05-06 16:41:45.573013740 +0200
+++
/work/SRC/openSUSE:Factory/.python-mbstrdecoder.new.19631/python-mbstrdecoder.changes
2025-06-05 20:36:37.222984362 +0200
@@ -1,0 +2,6 @@
+Thu Jun 5 04:38:29 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mbstrdecoder.spec ++++++
--- /var/tmp/diff_new_pack.WuqrHS/_old 2025-06-05 20:36:37.623000995 +0200
+++ /var/tmp/diff_new_pack.WuqrHS/_new 2025-06-05 20:36:37.627001160 +0200
@@ -22,16 +22,17 @@
Release: 0
Summary: Multi-byte character string decoder
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/thombashi/mbstrdecoder
Source:
https://files.pythonhosted.org/packages/source/m/mbstrdecoder/mbstrdecoder-%{version}.tar.gz
BuildRequires: %{python_module Faker >= 1.0.2}
BuildRequires: %{python_module chardet >= 3.0.4}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module setuptools >= 64}
+BuildRequires: %{python_module setuptools_scm >= 8}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Faker >= 1.0.2
Requires: python-chardet >= 3.0.4
BuildArch: noarch
%python_subpackages
@@ -45,10 +46,10 @@
sed -i '/build =/d' setup.cfg
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -57,5 +58,6 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/mbstrdecoder
+%{python_sitelib}/mbstrdecoder-%{version}.dist-info