Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-geolinks for openSUSE:Factory checked in at 2025-07-10 22:11:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-geolinks (Old) and /work/SRC/openSUSE:Factory/.python-geolinks.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-geolinks" Thu Jul 10 22:11:29 2025 rev:2 rq:1291512 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-geolinks/python-geolinks.changes 2019-03-10 09:36:41.084157428 +0100 +++ /work/SRC/openSUSE:Factory/.python-geolinks.new.7373/python-geolinks.changes 2025-07-10 22:11:31.082141931 +0200 @@ -1,0 +2,6 @@ +Tue Jun 17 04:37:51 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-geolinks.spec ++++++ --- /var/tmp/diff_new_pack.gk0TBM/_old 2025-07-10 22:11:31.762170214 +0200 +++ /var/tmp/diff_new_pack.gk0TBM/_new 2025-07-10 22:11:31.762170214 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-geolinks # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -13,21 +13,23 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ +# -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-geolinks Version: 0.2.0 Release: 0 License: MIT Summary: Utilities to deal with geospatial links -Url: https://github.com/geopython/geolinks +URL: https://github.com/geopython/geolinks Group: Development/Languages/Python # pypi source lack license and tests Source: https://github.com/geopython/geolinks/archive/%{version}.tar.gz#/geolinks-%{version}.tar.gz -BuildRequires: python-rpm-macros +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -39,10 +41,10 @@ %setup -q -n geolinks-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -55,5 +57,6 @@ %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/geolinks +%{python_sitelib}/geolinks-%{version}.dist-info