From 535b71edfe5d1a7c48137df36b7a549c63d58d7d0eba967f1e45b1f2b365a510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 Jan 2020 15:35:55 +0000 Subject: [PATCH] Accepting request 765007 from home:mcalabkova:branches:devel:languages:python - update to 1.8.0 * Dropped Python 3.4 support and updated minimum requirements; made Python 3.8 support official * lots of new fixes and features OBS-URL: https://build.opensuse.org/request/show/765007 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=10 --- Scrapy-1.7.3.tar.gz | 3 --- Scrapy-1.8.0.tar.gz | 3 +++ python-Scrapy.changes | 8 ++++++++ python-Scrapy.spec | 40 +++++++++++++++++++--------------------- 4 files changed, 30 insertions(+), 24 deletions(-) delete mode 100644 Scrapy-1.7.3.tar.gz create mode 100644 Scrapy-1.8.0.tar.gz diff --git a/Scrapy-1.7.3.tar.gz b/Scrapy-1.7.3.tar.gz deleted file mode 100644 index 634c6d9..0000000 --- a/Scrapy-1.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe5a40177960e97d42d1c752a73edb40f76a85a24076dec8535cffa499eb08c8 -size 951640 diff --git a/Scrapy-1.8.0.tar.gz b/Scrapy-1.8.0.tar.gz new file mode 100644 index 0000000..7db0850 --- /dev/null +++ b/Scrapy-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe06576f9a4971de9dc0175c60fd92561e8275f2bad585c1cb5d65c5181b2db0 +size 977658 diff --git a/python-Scrapy.changes b/python-Scrapy.changes index 552f3ca..463677d 100644 --- a/python-Scrapy.changes +++ b/python-Scrapy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 16 15:00:50 UTC 2020 - Marketa Calabkova + +- update to 1.8.0 + * Dropped Python 3.4 support and updated minimum requirements; + made Python 3.8 support official + * lots of new fixes and features + ------------------------------------------------------------------- Fri Aug 23 13:13:43 UTC 2019 - Paolo Stivanin diff --git a/python-Scrapy.spec b/python-Scrapy.spec index 5e8c066..f0e3502 100644 --- a/python-Scrapy.spec +++ b/python-Scrapy.spec @@ -1,7 +1,7 @@ # # spec file for package python-Scrapy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Scrapy -Version: 1.7.3 +Version: 1.8.0 Release: 0 Summary: A high-level Python Screen Scraping framework License: BSD-3-Clause @@ -26,40 +26,38 @@ Group: Development/Languages/Python URL: https://scrapy.org Source: https://files.pythonhosted.org/packages/source/S/Scrapy/Scrapy-%{version}.tar.gz BuildRequires: %{python_module Pillow} +BuildRequires: %{python_module Protego >= 0.1.15} BuildRequires: %{python_module PyDispatcher >= 2.0.5} BuildRequires: %{python_module Twisted >= 17.9.0} -BuildRequires: %{python_module cryptography} -BuildRequires: %{python_module cssselect >= 0.9} +BuildRequires: %{python_module cryptography >= 2.0} +BuildRequires: %{python_module cssselect >= 0.9.1} BuildRequires: %{python_module jmespath} -BuildRequires: %{python_module lxml >= 3.4} +BuildRequires: %{python_module lxml >= 3.5.0} BuildRequires: %{python_module mock} -BuildRequires: %{python_module parsel >= 1.5} -BuildRequires: %{python_module pyOpenSSL >= 0.14} -BuildRequires: %{python_module pyasn1} +BuildRequires: %{python_module parsel >= 1.5.0} +BuildRequires: %{python_module pyOpenSSL >= 16.2.0} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module queuelib >= 1.1.1} -BuildRequires: %{python_module service_identity} +BuildRequires: %{python_module queuelib >= 1.4.2} +BuildRequires: %{python_module service_identity >= 16.0.0} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.5.2} BuildRequires: %{python_module testfixtures} BuildRequires: %{python_module w3lib >= 1.17.2} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx -Requires: python-Pillow +Requires: python-Protego >= 0.1.15 Requires: python-PyDispatcher >= 2.0.5 Requires: python-Twisted >= 17.9.0 -Requires: python-cryptography -Requires: python-cssselect >= 0.9 -Requires: python-lxml >= 3.4 -Requires: python-parsel >= 1.5 -Requires: python-pyOpenSSL >= 0.14 -Requires: python-pyasn1 -Requires: python-queuelib >= 1.1.1 -Requires: python-service_identity +Requires: python-cryptography >= 2.0 +Requires: python-cssselect >= 0.9.1 +Requires: python-lxml >= 3.5.0 +Requires: python-parsel >= 1.5.0 +Requires: python-pyOpenSSL >= 16.2.0 +Requires: python-queuelib >= 1.4.2 +Requires: python-service_identity >= 16.0.0 Requires: python-setuptools -Requires: python-six >= 1.5.2 Requires: python-w3lib >= 1.17.2 +Requires: python-zope.interface >= 4.1.3 BuildArch: noarch %python_subpackages