Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gpxpy for openSUSE:Factory checked in at 2025-05-27 18:44:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gpxpy (Old) and /work/SRC/openSUSE:Factory/.python-gpxpy.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gpxpy" Tue May 27 18:44:17 2025 rev:8 rq:1280629 version:1.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gpxpy/python-gpxpy.changes 2023-12-18 22:57:36.099256204 +0100 +++ /work/SRC/openSUSE:Factory/.python-gpxpy.new.2732/python-gpxpy.changes 2025-05-27 18:44:30.530405223 +0200 @@ -1,0 +2,5 @@ +Tue May 27 14:08:53 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gpxpy.spec ++++++ --- /var/tmp/diff_new_pack.Qbru0Y/_old 2025-05-27 18:44:31.934464305 +0200 +++ /var/tmp/diff_new_pack.Qbru0Y/_new 2025-05-27 18:44:31.938464473 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-gpxpy # -# 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 @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-gpxpy Version: 1.6.2 Release: 0 @@ -26,11 +24,13 @@ Group: Development/Languages/Python URL: https://github.com/tkrajina/gpxpy Source: https://files.pythonhosted.org/packages/source/g/gpxpy/gpxpy-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(post): alts +Requires(postun): alts BuildArch: noarch %python_subpackages @@ -42,10 +42,10 @@ %setup -q -n gpxpy-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/gpxinfo %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -62,5 +62,6 @@ %license LICENSE.txt %doc README.md %python_alternative %{_bindir}/gpxinfo -%{python_sitelib}/* +%{python_sitelib}/gpxpy +%{python_sitelib}/gpxpy-%{version}*-info