From 3a88cd0e2b1c05d2ac81c93b71ca0f89f6484f2a Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 28 Apr 2026 15:26:42 +0200 Subject: [PATCH 1/2] 2.15.2 (#7468) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * sphinx-scrapy: 0.8.3 → 0.8.4 (#7467) * Release notes for 2.15.2 --- .pre-commit-config.yaml | 2 +- docs/news.rst | 10 ++++++++++ docs/requirements.in | 2 +- docs/requirements.txt | 2 +- tox.ini | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13709efde..ccbf3133b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,6 +27,6 @@ repos: hooks: - id: sphinx-lint - repo: https://github.com/scrapy/sphinx-scrapy - rev: 0.8.3 + rev: 0.8.4 hooks: - id: sphinx-scrapy diff --git a/docs/news.rst b/docs/news.rst index aef567a2a..b86d61d54 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,6 +3,16 @@ Release notes ============= +.. _release-2.15.2: + +Scrapy 2.15.2 (unreleased) +-------------------------- + +Bug fixes +~~~~~~~~~ + +- Fixed links in https://docs.scrapy.org/llms.txt (:issue:`7467`) + .. _release-2.15.1: Scrapy 2.15.1 (2026-04-23) diff --git a/docs/requirements.in b/docs/requirements.in index 13b9dfb5d..a02e8489b 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -5,4 +5,4 @@ sphinx sphinx-notfound-page sphinx-rtd-theme sphinx-rtd-dark-mode -sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.3 +sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.4 diff --git a/docs/requirements.txt b/docs/requirements.txt index 4d9eb5454..629da6c4d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -153,7 +153,7 @@ sphinx-rtd-theme==3.1.0 # via # -r requirements.in # sphinx-rtd-dark-mode -sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@f20366277f2598d0c8a60e55fe282aff2da40dcf +sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@eef1f8c3ab3b74b6891752b8f4624373345bae26 # via -r requirements.in sphinx-sitemap==2.9.0 # via sphinx-scrapy diff --git a/tox.ini b/tox.ini index 5060a043f..d0fd6680d 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ [tox] requires = - sphinx-scrapy[tox] @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.3 + sphinx-scrapy[tox] @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.4 envlist = pre-commit,pylint,typing,py,docs minversion = 1.7.0 From 3d5ca9f43380ca2abebadd3277c38db840583766 Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Tue, 28 Apr 2026 15:28:51 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=202.15.1=20=E2=86=92=202.15?= =?UTF-8?q?.2?= 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 b86d61d54..676e0cbbf 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -5,7 +5,7 @@ Release notes .. _release-2.15.2: -Scrapy 2.15.2 (unreleased) +Scrapy 2.15.2 (2026-04-28) -------------------------- Bug fixes diff --git a/pyproject.toml b/pyproject.toml index 42d00d526..d96790873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,7 +154,7 @@ module = [ ignore_missing_imports = true [tool.bumpversion] -current_version = "2.15.1" +current_version = "2.15.2" commit = true tag = true tag_name = "{new_version}" diff --git a/scrapy/VERSION b/scrapy/VERSION index 3b1fc7950..07d875c2d 100644 --- a/scrapy/VERSION +++ b/scrapy/VERSION @@ -1 +1 @@ -2.15.1 +2.15.2