[Python-modules-commits] r32004 - in packages/sphinx/trunk/debian (changelog control)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Thu Mar 12 08:27:05 UTC 2015
Date: Thursday, March 12, 2015 @ 08:27:04
Author: mitya57
Revision: 32004
Bump required versions of python, docutils, pygments and babel.
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/control
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2015-03-12 08:21:04 UTC (rev 32003)
+++ packages/sphinx/trunk/debian/changelog 2015-03-12 08:27:04 UTC (rev 32004)
@@ -1,4 +1,4 @@
-sphinx (1.2.3+dfsg-2) UNRELEASED; urgency=medium
+sphinx (1.3-1) UNRELEASED; urgency=medium
[ Helmut Grohne ]
* Mark libjs-sphinxdoc Multi-Arch: foreign (closes: #779458).
@@ -11,6 +11,7 @@
- python3_test_build_dir.diff (no longer needed)
- parallel_2to3.diff (no longer needed)
- fix_latex_hlines.diff (applied upstream)
+ * Bump required versions of python, docutils, pygments and babel.
* Use upstream tarball, which now contains non-minified versions of
jquery.js and underscore.js.
* Update debian/watch to use pypi.debian.net redirector.
Modified: packages/sphinx/trunk/debian/control
===================================================================
--- packages/sphinx/trunk/debian/control 2015-03-12 08:21:04 UTC (rev 32003)
+++ packages/sphinx/trunk/debian/control 2015-03-12 08:27:04 UTC (rev 32004)
@@ -6,22 +6,22 @@
Homepage: http://sphinx-doc.org/
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: dh-python,
- python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~),
+ python-all (>= 2.6.6-3~), python3-all (>= 3.3~),
python-setuptools (>= 0.6c5-1~), python3-setuptools,
- python-docutils (>= 0.7), python3-docutils (>= 0.7),
- python-pygments (>= 1.2), python3-pygments (>= 1.2),
+ python-docutils (>= 0.11), python3-docutils (>= 0.11),
+ python-pygments (>= 2.0), python3-pygments (>= 2.0),
python-jinja2 (>= 2.3), python3-jinja2 (>= 2.3),
python-sqlalchemy, python3-sqlalchemy,
python-whoosh, python3-whoosh,
python-xapian,
python-nose, python3-nose,
- python-babel,
+ python-babel (>= 1.3),
xvfb, xauth, libjs-jquery (>= 1.4), libjs-underscore,
python3-gi, gir1.2-webkit-3.0,
texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
perl
-X-Python-Version: >= 2.5
-X-Python3-Version: >= 3.1
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
XS-Testsuite: autopkgtest
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/sphinx/trunk/
@@ -30,8 +30,8 @@
Package: python-sphinx
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
- python-docutils (>= 0.7),
- python-pygments (>= 1.2),
+ python-docutils (>= 0.11),
+ python-pygments (>= 2.0),
python-jinja2 (>= 2.3),
sphinx-common (= ${source:Version})
Recommends: python-pil,
@@ -60,8 +60,8 @@
Package: python3-sphinx
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
- python3-docutils (>= 0.7),
- python3-pygments (>= 1.2),
+ python3-docutils (>= 0.11),
+ python3-pygments (>= 2.0),
python3-jinja2 (>= 2.3),
sphinx-common (= ${source:Version})
Recommends: python3-pil
More information about the Python-modules-commits
mailing list