From bba31b545d89f60a3f1d4d6d972f6d413e688821 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Fri, 23 Sep 2016 17:23:37 +0200 Subject: [PATCH] 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 ~~~~~~~~~~~~