From d8865b33045c239e18704d7ab5012e334b128a32 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 10 Mar 2017 14:02:00 +0100 Subject: [PATCH 1/3] Update changelog for upcoming 1.3.3 --- docs/news.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index 31f4d3026..f9a900771 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,13 +3,25 @@ Release notes ============= +Scrapy 1.3.3 (2017-03-XX) +------------------------- + +Bug fixes +~~~~~~~~~ + +- Make ``SpiderLoader`` raise ``ImportError`` again by default for missing + dependencies and wrong :setting:`SPIDER_MODULES`. + These exceptions were silenced as warnings since 1.3.0. + A new setting is introduced to toggle between warning or exception if needed ; + see :setting:`SPIDER_LOADER_WARN_ONLY` for details. + Scrapy 1.3.2 (2017-02-13) ------------------------- Bug fixes ~~~~~~~~~ -- Preserve crequest class when converting to/from dicts (utils.reqser) (:issue:`2510`). +- Preserve request class when converting to/from dicts (utils.reqser) (:issue:`2510`). - Use consistent selectors for author field in tutorial (:issue:`2551`). - Fix TLS compatibility in Twisted 17+ (:issue:`2558`) From b2c505d8ec71fd1226782c65edd06d901c3ef211 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 10 Mar 2017 16:29:44 +0100 Subject: [PATCH 2/3] Set release date in changelog for v1.3.3 --- docs/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index f9a900771..da856d883 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -3,7 +3,7 @@ Release notes ============= -Scrapy 1.3.3 (2017-03-XX) +Scrapy 1.3.3 (2017-03-10) ------------------------- Bug fixes From a7f5207e9f2837040a3a08c3a8f4e76265b68bb2 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 10 Mar 2017 12:25:58 +0100 Subject: [PATCH 3/3] Update version added for SPIDER_LOADER_WARN_ONLY --- docs/topics/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 569b71518..8367b1092 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -1185,7 +1185,7 @@ The class that will be used for loading spiders, which must implement the SPIDER_LOADER_WARN_ONLY ----------------------- -.. versionadded:: 1.4 +.. versionadded:: 1.3.3 Default: ``False``