[Python-modules-commits] [python-pip] 04/04: Add webencodings; a new html5lib dependency.

Barry Warsaw barry at moszumanska.debian.org
Mon Nov 21 21:47:37 UTC 2016


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

barry pushed a commit to branch master
in repository python-pip.

commit 42dc40ebb44e61fccc975f95fd8099e21dc34902
Author: Barry Warsaw <barry at python.org>
Date:   Mon Nov 21 16:46:39 2016 -0500

    Add webencodings; a new html5lib dependency.
---
 debian/changelog |  6 +++++-
 debian/control   | 22 +++++++++++++---------
 debian/rules     |  1 +
 3 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d62f7f5..515ad6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 python-pip (8.1.2-4) UNRELEASED; urgency=medium
 
   * d/patches/disable-pip-version-check.patch: Added.  (Closes: #844679)
-  * d/control: Bump html5lib Built-Using version number.
+  * d/control:
+    - Bump html5lib Built-Using version number.
+    - Add Built-Using for python-webencodings (a new html5lib dependency).
+    - Add Build-Depends on python{,3}-webencodings.
+  * d/rules: dirtbike webencodings.
 
  -- Barry Warsaw <barry at debian.org>  Fri, 18 Nov 2016 17:08:46 -0500
 
diff --git a/debian/control b/debian/control
index 854d389..0493093 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Barry Warsaw <barry at debian.org>,
            Carl Chenet <chaica at debian.org>,
-           Jeff Licquia <licquia at debian.org>
+           Jeff Licquia <licquia at debian.org>,
 Homepage: https://pip.pypa.io/en/stable/
 Build-Depends: debhelper (>= 9),
                dh-python,
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 9),
                python-docutils,
                python-ipaddress,
                python-setuptools,
+               python-webencodings,
                python3-all,
                python3-cachecontrol,
                python3-chardet,
@@ -32,7 +33,8 @@ Build-Depends: debhelper (>= 9),
                python3-setuptools,
                python3-six,
                python3-urllib3,
-               python3-wheel
+               python3-webencodings,
+               python3-wheel,
 Standards-Version: 3.9.8
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.4
@@ -44,11 +46,11 @@ Architecture: all
 Depends: ca-certificates,
          python-pip-whl (= ${binary:Version}),
          ${misc:Depends},
-         ${python:Depends}
+         ${python:Depends},
 Recommends: build-essential,
             python-all-dev (>= 2.6),
             python-setuptools,
-            python-wheel
+            python-wheel,
 Description: Python package installer
  pip is the Python package installer.  It integrates with virtualenv, doesn't
  do partial installs, can save package state for replaying, can install from
@@ -59,11 +61,11 @@ Architecture: all
 Depends: ca-certificates,
          python-pip-whl (= ${binary:Version}),
          ${misc:Depends},
-         ${python3:Depends}
+         ${python3:Depends},
 Recommends: build-essential,
             python3-dev (>= 3.2),
             python3-setuptools,
-            python3-wheel
+            python3-wheel,
 Description: Python package installer
  pip is the Python package installer.  It integrates with virtualenv, doesn't
  do partial installs, can save package state for replaying, can install from
@@ -73,7 +75,8 @@ Description: Python package installer
 
 Package: python-pip-whl
 Architecture: all
-Depends: ca-certificates, ${misc:Depends}
+Depends: ca-certificates,
+         ${misc:Depends},
 Built-Using: chardet (= 2.3.0-2),
              distlib (= 0.2.4-1),
              html5lib (= 0.999999999-1),
@@ -87,6 +90,7 @@ Built-Using: chardet (= 2.3.0-2),
              python-retrying (= 1.3.3-1),
              python-setuptools (= 28.0.0-1),
              python-urllib3 (= 1.16-1),
+             python-webencodings (= 0.5-1),
              requests (= 2.11.1-1),
              six (= 1.10.0-3),
 Breaks: python-chardet-whl (<< 2.3.0-2),
@@ -97,7 +101,7 @@ Breaks: python-chardet-whl (<< 2.3.0-2),
         python-setuptools-whl (<< 20.1.1-1),
         python-six-whl (<< 1.10.0-3),
         python-urllib3-whl (<< 1.13.1-2),
-        virtualenv (<< 14.0.5+ds-5)
+        virtualenv (<< 14.0.5+ds-5),
 Replaces: python-chardet-whl (<< 2.3.0-2),
           python-colorama-whl (<< 0.3.6-1),
           python-distlib-whl (<< 0.2.2-1),
@@ -106,7 +110,7 @@ Replaces: python-chardet-whl (<< 2.3.0-2),
           python-setuptools-whl (<< 20.1.1-1),
           python-six-whl (<< 1.10.0-3),
           python-urllib3-whl (<< 1.13.1-2),
-          virtualenv (<< 14.0.5+ds-5)
+          virtualenv (<< 14.0.5+ds-5),
 Description: Python package installer
  pip is the Python package installer.  It integrates with virtualenv, doesn't
  do partial installs, can save package state for replaying, can install from
diff --git a/debian/rules b/debian/rules
index fc318c2..2950d80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,6 +60,7 @@ override_dh_auto_install:
 	dirtbike setuptools
 	dirtbike six
 	dirtbike urllib3
+	dirtbike webencodings
 	dirtbike wheel
 	python3 setup.py bdist_wheel \
 		--universal \

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



More information about the Python-modules-commits mailing list