Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pingparsing for openSUSE:Factory checked in at 2025-06-03 17:55:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pingparsing (Old) and /work/SRC/openSUSE:Factory/.python-pingparsing.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pingparsing" Tue Jun 3 17:55:42 2025 rev:15 rq:1282277 version:1.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pingparsing/python-pingparsing.changes 2024-05-08 11:42:32.350911990 +0200 +++ /work/SRC/openSUSE:Factory/.python-pingparsing.new.16005/python-pingparsing.changes 2025-06-03 17:56:42.901506406 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 11:28:33 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pingparsing.spec ++++++ --- /var/tmp/diff_new_pack.lKDnBZ/_old 2025-06-03 17:56:43.789543226 +0200 +++ /var/tmp/diff_new_pack.lKDnBZ/_new 2025-06-03 17:56:43.789543226 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pingparsing # -# Copyright (c) 2024 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 @@ -25,7 +25,9 @@ Group: Development/Languages/Python URL: https://github.com/thombashi/pingparsing Source: https://github.com/thombashi/pingparsing/archive/v%{version}.tar.gz#/pingparsing-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 38.3.0} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-humanreadable >= 0.3 @@ -36,8 +38,8 @@ Requires: python-simplejson Requires: python-subprocrunner >= 1.2.2 Requires: python-typepy >= 1.3.2 -Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(post): alts +Requires(postun): alts BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module humanreadable >= 0.3} @@ -58,10 +60,10 @@ sed -i -e '/^#!\//, 1d' pingparsing/__main__.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/pingparsing %python_expand rm -rf %{buildroot}%{$python_sitelib}/examples %python_expand %fdupes %{buildroot}%{$python_sitelib}