[Python-modules-commits] [sphinx] 02/08: Bump Pygments build- and test dependencies to 2.1.1.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun May 1 18:50:43 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 cbc29efa45b5f71fe837a5b1c76f2ee1ab554b6b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun May 1 21:47:53 2016 +0300
Bump Pygments build- and test dependencies to 2.1.1.
---
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 6d34eba..770e1d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ sphinx (1.4-1) UNRELEASED; urgency=medium
* Update debian/watch to correctly mangle upstream alpha releases.
* Demote sphinx-rtd-theme to Suggests, it has become optional.
* Add dependency on python[3]-imagesize packages.
+ * Bump Pygments build- and test dependencies to 2.1.1.
-- Dmitry Shachnev <mitya57 at debian.org> Sun, 03 Apr 2016 20:00:02 +0200
diff --git a/debian/control b/debian/control
index 4c18854..2003a7d 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.1), python3-pygments (>= 2.1),
+ python-pygments (>= 2.1.1), python3-pygments (>= 2.1.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 4ce3598..9bf477f 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,8 +1,8 @@
Tests: python-sphinx
-Depends: python-sphinx, python-pygments (>= 2.1), python-nose, python-mock
+Depends: python-sphinx, python-pygments (>= 2.1.1), python-nose, python-mock
Tests: python3-sphinx
-Depends: python3-sphinx, python3-pygments (>= 2.1), python3-nose, python3-mock
+Depends: python3-sphinx, python3-pygments (>= 2.1.1), python3-nose, python3-mock
Tests: sphinx-doc
Depends: sphinx-doc, python3-gi, gir1.2-webkit2-4.0 (>= 2.10), 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