[Python-modules-commits] [sphinx] 01/02: Bump python[3]-six dependency to 1.5, following upstream.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Aug 24 19:23:03 UTC 2016


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

mitya57 pushed a commit to annotated tag debian/1.4.6-1
in repository sphinx.

commit b411626101633f369007590f6d619c73727283ab
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Aug 23 22:16:09 2016 +0300

    Bump python[3]-six dependency to 1.5, following upstream.
---
 debian/changelog | 1 +
 debian/control   | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ef029d9..3d9d07b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 sphinx (1.4.6-1) UNRELEASED; urgency=medium
 
   * New upstream bugfix release (closes: #835026).
+  * Bump python[3]-six dependency to 1.5, following upstream.
   * dh_sphinxdoc: Include the list of packages in the error message about
     documentation not found (closes: #833799).
 
diff --git a/debian/control b/debian/control
index e15d7f9..b81dbe3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Homepage: http://sphinx-doc.org/
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: dh-python,
   python-all (>= 2.6.6-3~), python3-all (>= 3.3~),
-  python-six (>= 1.4), python3-six (>= 1.4),
+  python-six (>= 1.5), python3-six (>= 1.5),
   python-setuptools (>= 0.6c5-1~), python3-setuptools,
   python-docutils (>= 0.11), python3-docutils (>= 0.11),
   python-pygments (>= 2.1.1), python3-pygments (>= 2.1.1),
@@ -36,7 +36,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/sphinx.git
 Package: python-sphinx
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
-  python-six (>= 1.4),
+  python-six (>= 1.5),
   python-docutils (>= 0.11),
   python-pygments (>= 2.0),
   python-jinja2 (>= 2.3),
@@ -72,7 +72,7 @@ Description: documentation generator for Python projects (implemented in Python
 Package: python3-sphinx
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
-  python3-six (>= 1.4),
+  python3-six (>= 1.5),
   python3-docutils (>= 0.11),
   python3-pygments (>= 2.0),
   python3-jinja2 (>= 2.3),

-- 
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