[Python-modules-commits] [sphinx] 01/01: Make python3-sphinx depend on python3.6-2to3.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Dec 15 14:07:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch debian/master
in repository sphinx.
commit e39bf540748b3740f5d17a7d5568c72e20ebb96b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Dec 15 17:06:24 2017 +0300
Make python3-sphinx depend on python3.6-2to3.
This is where lib2to3 is shipped since python3.6 3.6.4~rc1-2.
This dependency will be replaced with a more generic one later.
---
debian/changelog | 8 ++++++++
debian/control | 1 +
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1f66ed9..fa42849 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sphinx (1.6.5-3) UNRELEASED; urgency=medium
+
+ * Make python3-sphinx depend on python3.6-2to3, where lib2to3 is shipped
+ since python3.6 3.6.4~rc1-2. It will be replaced with a more generic
+ dependency later.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Fri, 15 Dec 2017 17:03:53 +0300
+
sphinx (1.6.5-2) unstable; urgency=medium
* Backport two upstream patches to improve builds reproducibility:
diff --git a/debian/control b/debian/control
index aed257c..6396923 100644
--- a/debian/control
+++ b/debian/control
@@ -78,6 +78,7 @@ Description: documentation generator for Python projects (implemented in Python
Package: python3-sphinx
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
+ python3.6-2to3,
python3-six (>= 1.5),
python3-docutils (>= 0.11),
python3-pygments (>= 2.0),
--
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