From 9a72a2550cf83c6c533554d430e6b94adae2bb05 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 29 Aug 2023 16:52:02 +0400 Subject: [PATCH 1/3] Forbid Twisted 23.8.0+. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 405633f55..47c0af0b0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,8 @@ version = (Path(__file__).parent / "scrapy/VERSION").read_text("ascii").strip() install_requires = [ - "Twisted>=18.9.0", + # 23.8.0 incompatibility: https://github.com/scrapy/scrapy/issues/6024 + "Twisted>=18.9.0,<23.8.0", "cryptography>=36.0.0", "cssselect>=0.9.1", "itemloaders>=1.0.1", From f8f550120b351df579725e792cfb6a4d2f4af701 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 29 Aug 2023 18:07:15 +0400 Subject: [PATCH 2/3] Release notes for 2.10.1. --- docs/news.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index c55c0b222..d1b020576 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,13 @@ Release notes ============= +.. _release-2.10.1: + +Scrapy 2.10.1 (YYYY-MM-DD) +-------------------------- + +Marked ``Twisted >= 23.8.0`` as unsupported. (:issue:`6024`, :issue:`6026`) + .. _release-2.10.0: Scrapy 2.10.0 (2023-08-04) From a320e5f6a421ea3bae06d2f63d29bae9d327f580 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Wed, 30 Aug 2023 12:08:36 +0400 Subject: [PATCH 3/3] =?UTF-8?q?Bump=20version:=202.10.0=20=E2=86=92=202.10?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/news.rst | 2 +- scrapy/VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 53e873427..0bcd1ab01 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.10.0 +current_version = 2.10.1 commit = True tag = True tag_name = {new_version} diff --git a/docs/news.rst b/docs/news.rst index d1b020576..78ac14ab6 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -5,7 +5,7 @@ Release notes .. _release-2.10.1: -Scrapy 2.10.1 (YYYY-MM-DD) +Scrapy 2.10.1 (2023-08-30) -------------------------- Marked ``Twisted >= 23.8.0`` as unsupported. (:issue:`6024`, :issue:`6026`) diff --git a/scrapy/VERSION b/scrapy/VERSION index 10c2c0c3d..8bbb6e406 100644 --- a/scrapy/VERSION +++ b/scrapy/VERSION @@ -1 +1 @@ -2.10.0 +2.10.1