2024-01-05 16:36:49 +01:00
|
|
|
Name: python-scrapy
|
2024-01-05 16:36:49 +01:00
|
|
|
Version: 2.7.1
|
2024-01-05 16:36:49 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A high-level Python Screen Scraping framework
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
2024-01-05 16:36:49 +01:00
|
|
|
URL: https://scrapy.org/
|
2024-01-05 16:36:49 +01:00
|
|
|
Source: http://pypi.debian.net/Scrapy/Scrapy-%{version}.tar.gz
|
2024-01-05 16:36:49 +01:00
|
|
|
License: BSD
|
2024-01-05 16:36:49 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:36:49 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-05 16:36:49 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:36:49 +01:00
|
|
|
Requires: python >= %python_version
|
|
|
|
Requires: python-twisted
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
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.
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n Scrapy-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--single-version-externally-managed \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-05 16:36:49 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:36:49 +01:00
|
|
|
* Thu Nov 03 2022 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
* Tue Oct 18 2022 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
* Thu Sep 29 2022 Automatic Build System <autodist@mambasoft.it> 2.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 28 2022 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
* Thu Mar 03 2022 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
* Wed Oct 06 2021 Automatic Build System <autodist@mambasoft.it> 2.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
* Wed Apr 07 2021 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
* Mon Oct 26 2020 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
* Sun Sep 18 2016 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
* Thu Aug 04 2016 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:36:49 +01:00
|
|
|
* Wed Dec 18 2013 Automatic Build System <autodist@mambasoft.it> 0.20.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Sep 09 2013 Automatic Build System <autodist@mambasoft.it> 0.18.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 28 2013 Automatic Build System <autodist@mambasoft.it> 0.18.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Aug 11 2013 Automatic Build System <autodist@mambasoft.it> 0.18.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Jun 09 2013 Automatic Build System <autodist@mambasoft.it> 0.16.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.4-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Wed Jan 23 2013 Automatic Build System <autodist@mambasoft.it> 0.16.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 08 2013 Automatic Build System <autodist@mambasoft.it> 0.16.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Nov 12 2012 Automatic Build System <autodist@mambasoft.it> 0.16.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 31 2012 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jun 14 2012 Automatic Build System <autodist@mambasoft.it> 0.14.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Sep 11 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.12.0.2548-1mamba
|
|
|
|
- package created by autospec
|