From df0b1428762a9d1ebead6e77dc9179687fc64b2baf0218395572dc90cd6af4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jul 2019 09:00:54 +0000 Subject: [PATCH] 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 --- Scrapy-1.6.0.tar.gz | 3 --- Scrapy-1.7.1.tar.gz | 3 +++ python-Scrapy.changes | 11 +++++++++++ python-Scrapy.spec | 8 +++++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 Scrapy-1.6.0.tar.gz create mode 100644 Scrapy-1.7.1.tar.gz diff --git a/Scrapy-1.6.0.tar.gz b/Scrapy-1.6.0.tar.gz deleted file mode 100644 index 4d911e0..0000000 --- a/Scrapy-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:558dfd10ac53cb324ecd7eefd3eac412161c7507c082b01b0bcd2c6e2e9f0766 -size 926576 diff --git a/Scrapy-1.7.1.tar.gz b/Scrapy-1.7.1.tar.gz new file mode 100644 index 0000000..ae333e0 --- /dev/null +++ b/Scrapy-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8987d199092c3bb33d4d1d021507cd933aa67f5177e2d36f31343e8a6bd7f1 +size 951526 diff --git a/python-Scrapy.changes b/python-Scrapy.changes index 5415e2b..dd39ec5 100644 --- a/python-Scrapy.changes +++ b/python-Scrapy.changes @@ -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 diff --git a/python-Scrapy.spec b/python-Scrapy.spec index 19228e9..773d181 100644 --- a/python-Scrapy.spec +++ b/python-Scrapy.spec @@ -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