From b1973a8506185b88c1a13b567a994cc896c61e344347b0fc8a381e220e9118c8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 3 Mar 2022 06:01:02 +0000 Subject: [PATCH] Fix changelogs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Scrapy?expand=0&rev=24 --- python-Scrapy.changes | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-Scrapy.changes b/python-Scrapy.changes index 6aae1ef..ab72880 100644 --- a/python-Scrapy.changes +++ b/python-Scrapy.changes @@ -1,8 +1,14 @@ ------------------------------------------------------------------- Wed Mar 2 22:17:28 UTC 2022 - Matej Cepl -- Upgrade to 2.6.1: - +- 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