[Python-modules-commits] [flask] 06/07: Use Python 3 version of Sphinx for building docs

Ondrej Novy onovy at debian.org
Mon Jan 15 14:03:14 UTC 2018


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

onovy pushed a commit to branch master
in repository flask.

commit bbefd91e8b1de7f4d14f3aaae1e0b83ce7305fab
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jan 15 14:53:26 2018 +0100

    Use Python 3 version of Sphinx for building docs
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9ae08af..6d315d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ flask (0.12.2-3) UNRELEASED; urgency=medium
   * debian/patches/0003-Don-t-rely-on-X-Requested-With-for-pretty-print-json.patch:
     Fix FTBFS (Closes: #884523)
   * Bump debhelper compat level to 11
+  * Use Python 3 version of Sphinx for building docs
 
  -- Ondřej Nový <onovy at debian.org>  Sat, 09 Dec 2017 14:31:59 +0100
 
diff --git a/debian/control b/debian/control
index f9bdf20..25374fe 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11), dh-python (>= 2.20160609~),
  python-all, python3-all,
  python-setuptools, python3-setuptools,
 # for docs:
- python-sphinx,
+ python3-sphinx,
 # for tests:
  python-pytest, python3-pytest,
  python-werkzeug, python-jinja2, python-itsdangerous, python-blinker, python-click,

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



More information about the Python-modules-commits mailing list