Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-translationstring for openSUSE:Factory checked in at 2025-06-04 20:28:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-translationstring (Old) and /work/SRC/openSUSE:Factory/.python-translationstring.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-translationstring" Wed Jun 4 20:28:50 2025 rev:10 rq:1282529 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-translationstring/python-translationstring.changes 2023-06-12 15:26:18.230999612 +0200 +++ /work/SRC/openSUSE:Factory/.python-translationstring.new.16005/python-translationstring.changes 2025-06-04 20:28:52.273773037 +0200 @@ -1,0 +2,6 @@ +Wed Jun 4 06:14:16 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-translationstring.spec ++++++ --- /var/tmp/diff_new_pack.l3hqog/_old 2025-06-04 20:28:52.953801211 +0200 +++ /var/tmp/diff_new_pack.l3hqog/_new 2025-06-04 20:28:52.953801211 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-translationstring # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -26,8 +26,10 @@ Group: Development/Languages/Python URL: https://github.com/Pylons/translationstring Source: https://files.pythonhosted.org/packages/source/t/translationstring/translationstring-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: git BuildRequires: python-rpm-macros @@ -63,10 +65,10 @@ rm -rf translationstring.egg-info %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # Need package installed before building docs @@ -79,7 +81,8 @@ %files %{python_files} %license LICENSE.txt %doc CONTRIBUTORS.txt COPYRIGHT.txt README.rst -%{python_sitelib}/* +%{python_sitelib}/translationstring +%{python_sitelib}/translationstring-%{version}.dist-info %files -n %{name}-doc %doc docs/_build/html