From 9f5d599005e2844f22c9daa59d64afb655286f932fb5a8b80ae256614cd17f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 24 Aug 2019 07:38:09 +0000 Subject: [PATCH] Accepting request 725578 from home:polslinux:branches:devel:languages:python - Update to 1.7.3 * Enforce lxml 4.3.5 or lower for Python 3.4 (issue 3912, issue 3918). * Fix Python 2 support (issue 3889, issue 3893, issue 3896). OBS-URL: https://build.opensuse.org/request/show/725578 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=8 --- Scrapy-1.7.1.tar.gz | 3 --- Scrapy-1.7.3.tar.gz | 3 +++ python-Scrapy.changes | 8 ++++++++ python-Scrapy.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 Scrapy-1.7.1.tar.gz create mode 100644 Scrapy-1.7.3.tar.gz diff --git a/Scrapy-1.7.1.tar.gz b/Scrapy-1.7.1.tar.gz deleted file mode 100644 index ae333e0..0000000 --- a/Scrapy-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da8987d199092c3bb33d4d1d021507cd933aa67f5177e2d36f31343e8a6bd7f1 -size 951526 diff --git a/Scrapy-1.7.3.tar.gz b/Scrapy-1.7.3.tar.gz new file mode 100644 index 0000000..634c6d9 --- /dev/null +++ b/Scrapy-1.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5a40177960e97d42d1c752a73edb40f76a85a24076dec8535cffa499eb08c8 +size 951640 diff --git a/python-Scrapy.changes b/python-Scrapy.changes index 6784665..552f3ca 100644 --- a/python-Scrapy.changes +++ b/python-Scrapy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 23 13:13:43 UTC 2019 - Paolo Stivanin + +- Update to 1.7.3 + * Enforce lxml 4.3.5 or lower for Python 3.4 + (issue 3912, issue 3918). + * Fix Python 2 support (issue 3889, issue 3893, issue 3896). + ------------------------------------------------------------------- Wed Jul 24 10:27:07 UTC 2019 - Tomáš Chvátal diff --git a/python-Scrapy.spec b/python-Scrapy.spec index bf94607..5e8c066 100644 --- a/python-Scrapy.spec +++ b/python-Scrapy.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Scrapy -Version: 1.7.1 +Version: 1.7.3 Release: 0 Summary: A high-level Python Screen Scraping framework License: BSD-3-Clause