Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-text-unidecode for
openSUSE:Factory checked in at 2025-06-06 22:35:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-text-unidecode (Old)
and /work/SRC/openSUSE:Factory/.python-text-unidecode.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-text-unidecode"
Fri Jun 6 22:35:01 2025 rev:7 rq:1282511 version:1.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-text-unidecode/python-text-unidecode.changes
2023-04-22 21:59:08.516743483 +0200
+++
/work/SRC/openSUSE:Factory/.python-text-unidecode.new.19631/python-text-unidecode.changes
2025-06-06 22:35:06.813074306 +0200
@@ -1,0 +2,6 @@
+Wed Jun 4 06:09:06 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-text-unidecode.spec ++++++
--- /var/tmp/diff_new_pack.dGPE6L/_old 2025-06-06 22:35:07.589106307 +0200
+++ /var/tmp/diff_new_pack.dGPE6L/_new 2025-06-06 22:35:07.593106472 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-text-unidecode
#
-# Copyright (c) 2023 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-%{**}}
%{?sle15_python_module_pythons}
Name: python-text-unidecode
Version: 1.3
@@ -26,8 +25,10 @@
Group: Development/Languages/Python
URL: https://github.com/kmike/text-unidecode/
Source:
https://files.pythonhosted.org/packages/source/t/text-unidecode/text-unidecode-%{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
@@ -47,10 +48,10 @@
%setup -q -n text-unidecode-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -59,5 +60,6 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/text_unidecode
+%{python_sitelib}/text_unidecode-%{version}.dist-info