[Python-modules-commits] [sphinx] 01/04: Update dependencies for the new release.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Jul 10 13:34:15 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 7567e510741758b0e786709254802cd3b80a437f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Jul 10 15:40:38 2017 +0300

    Update dependencies for the new release.
---
 debian/changelog     | 9 +++++++++
 debian/control       | 6 +++---
 debian/tests/control | 4 ++++
 3 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5258593..cb42bfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,15 @@
 sphinx (1.6.3-1) UNRELEASED; urgency=medium
 
   * New upstream release (closes: #866789).
+  * Update dependencies for the new release.
+    - Drop python[3]-whoosh and python[3]-sqlalchemy build-dependencies.
+      These were only needed for websupport tests, we are now not running
+      these tests to avoid build-dependency loop with websupport packages.
+    - Add build-dependency on python-typing (Python 2 only).
+    - Add suggestion on latexmk, it is now used for LaTeX builds.
+  * Update autopkgtest dependencies.
+    - Add python[3]-sphinxcontrib.websupport.
+    - Add python[3]-sqlalchemy.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 09 Jul 2017 12:12:43 +0300
 
diff --git a/debian/control b/debian/control
index fb3b767..61ae94f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,6 @@ Build-Depends-Indep: dh-python,
   python-docutils (>= 0.11), python3-docutils (>= 0.11),
   python-pygments (>= 2.1.1), python3-pygments (>= 2.1.1),
   python-jinja2 (>= 2.3), python3-jinja2 (>= 2.3),
-  python-sqlalchemy, python3-sqlalchemy,
-  python-whoosh, python3-whoosh,
   python-pytest, python3-pytest,
   python-mock, python3-mock,
   python-babel (>= 1.3), python3-babel (>= 1.3),
@@ -22,7 +20,7 @@ Build-Depends-Indep: dh-python,
   python-imagesize, python3-imagesize,
   python-requests (>= 2.4.0), python3-requests (>= 2.4.0),
   python-html5lib, python3-html5lib,
-  python-enum34,
+  python-enum34, python-typing,
   libjs-jquery (>= 1.4), libjs-underscore,
   texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
   texlive-luatex, texlive-xetex,
@@ -53,6 +51,7 @@ Suggests:
   libjs-mathjax, dvipng,
   texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended,
   texlive-generic-extra,
+  latexmk,
   sphinx-doc
 Breaks:
   python-sphinxcontrib.issuetracker (<< 0.11-1),
@@ -90,6 +89,7 @@ Suggests:
   libjs-mathjax, dvipng,
   texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended,
   texlive-generic-extra,
+  latexmk,
   sphinx-doc
 Description: documentation generator for Python projects (implemented in Python 3)
  Sphinx is a tool for producing documentation for Python projects, using
diff --git a/debian/tests/control b/debian/tests/control
index 605a7c4..3e6c2fa 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -7,6 +7,8 @@ Depends: python-sphinx,
          python-mock,
          python-xapian,
          python-whoosh,
+         python-sphinxcontrib.websupport,
+         python-sqlalchemy (>= 0.9),
          texlive-latex-extra,
          texlive-fonts-recommended,
          texlive-luatex,
@@ -23,6 +25,8 @@ Depends: python3-sphinx,
          python3-mock,
          python3-xapian,
          python3-whoosh,
+         python3-sphinxcontrib.websupport,
+         python3-sqlalchemy (>= 0.9),
          texlive-latex-extra,
          texlive-fonts-recommended,
          texlive-luatex,

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