From d9752627a9a0e2457c6504504555961f910264fa892b466f4e39d4953b3bd6af Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 28 Oct 2022 22:27:39 +0000 Subject: [PATCH] Accepting request 1031641 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to v2.7.0 Highlights: * Added Python 3.11 support, dropped Python 3.6 support * Improved support for :ref:`asynchronous callbacks ` * :ref:`Asyncio support ` is enabled by default on new projects * Output names of item fields can now be arbitrary strings * Centralized :ref:`request fingerprinting ` configuration is now possible Modified requirements * Python 3.7 or greater is now required; support for Python 3.6 has been dropped. Support for the upcoming Python 3.11 has been added. The minimum required version of some dependencies has changed as well: - lxml: 3.5.0 → 4.3.0 - Pillow (:ref:`images pipeline `): 4.0.0 → 7.1.0 - zope.interface: 5.0.0 → 5.1.0 (:issue:`5512`, :issue:`5514`, :issue:`5524`, :issue:`5563`, :issue:`5664`, :issue:`5670`, :issue:`5678`) Deprecations - :meth:`ImagesPipeline.thumb_path ` must now accept an item parameter (:issue:`5504`, :issue:`5508`). - The scrapy.downloadermiddlewares.decompression module is now deprecated (:issue:`5546`, :issue:`5547`). Complete changelog https://github.com/scrapy/scrapy/blob/2.7/docs/news.rst OBS-URL: https://build.opensuse.org/request/show/1031641 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=30 --- Scrapy-2.6.2.tar.gz | 3 --- Scrapy-2.7.0.tar.gz | 3 +++ python-Scrapy.changes | 23 +++++++++++++++++++++++ python-Scrapy.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 Scrapy-2.6.2.tar.gz create mode 100644 Scrapy-2.7.0.tar.gz diff --git a/Scrapy-2.6.2.tar.gz b/Scrapy-2.6.2.tar.gz deleted file mode 100644 index 5bf4044..0000000 --- a/Scrapy-2.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55e21181165f25337105fff1efc8393296375cea7de699a7e703bbd265595f26 -size 1107021 diff --git a/Scrapy-2.7.0.tar.gz b/Scrapy-2.7.0.tar.gz new file mode 100644 index 0000000..08713bb --- /dev/null +++ b/Scrapy-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4acbe0f1f5fb5ea91353512b8958ed304bc25f6dfbde2839a0d87a49435158b9 +size 1129610 diff --git a/python-Scrapy.changes b/python-Scrapy.changes index e05ba83..8848e52 100644 --- a/python-Scrapy.changes +++ b/python-Scrapy.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Oct 27 21:15:45 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v2.7.0 + Highlights: + * Added Python 3.11 support, dropped Python 3.6 support + * Improved support for :ref:`asynchronous callbacks ` + * :ref:`Asyncio support ` is enabled by default on new projects + * Output names of item fields can now be arbitrary strings + * Centralized :ref:`request fingerprinting ` configuration is now possible + Modified requirements + * Python 3.7 or greater is now required; support for Python 3.6 has been dropped. Support for the upcoming Python 3.11 has been added. + The minimum required version of some dependencies has changed as well: + - lxml: 3.5.0 → 4.3.0 + - Pillow (:ref:`images pipeline `): 4.0.0 → 7.1.0 + - zope.interface: 5.0.0 → 5.1.0 + (:issue:`5512`, :issue:`5514`, :issue:`5524`, :issue:`5563`, :issue:`5664`, :issue:`5670`, :issue:`5678`) + Deprecations + - :meth:`ImagesPipeline.thumb_path ` must now accept an item parameter (:issue:`5504`, :issue:`5508`). + - The scrapy.downloadermiddlewares.decompression module is now deprecated (:issue:`5546`, :issue:`5547`). + + Complete changelog https://github.com/scrapy/scrapy/blob/2.7/docs/news.rst + ------------------------------------------------------------------- Fri Sep 9 15:21:20 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-Scrapy.spec b/python-Scrapy.spec index f3b8a82..9320dc9 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.6.2 +Version: 2.7.0 Release: 0 Summary: A high-level Python Screen Scraping framework License: BSD-3-Clause