[Python-modules-commits] [python-mock] 02/02: Use Python 3 version of Sphinx

Ondřej Nový onovy at moszumanska.debian.org
Mon Jul 4 20:54:48 UTC 2016


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

onovy pushed a commit to branch master
in repository python-mock.

commit f55019a0145eb543e6b6fc99b51b60c302cfac38
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jul 4 22:54:06 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index d95aa37..e498d3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-mock (2.0.0-2) UNRELEASED; urgency=medium
 
   * Require newer version of python-funcsigs (Closes: #829631)
+  * Use Python 3 version of Sphinx
 
  -- Ondřej Nový <onovy at debian.org>  Mon, 04 Jul 2016 22:51:08 +0200
 
diff --git a/debian/control b/debian/control
index 07d37dd..f3ade72 100644
--- a/debian/control
+++ b/debian/control
@@ -10,11 +10,11 @@ Build-Depends: debhelper (>= 9),
                python-pbr (>= 1.3),
                python-setuptools (>= 17.1),
                python-six (>= 1.9),
-               python-sphinx,
                python-unittest2 (>= 1.1.0),
                python3-all,
                python3-pbr (>= 1.3),
                python3-setuptools (>= 17.1),
+               python3-sphinx,
                python3-six (>= 1.9),
                python3-unittest2,
 Standards-Version: 3.9.8

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



More information about the Python-modules-commits mailing list