[Python-modules-commits] [python-scrapy] 06/09: Require twisted (>= 17.1.0) for Build-Depends so FTP tests can run.

Michael Fladischer fladi at moszumanska.debian.org
Tue Jun 20 10:10:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository python-scrapy.

commit 2565452f281a1055220fa3885069036582a2cf30
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed May 31 11:50:25 2017 +0200

    Require twisted (>= 17.1.0) for Build-Depends so FTP tests can run.
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d09422d..d95692b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-scrapy (1.4.0-1~exp1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Require twisted (>= 17.1.0) for Build-Depends so FTP tests can run.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 29 May 2017 10:12:21 +0200
 
diff --git a/debian/control b/debian/control
index 9c7c737..e17de8f 100644
--- a/debian/control
+++ b/debian/control
@@ -20,9 +20,9 @@ Build-Depends-Indep: libjs-jquery,
                      python-queuelib,
                      python-setuptools,
                      python-testfixtures,
-                     python-twisted-conch,
-                     python-twisted-core,
-                     python-twisted-web,
+                     python-twisted-conch (>= 1:17.1.0),
+                     python-twisted-core (>= 17.1.0),
+                     python-twisted-web (>= 17.1.0),
                      python-w3lib (>= 1.16.0-1~),
                      python3-botocore,
                      python3-jmespath,
@@ -37,7 +37,7 @@ Build-Depends-Indep: libjs-jquery,
                      python3-sphinx,
                      python3-sphinx-rtd-theme,
                      python3-testfixtures,
-                     python3-twisted,
+                     python3-twisted (>= 17.1.0),
                      python3-w3lib (>= 1.16.0-1~)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-scrapy.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-scrapy.git



More information about the Python-modules-commits mailing list