[Python-modules-commits] [sphinx] 02/02: Build-depend on Pygments 2.1, the testsuite now requires it.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Jan 25 15:27:34 UTC 2016


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

mitya57 pushed a commit to branch master
in repository sphinx.

commit bbaa15f6d1972f81a313fa9ce479e09538e1898e
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Jan 25 18:25:09 2016 +0300

    Build-depend on Pygments 2.1, the testsuite now requires it.
---
 debian/changelog     | 1 +
 debian/control       | 2 +-
 debian/tests/control | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8f0f554..b7a638e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 sphinx (1.3.5-1) UNRELEASED; urgency=medium
 
   * New upstream bugfix release.
+  * Build-depend on Pygments 2.1, the testsuite now requires it.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 25 Jan 2016 18:21:55 +0300
 
diff --git a/debian/control b/debian/control
index 9797cfb..92de998 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: dh-python,
   python-six (>= 1.4), python3-six (>= 1.4),
   python-setuptools (>= 0.6c5-1~), python3-setuptools,
   python-docutils (>= 0.11), python3-docutils (>= 0.11),
-  python-pygments (>= 2.0), python3-pygments (>= 2.0),
+  python-pygments (>= 2.1), python3-pygments (>= 2.1),
   python-jinja2 (>= 2.3), python3-jinja2 (>= 2.3),
   python-sqlalchemy, python3-sqlalchemy,
   python-whoosh, python3-whoosh,
diff --git a/debian/tests/control b/debian/tests/control
index 52d07b7..92766a4 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,8 +1,8 @@
 Tests: python-sphinx
-Depends: python-sphinx, python-nose, python-mock
+Depends: python-sphinx, python-pygments (>= 2.1), python-nose, python-mock
 
 Tests: python3-sphinx
-Depends: python3-sphinx, python3-nose, python3-mock
+Depends: python3-sphinx, python3-pygments (>= 2.1), python3-nose, python3-mock
 
 Tests: sphinx-doc
 Depends: sphinx-doc, python3-gi, gir1.2-webkit-3.0, xauth, xvfb

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



More information about the Python-modules-commits mailing list