[Python-modules-commits] [sphinxcontrib-websupport] 02/02: Bump Sphinx dependency to 1.6, to be able to use the new API.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Sep 29 19:48:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch debian/master
in repository sphinxcontrib-websupport.
commit 266c6ce072e1c7f89b39ee6ea15849c4fb3ee898
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Sep 29 22:48:06 2017 +0300
Bump Sphinx dependency to 1.6, to be able to use the new API.
---
debian/changelog | 1 +
debian/control | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e84ebd4..8c547bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sphinxcontrib-websupport (1.0.1-2) UNRELEASED; urgency=medium
* Add two patches to fix compatibility with Sphinx 1.6 (closes: #877158):
- tests_fix_import.diff: Import local sqlalchemystorage in tests.
- sphinx16_translator_class.diff: Use new API to set translator class.
+ * Bump Sphinx dependency to 1.6, to be able to use the new API.
-- Dmitry Shachnev <mitya57 at debian.org> Fri, 29 Sep 2017 17:35:19 +0300
diff --git a/debian/control b/debian/control
index 6bafd30..6c4618c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,14 +10,14 @@ Build-Depends: debhelper (>= 10),
python-all,
python-pytest <!nocheck>,
python-setuptools,
- python-sphinx <!nocheck>,
+ python-sphinx (>= 1.6) <!nocheck>,
python-sqlalchemy <!nocheck>,
python-whoosh <!nocheck>,
python-xapian <!nocheck>,
python3-all,
python3-pytest <!nocheck>,
python3-setuptools,
- python3-sphinx <!nocheck>,
+ python3-sphinx (>= 1.6) <!nocheck>,
python3-sqlalchemy <!nocheck>,
python3-whoosh <!nocheck>,
python3-xapian <!nocheck>
@@ -29,7 +29,7 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/sphinxcontri
Package: python-sphinxcontrib.websupport
Architecture: all
-Depends: python-sphinx, ${misc:Depends}, ${python:Depends}
+Depends: python-sphinx (>= 1.6), ${misc:Depends}, ${python:Depends}
Recommends: python-sqlalchemy, python-whoosh, python-xapian
Description: API to integrate Sphinx documentation into Web applications (Python 2)
This module provides a means for integrating documentation built with Sphinx
@@ -40,7 +40,7 @@ Description: API to integrate Sphinx documentation into Web applications (Python
Package: python3-sphinxcontrib.websupport
Architecture: all
-Depends: python3-sphinx, ${misc:Depends}, ${python3:Depends}
+Depends: python3-sphinx (>= 1.6), ${misc:Depends}, ${python3:Depends}
Recommends: python3-sqlalchemy, python3-whoosh, python3-xapian
Description: API to integrate Sphinx documentation into Web applications (Python 3)
This module provides a means for integrating documentation built with Sphinx
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinxcontrib-websupport.git
More information about the Python-modules-commits
mailing list