[Python-modules-commits] r33102 - in packages/python-w3lib/trunk/debian (changelog control)
yoh at users.alioth.debian.org
yoh at users.alioth.debian.org
Thu Jun 25 15:49:55 UTC 2015
Date: Thursday, June 25, 2015 @ 15:49:54
Author: yoh
Revision: 33102
python-six versioned depends, boost policy version, changelog
Modified:
packages/python-w3lib/trunk/debian/changelog
packages/python-w3lib/trunk/debian/control
Modified: packages/python-w3lib/trunk/debian/changelog
===================================================================
--- packages/python-w3lib/trunk/debian/changelog 2015-06-25 15:49:38 UTC (rev 33101)
+++ packages/python-w3lib/trunk/debian/changelog 2015-06-25 15:49:54 UTC (rev 33102)
@@ -1,8 +1,12 @@
-python-w3lib (1.5-1.1) UNRELEASED; urgency=medium
+python-w3lib (1.11.0-1) unstable; urgency=medium
* Team upload
+ * Fresh release (Closes: #757842)
* debian/watch
- use pypi.debian.net redirector
+ * debian/control
+ - Versioned depends on python-six (>= 1.6.1) (Closes: #749496)
+ - boosted policy to 3.9.6
-- Yaroslav Halchenko <debian at onerussian.com> Wed, 24 Jun 2015 16:51:18 -0400
Modified: packages/python-w3lib/trunk/debian/control
===================================================================
--- packages/python-w3lib/trunk/debian/control 2015-06-25 15:49:38 UTC (rev 33101)
+++ packages/python-w3lib/trunk/debian/control 2015-06-25 15:49:54 UTC (rev 33102)
@@ -12,14 +12,14 @@
python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: http://pypi.python.org/pypi/w3lib
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/python-w3lib/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/python-w3lib/trunk/
Package: python-w3lib
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-six (>= 1.6.1)
Description: Collection of web-related functions for Python (Python 2)
Python module with simple, reusable functions to work with URLs, HTML,
forms, and HTTP, that arenât found in the Python standard library.
@@ -43,7 +43,7 @@
Package: python3-w3lib
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, python3-six (>= 1.6.1)
Description: Collection of web-related functions for Python (Python 3)
Python module with simple, reusable functions to work with URLs, HTML,
forms, and HTTP, that arenât found in the Python standard library.
More information about the Python-modules-commits
mailing list