Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-geopy for openSUSE:Factory checked in at 2025-07-10 22:10:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-geopy (Old) and /work/SRC/openSUSE:Factory/.python-geopy.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-geopy" Thu Jul 10 22:10:29 2025 rev:22 rq:1291514 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes 2023-06-27 23:17:46.123780745 +0200 +++ /work/SRC/openSUSE:Factory/.python-geopy.new.7373/python-geopy.changes 2025-07-10 22:10:37.503913560 +0200 @@ -1,0 +2,6 @@ +Tue Jun 17 04:37:28 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-geopy.spec ++++++ --- /var/tmp/diff_new_pack.H4lOqq/_old 2025-07-10 22:10:38.835968961 +0200 +++ /var/tmp/diff_new_pack.H4lOqq/_new 2025-07-10 22:10:38.851969627 +0200 @@ -26,6 +26,8 @@ Source: https://github.com/geopy/geopy/archive/%{version}.tar.gz#/geopy-%{version}.tar.gz BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} # SECTION test requirements BuildRequires: %{python_module async_generator} BuildRequires: %{python_module docutils} @@ -74,11 +76,11 @@ %build export LANG=en_US.UTF-8 -%python_build +%pyproject_wheel %install export LANG=en_US.UTF-8 -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -88,5 +90,6 @@ %files %{python_files} %doc AUTHORS README.rst docs/changelog_09x.rst docs/changelog_1xx.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/geopy +%{python_sitelib}/geopy-%{version}.dist-info