14
0
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:
Tomáš Chvátal
2019-07-24 09:00:54 +00:00
committed by Git OBS Bridge
parent c4b3eee51a
commit df0b142876
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:558dfd10ac53cb324ecd7eefd3eac412161c7507c082b01b0bcd2c6e2e9f0766
size 926576

3
Scrapy-1.7.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da8987d199092c3bb33d4d1d021507cd933aa67f5177e2d36f31343e8a6bd7f1
size 951526

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jul 24 08:37:28 UTC 2019 - pgajdos@suse.com
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 16 19:33:46 UTC 2019 - ranand@suse.com Thu May 16 19:33:46 UTC 2019 - ranand@suse.com

View File

@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Scrapy Name: python-Scrapy
Version: 1.6.0 Version: 1.7.1
Release: 0 Release: 0
Url: http://scrapy.org Url: http://scrapy.org
Summary: A high-level Python Screen Scraping framework Summary: A high-level Python Screen Scraping framework
@@ -60,6 +60,7 @@ Requires: python-pyOpenSSL >= 0.14
Requires: python-pyasn1 Requires: python-pyasn1
Requires: python-queuelib >= 1.1.1 Requires: python-queuelib >= 1.1.1
Requires: python-service_identity Requires: python-service_identity
Requires: python-setuptools
Requires: python-six >= 1.5.2 Requires: python-six >= 1.5.2
Requires: python-w3lib >= 1.17.2 Requires: python-w3lib >= 1.17.2
BuildArch: noarch BuildArch: noarch
@@ -105,7 +106,8 @@ skiplist="$skiplist and not CrawlerTestCase"
tests} tests}
%files %{python_files} %files %{python_files}
%doc AUTHORS LICENSE README.rst %license LICENSE
%doc AUTHORS README.rst
%{python_sitelib}/* %{python_sitelib}/*
%{_bindir}/scrapy-%{python_bin_suffix} %{_bindir}/scrapy-%{python_bin_suffix}
%python3_only %{_bindir}/scrapy %python3_only %{_bindir}/scrapy