Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cfscrape for openSUSE:Factory checked in at 2025-05-20 09:32:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cfscrape (Old) and /work/SRC/openSUSE:Factory/.python-cfscrape.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cfscrape" Tue May 20 09:32:56 2025 rev:9 rq:1277845 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cfscrape/python-cfscrape.changes 2020-04-14 16:29:43.392032614 +0200 +++ /work/SRC/openSUSE:Factory/.python-cfscrape.new.30101/python-cfscrape.changes 2025-05-20 09:35:08.101806236 +0200 @@ -1,0 +2,5 @@ +Thu May 15 13:07:04 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cfscrape.spec ++++++ --- /var/tmp/diff_new_pack.ohxULd/_old 2025-05-20 09:35:08.777834473 +0200 +++ /var/tmp/diff_new_pack.ohxULd/_new 2025-05-20 09:35:08.781834639 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cfscrape # -# Copyright (c) 2020 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,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cfscrape Version: 2.1.1 Release: 0 @@ -25,11 +24,13 @@ Group: Development/Languages/Python URL: https://github.com/Anorov/cloudflare-scrape Source: https://github.com/Anorov/cloudflare-scrape/archive/%{version}.tar.gz#/cloudflare-scrape-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module responses} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sure} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: nodejs BuildRequires: python-rpm-macros @@ -60,10 +61,10 @@ %setup -q -n cloudflare-scrape-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # test suite requires internet access @@ -74,5 +75,6 @@ %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/* +%{python_sitelib}/cfscrape +%{python_sitelib}/cfscrape-%{version}*-info