forked from pool/python-Scrapy
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
This commit is contained in:
committed by
Git OBS Bridge
parent
9f5d599005
commit
535b71edfe
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe5a40177960e97d42d1c752a73edb40f76a85a24076dec8535cffa499eb08c8
|
||||
size 951640
|
3
Scrapy-1.8.0.tar.gz
Normal file
3
Scrapy-1.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe06576f9a4971de9dc0175c60fd92561e8275f2bad585c1cb5d65c5181b2db0
|
||||
size 977658
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 15:00:50 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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 <info@paolostivanin.com>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user