From cf465bf64403607f253313dbc05173c4c5f7e594 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Wed, 2 Jul 2025 20:36:01 +0500 Subject: [PATCH 1/2] Release notes for 2.13.3. (#6934) * Release notes for 2.13.3. * Address feedback. --- docs/news.rst | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 5fad2e425..980f3315c 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,47 @@ Release notes ============= +.. _release-2.13.3: + +Scrapy 2.13.3 (unreleased) +-------------------------- + +- Changed the values for :setting:`DOWNLOAD_DELAY` (from ``0`` to ``1``) and + :setting:`CONCURRENT_REQUESTS_PER_DOMAIN` (from ``8`` to ``1``) in the + default project template. + (:issue:`6597`, :issue:`6918`, :issue:`6923`) + +- Improved :class:`scrapy.core.engine.ExecutionEngine` logic related to + initialization and exception handling, fixing several cases where the + spider would crash, hang or log an unhandled exception. + (:issue:`6783`, :issue:`6784`, :issue:`6900`, :issue:`6908`, :issue:`6910`, + :issue:`6911`) + +- Fixed a Windows issue with :ref:`feed exports ` using + :class:`scrapy.extensions.feedexport.FileFeedStorage` that caused the file + to be created on the wrong drive. + (:issue:`6894`, :issue:`6897`) + +- Allowed running tests with Twisted 25.5.0+ again. Pytest 8.4.1+ is now + required for running tests in non-pinned envs as support for the new + Twisted version was added in that version. + (:issue:`6893`) + +- Fixed running tests with lxml 6.0.0+. + (:issue:`6919`) + +- Added a deprecation notice for + ``scrapy.spidermiddlewares.offsite.OffsiteMiddleware`` to :ref:`the Scrapy + 2.11.2 release notes `. + (:issue:`6926`) + +- Updated :ref:`contribution docs ` to refer to ruff_ + instead of black_. + (:issue:`6903`) + +- Added ``.venv/`` and ``.vscode/`` to ``.gitignore``. + (:issue:`6901`, :issue:`6907`) + .. _release-2.13.2: Scrapy 2.13.2 (2025-06-09) From 155a504f24b9dd180b8786a4fa709f87cfe8fb66 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Wed, 2 Jul 2025 20:39:46 +0500 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=202.13.2=20=E2=86=92=202.13?= =?UTF-8?q?.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/news.rst | 2 +- pyproject.toml | 2 +- scrapy/VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 980f3315c..b7fdcd585 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -5,7 +5,7 @@ Release notes .. _release-2.13.3: -Scrapy 2.13.3 (unreleased) +Scrapy 2.13.3 (2025-07-02) -------------------------- - Changed the values for :setting:`DOWNLOAD_DELAY` (from ``0`` to ``1``) and diff --git a/pyproject.toml b/pyproject.toml index d6aebf514..470cab8ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ module = "twisted" implicit_reexport = true [tool.bumpversion] -current_version = "2.13.2" +current_version = "2.13.3" commit = true tag = true tag_name = "{new_version}" diff --git a/scrapy/VERSION b/scrapy/VERSION index 0e83a9a9c..a1a4224dd 100644 --- a/scrapy/VERSION +++ b/scrapy/VERSION @@ -1 +1 @@ -2.13.2 +2.13.3