Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-robot-detection for openSUSE:Factory checked in at 2025-06-12 15:54:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-robot-detection (Old) and /work/SRC/openSUSE:Factory/.python-robot-detection.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-robot-detection" Thu Jun 12 15:54:13 2025 rev:5 rq:1285053 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-robot-detection/python-robot-detection.changes 2024-06-11 18:30:42.603974193 +0200 +++ /work/SRC/openSUSE:Factory/.python-robot-detection.new.19631/python-robot-detection.changes 2025-06-12 15:55:57.755905165 +0200 @@ -1,0 +2,5 @@ +Thu Jun 12 08:13:46 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-robot-detection.spec ++++++ --- /var/tmp/diff_new_pack.n2TS7s/_old 2025-06-12 15:55:58.447933884 +0200 +++ /var/tmp/diff_new_pack.n2TS7s/_new 2025-06-12 15:55:58.447933884 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-robot-detection # -# 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 @@ -27,8 +27,10 @@ # https://github.com/rory/robot-detection/issues/2 Source0: https://github.com/rory/robot-detection/archive/v%{version}.tar.gz # PATCH-FIX-UPSTREAM https://github.com/amandasaurus/robot-detection/pull/3 get rid of six -Patch: no-six.patch +Patch0: no-six.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -41,14 +43,14 @@ %autosetup -p1 -n robot-detection-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec -m unittest discover +%pyunittest %files %{python_files} %doc README.md