Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Scrapy for openSUSE:Factory checked in at 2022-03-04 00:17:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Scrapy (Old) and /work/SRC/openSUSE:Factory/.python-Scrapy.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Scrapy" Fri Mar 4 00:17:11 2022 rev:13 rq:958587 version:2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Scrapy/python-Scrapy.changes 2022-01-17 22:34:46.358272606 +0100 +++ /work/SRC/openSUSE:Factory/.python-Scrapy.new.1958/python-Scrapy.changes 2022-03-04 00:17:30.232283487 +0100 @@ -1,0 +2,15 @@ +Wed Mar 2 22:17:28 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Update to v2.6.1 + * Security fixes for cookie handling (CVE-2022-0577 aka + bsc#1196638, GHSA-mfjm-vh54-3f96) + * Python 3.10 support + * asyncio support is no longer considered experimental, and works + out-of-the-box on Windows regardless of your Python version + * Feed exports now support pathlib.Path output paths and per-feed + item filtering and post-processing +- Remove unnecessary patches: + - remove-h2-version-restriction.patch + - add-peak-method-to-queues.patch + +------------------------------------------------------------------- Old: ---- Scrapy-2.5.1.tar.gz add-peak-method-to-queues.patch remove-h2-version-restriction.patch New: ---- Scrapy-2.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Scrapy.spec ++++++ --- /var/tmp/diff_new_pack.FvbBdO/_old 2022-03-04 00:17:32.416283947 +0100 +++ /var/tmp/diff_new_pack.FvbBdO/_new 2022-03-04 00:17:32.420283948 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Scrapy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,17 +19,13 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-Scrapy -Version: 2.5.1 +Version: 2.6.1 Release: 0 Summary: A high-level Python Screen Scraping framework License: BSD-3-Clause Group: Development/Languages/Python URL: https://scrapy.org Source: https://files.pythonhosted.org/packages/source/S/Scrapy/Scrapy-%{version}.tar.gz -# PATCH-FIX-OPENSUSE remove-h2-version-restriction.patch boo#1190035 -- run scrapy with h2 >= 4.0.0 -Patch0: remove-h2-version-restriction.patch -# PATCH-FIX-UPSTREAM add-peak-method-to-queues.patch https://github.com/scrapy/scrapy/commit/68379197986ae3deb81a545b5fd6920ea3347094 -Patch1: add-peak-method-to-queues.patch BuildRequires: %{python_module Pillow} BuildRequires: %{python_module Protego >= 0.1.15} BuildRequires: %{python_module PyDispatcher >= 2.0.5} @@ -52,8 +48,9 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sybil} BuildRequires: %{python_module testfixtures >= 6.0.0} +BuildRequires: %{python_module tldextract} BuildRequires: %{python_module uvloop} -BuildRequires: %{python_module w3lib >= 1.17.2} +BuildRequires: %{python_module w3lib >= 1.17.0} BuildRequires: %{python_module zope.interface >= 4.1.3} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -94,6 +91,7 @@ %prep %setup -n Scrapy-%{version} %autopatch -p1 + sed -i -e 's:= python:= python3:g' docs/Makefile %build ++++++ Scrapy-2.5.1.tar.gz -> Scrapy-2.6.1.tar.gz ++++++ ++++ 13915 lines of diff (skipped)