From bba31b545d89f60a3f1d4d6d972f6d413e688821 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 23 Sep 2016 17:23:37 +0200 Subject: [PATCH 1/3] Mention new Debian Jessie baseline --- docs/news.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index a6f1ff09d..25e251ed6 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -6,6 +6,19 @@ Release notes 1.2.0 (YYYY-MM-DD) ------------------ +Requirements +~~~~~~~~~~~~ + +Scrapy's new requirements baseline is Debian 7 Jessie. It was previously +Ubuntu 12.04 Precise. +What this means in practice is that we run continuous integration tests +with these (main) packages versions at a minimum: +Twisted 14.0, pyOpenSSL 0.14, lxml 3.4. + +Scrapy may very well work with older versions of these packages +(the code base still has switches for older Twisted versions for example) +but it is not guaranteed (because it's not tested anymore). + New Features ~~~~~~~~~~~~ From c707c313458d7d01a61ab81e11dab6579d19a27f Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Mon, 26 Sep 2016 17:20:13 +0200 Subject: [PATCH 2/3] Fix Debian number --- docs/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index 25e251ed6..882f3eab0 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -9,7 +9,7 @@ Release notes Requirements ~~~~~~~~~~~~ -Scrapy's new requirements baseline is Debian 7 Jessie. It was previously +Scrapy's new requirements baseline is Debian 8 "Jessie". It was previously Ubuntu 12.04 Precise. What this means in practice is that we run continuous integration tests with these (main) packages versions at a minimum: From c670e3cdf643e36d00de4619c09968b5f8dadc81 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 29 Sep 2016 14:22:08 +0200 Subject: [PATCH 3/3] Move mention --- docs/news.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 882f3eab0..450ab5542 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -6,19 +6,6 @@ Release notes 1.2.0 (YYYY-MM-DD) ------------------ -Requirements -~~~~~~~~~~~~ - -Scrapy's new requirements baseline is Debian 8 "Jessie". It was previously -Ubuntu 12.04 Precise. -What this means in practice is that we run continuous integration tests -with these (main) packages versions at a minimum: -Twisted 14.0, pyOpenSSL 0.14, lxml 3.4. - -Scrapy may very well work with older versions of these packages -(the code base still has switches for older Twisted versions for example) -but it is not guaranteed (because it's not tested anymore). - New Features ~~~~~~~~~~~~ @@ -58,6 +45,19 @@ Refactoring .. _w3lib.url: http://w3lib.readthedocs.io/en/latest/w3lib.html#w3lib.url.canonicalize_url +Tests & Requirements +~~~~~~~~~~~~~~~~~~~~ + +Scrapy's new requirements baseline is Debian 8 "Jessie". It was previously +Ubuntu 12.04 Precise. +What this means in practice is that we run continuous integration tests +with these (main) packages versions at a minimum: +Twisted 14.0, pyOpenSSL 0.14, lxml 3.4. + +Scrapy may very well work with older versions of these packages +(the code base still has switches for older Twisted versions for example) +but it is not guaranteed (because it's not tested anymore). + Documentation ~~~~~~~~~~~~~