[Python-modules-commits] r23351 - in packages/requests/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Sat Jan 19 08:43:30 UTC 2013
Date: Saturday, January 19, 2013 @ 08:43:28
Author: eriol-guest
Revision: 23351
Removed python*-six since python*-urllib3 is not embedded anymore
Modified:
packages/requests/trunk/debian/changelog
packages/requests/trunk/debian/control
Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog 2013-01-19 08:29:36 UTC (rev 23350)
+++ packages/requests/trunk/debian/changelog 2013-01-19 08:43:28 UTC (rev 23351)
@@ -6,6 +6,8 @@
- Added python-chardet, python3-chardet to Build-Depends and moved
them from Recommends to Depends since chardet is now required
- Added python*-urllib3 (>= 1.5) to Build-Depends and Depends
+ - Removed python*-six since python*-urllib3 is not embedded
+ anymore
* debian/patches/01_do-not-use-python-certifi.patch
- Removed because no longer necessary
* debian/patches/02_do-not-use-embedded-python-six.patch
Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control 2013-01-19 08:29:36 UTC (rev 23350)
+++ packages/requests/trunk/debian/control 2013-01-19 08:43:28 UTC (rev 23351)
@@ -7,11 +7,9 @@
debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3),
python-chardet,
- python-six,
python-urllib3 (>= 1.5),
python3-all,
python3-chardet,
- python3-six,
python3-urllib3 (>= 1.5)
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
@@ -26,7 +24,6 @@
${misc:Depends},
${python:Depends},
ca-certificates,
- python-six,
python-chardet,
python-urllib3 (>= 1.5),
Recommends:
@@ -57,7 +54,6 @@
${misc:Depends},
${python3:Depends},
ca-certificates,
- python3-six,
python3-chardet,
python3-urllib3 (>= 1.5)
Description: elegant and simple HTTP library for Python3, built for human beings
More information about the Python-modules-commits
mailing list