Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-osmviz for openSUSE:Factory checked in at 2025-07-10 22:10:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-osmviz (Old) and /work/SRC/openSUSE:Factory/.python-osmviz.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-osmviz" Thu Jul 10 22:10:35 2025 rev:4 rq:1291517 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-osmviz/python-osmviz.changes 2021-06-01 10:35:55.044655291 +0200 +++ /work/SRC/openSUSE:Factory/.python-osmviz.new.7373/python-osmviz.changes 2025-07-10 22:10:41.220068118 +0200 @@ -1,0 +2,6 @@ +Tue Jun 17 04:36:44 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Use pyproject macros to build and install. +- Explicitly list files and directories in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-osmviz.spec ++++++ --- /var/tmp/diff_new_pack.CezbDh/_old 2025-07-10 22:10:41.944098231 +0200 +++ /var/tmp/diff_new_pack.CezbDh/_new 2025-07-10 22:10:41.948098397 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-osmviz # -# Copyright (c) 2021 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-%{**}} %define skip_python36 1 Name: python-osmviz Version: 1.1.0 @@ -26,7 +25,9 @@ URL: http://cbick.github.com/osmviz Source: https://files.pythonhosted.org/packages/source/o/osmviz/osmviz-%{version}.tar.gz Source10: https://raw.githubusercontent.com/hugovk/osmviz/%{version}/LICENSE +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pygame @@ -45,14 +46,15 @@ cp %{SOURCE10} . %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/osmviz +%{python_sitelib}/osmviz-%{version}.dist-info