automatic update by autodist [release 2.4.0-1mamba;Mon Oct 26 2020]
This commit is contained in:
parent
446625930a
commit
d8316bff23
@ -1,5 +1,5 @@
|
|||||||
Name: python-scrapy
|
Name: python-scrapy
|
||||||
Version: 1.4.0
|
Version: 2.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A high-level Python Screen Scraping framework
|
Summary: A high-level Python Screen Scraping framework
|
||||||
Group: System/Libraries
|
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.
|
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.
|
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
|
%prep
|
||||||
%setup -q -n Scrapy-%{version}
|
%setup -q -n Scrapy-%{version}
|
||||||
|
|
||||||
@ -37,11 +41,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--single-version-externally-managed \
|
--single-version-externally-managed \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 26 2020 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user