From 47fd8f70296c8d655bf1a285d9346800766f6c120d9959769f8d095bf808af92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 8 Nov 2022 09:53:03 +0000 Subject: [PATCH] Accepting request 1034369 from home:yarunachalam:branches:devel:languages:python - Update to v2.7.1 * Relaxed the restriction introduced in 2.6.2 so that the Proxy-Authentication header can again be set explicitly in certain cases, restoring compatibility with scrapy-zyte-smartproxy 2.1.0 and older Bug fixes * full change-log https://docs.scrapy.org/en/latest/news.html#scrapy-2-7-1-2022-11-02 OBS-URL: https://build.opensuse.org/request/show/1034369 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=32 --- Scrapy-2.7.0.tar.gz | 3 --- Scrapy-2.7.1.tar.gz | 3 +++ python-Scrapy.changes | 9 +++++++++ python-Scrapy.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 Scrapy-2.7.0.tar.gz create mode 100644 Scrapy-2.7.1.tar.gz diff --git a/Scrapy-2.7.0.tar.gz b/Scrapy-2.7.0.tar.gz deleted file mode 100644 index 08713bb..0000000 --- a/Scrapy-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4acbe0f1f5fb5ea91353512b8958ed304bc25f6dfbde2839a0d87a49435158b9 -size 1129610 diff --git a/Scrapy-2.7.1.tar.gz b/Scrapy-2.7.1.tar.gz new file mode 100644 index 0000000..2ffefb7 --- /dev/null +++ b/Scrapy-2.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fa408353d24b1df979df2ea4afbd19b4ae02fb2207f218d246332f1e1cf14e +size 1131084 diff --git a/python-Scrapy.changes b/python-Scrapy.changes index 8848e52..98f9fb5 100644 --- a/python-Scrapy.changes +++ b/python-Scrapy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 7 20:35:15 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v2.7.1 + * Relaxed the restriction introduced in 2.6.2 so that the Proxy-Authentication header can again be set explicitly in certain cases, + restoring compatibility with scrapy-zyte-smartproxy 2.1.0 and older + Bug fixes + * full change-log https://docs.scrapy.org/en/latest/news.html#scrapy-2-7-1-2022-11-02 + ------------------------------------------------------------------- Thu Oct 27 21:15:45 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-Scrapy.spec b/python-Scrapy.spec index 9320dc9..10248b4 100644 --- a/python-Scrapy.spec +++ b/python-Scrapy.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-Scrapy -Version: 2.7.0 +Version: 2.7.1 Release: 0 Summary: A high-level Python Screen Scraping framework License: BSD-3-Clause