forked from pool/python-Scrapy
Accepting request 718147 from home:pgajdos
- version update to 1.7.1 * Improvements for crawls targeting multiple domains * A cleaner way to pass arguments to callbacks * A new class for JSON requests * Improvements for rule-based spiders * New features for feed exports see news.rst for details OBS-URL: https://build.opensuse.org/request/show/718147 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
c4b3eee51a
commit
df0b142876
@@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-Scrapy
|
||||
Version: 1.6.0
|
||||
Version: 1.7.1
|
||||
Release: 0
|
||||
Url: http://scrapy.org
|
||||
Summary: A high-level Python Screen Scraping framework
|
||||
@@ -60,6 +60,7 @@ Requires: python-pyOpenSSL >= 0.14
|
||||
Requires: python-pyasn1
|
||||
Requires: python-queuelib >= 1.1.1
|
||||
Requires: python-service_identity
|
||||
Requires: python-setuptools
|
||||
Requires: python-six >= 1.5.2
|
||||
Requires: python-w3lib >= 1.17.2
|
||||
BuildArch: noarch
|
||||
@@ -105,7 +106,8 @@ skiplist="$skiplist and not CrawlerTestCase"
|
||||
tests}
|
||||
|
||||
%files %{python_files}
|
||||
%doc AUTHORS LICENSE README.rst
|
||||
%license LICENSE
|
||||
%doc AUTHORS README.rst
|
||||
%{python_sitelib}/*
|
||||
%{_bindir}/scrapy-%{python_bin_suffix}
|
||||
%python3_only %{_bindir}/scrapy
|
||||
|
Reference in New Issue
Block a user