From d8316bff2373dd85001e84a77249f22712e67a27 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:36:49 +0100 Subject: [PATCH] automatic update by autodist [release 2.4.0-1mamba;Mon Oct 26 2020] --- python-scrapy.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-scrapy.spec b/python-scrapy.spec index ace12ec..30035f4 100644 --- a/python-scrapy.spec +++ b/python-scrapy.spec @@ -1,5 +1,5 @@ Name: python-scrapy -Version: 1.4.0 +Version: 2.4.0 Release: 1mamba Summary: A high-level Python Screen Scraping framework Group: System/Libraries @@ -21,6 +21,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n Scrapy-%{version} @@ -37,11 +41,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build --single-version-externally-managed \ --record=%{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc AUTHORS LICENSE %changelog +* Mon Oct 26 2020 Automatic Build System 2.4.0-1mamba +- automatic update by autodist + * Thu Oct 26 2017 Automatic Build System 1.4.0-1mamba - automatic update by autodist