[Python-modules-commits] [python-textile] 04/04: Bump required version of html5lib and move it from Suggests to Depends.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Nov 25 12:04:45 UTC 2017


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

mitya57 pushed a commit to branch debian/master
in repository python-textile.

commit ba45db1d904e9c6ade553a781bdbf8a3e44119fc
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Nov 25 15:04:27 2017 +0300

    Bump required version of html5lib and move it from Suggests to Depends.
---
 debian/changelog |  1 +
 debian/control   | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 11f70ae..becdf40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-textile (1:3.0.0-1) UNRELEASED; urgency=medium
   * Refresh 0001-Skip-a-test-that-requires-access-to-www.google.com.patch.
   * Bump X-Python-Version to 2.7 and X-Python3-Version to 3.3, following
     upstream.
+  * Bump required version of html5lib and move it from Suggests to Depends.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 25 Nov 2017 14:39:25 +0300
 
diff --git a/debian/control b/debian/control
index 3b375c9..4f5ffaf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,13 @@ Uploaders: Dmitry Shachnev <mitya57 at debian.org>
 Build-Depends: debhelper (>= 9),
                dh-python,
                python (>= 2.6.6-3~),
-               python-html5lib,
+               python-html5lib (>= 0.999999999),
                python-pytest,
                python-pytest-cov,
                python-pytest-runner,
                python-setuptools,
                python3-all,
-               python3-html5lib,
+               python3-html5lib (>= 0.999999999),
                python3-pytest,
                python3-pytest-cov,
                python3-pytest-runner,
@@ -26,8 +26,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-text
 
 Package: python-textile
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-html5lib, python-pil (>= 3.0), python-regex
+Depends: python-html5lib (>= 0.999999999), ${misc:Depends}, ${python:Depends}
+Suggests: python-pil (>= 3.0), python-regex
 Description: Python 2 parser for the Textile markup
  Textile is an XHTML generator that uses a simple markup, similar
  to the one you can find on most wikis.
@@ -37,8 +37,8 @@ Description: Python 2 parser for the Textile markup
 
 Package: python3-textile
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Suggests: python3-html5lib, python3-pil (>= 3.0), python3-regex
+Depends: python3-html5lib (>= 0.999999999), ${misc:Depends}, ${python3:Depends}
+Suggests: python3-pil (>= 3.0), python3-regex
 Description: Python 3 parser for the Textile markup
  Textile is an XHTML generator that uses a simple markup, similar
  to the one you can find on most wikis.

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



More information about the Python-modules-commits mailing list