Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-uritemplate for openSUSE:Factory checked in at 2025-06-12 15:53:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-uritemplate (Old) and /work/SRC/openSUSE:Factory/.python-uritemplate.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uritemplate" Thu Jun 12 15:53:39 2025 rev:10 rq:1284985 version:4.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-uritemplate/python-uritemplate.changes 2023-06-26 18:15:50.570403449 +0200 +++ /work/SRC/openSUSE:Factory/.python-uritemplate.new.19631/python-uritemplate.changes 2025-06-12 15:55:28.950712229 +0200 @@ -1,0 +2,5 @@ +Thu Jun 12 05:01:37 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-uritemplate.spec ++++++ --- /var/tmp/diff_new_pack.waAolA/_old 2025-06-12 15:55:29.510735405 +0200 +++ /var/tmp/diff_new_pack.waAolA/_new 2025-06-12 15:55:29.514735570 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-uritemplate # -# 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 @@ -26,7 +26,9 @@ Group: Development/Languages/Python URL: https://pypi.python.org/pypi/uritemplate Source: https://files.pythonhosted.org/packages/source/u/uritemplate/uritemplate-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -40,10 +42,10 @@ %autosetup -p1 -n uritemplate-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with tests} @@ -57,5 +59,5 @@ %license LICENSE LICENSE.* %doc AUTHORS.rst HISTORY.rst README.rst %{python_sitelib}/uritemplate -%{python_sitelib}/uritemplate-%{version}*-info +%{python_sitelib}/uritemplate-%{version}.dist-info