[Python-modules-commits] r20329 - in packages/python-urllib3/trunk (8 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun Feb 5 07:07:01 UTC 2012


    Date: Sunday, February 5, 2012 @ 07:06:58
  Author: eriol-guest
Revision: 20329

Initial import

Added:
  packages/python-urllib3/trunk/debian/
  packages/python-urllib3/trunk/debian/changelog
  packages/python-urllib3/trunk/debian/compat
  packages/python-urllib3/trunk/debian/control
  packages/python-urllib3/trunk/debian/rules
  packages/python-urllib3/trunk/debian/source/
  packages/python-urllib3/trunk/debian/source/format
  packages/python-urllib3/trunk/debian/watch


Property changes on: packages/python-urllib3/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog	                        (rev 0)
+++ packages/python-urllib3/trunk/debian/changelog	2012-02-05 07:06:58 UTC (rev 20329)
@@ -0,0 +1,5 @@
+urllib3 (1.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #648783)
+
+ -- Daniele Tricoli <eriol at mornie.org>  Sun, 05 Feb 2012 07:44:13 +0100

Added: packages/python-urllib3/trunk/debian/compat
===================================================================
--- packages/python-urllib3/trunk/debian/compat	                        (rev 0)
+++ packages/python-urllib3/trunk/debian/compat	2012-02-05 07:06:58 UTC (rev 20329)
@@ -0,0 +1 @@
+7

Added: packages/python-urllib3/trunk/debian/control
===================================================================
--- packages/python-urllib3/trunk/debian/control	                        (rev 0)
+++ packages/python-urllib3/trunk/debian/control	2012-02-05 07:06:58 UTC (rev 20329)
@@ -0,0 +1,29 @@
+Source: python-urllib3
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Daniele Tricoli <eriol at mornie.org>
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 7),
+ python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3),
+Standards-Version: 3.9.2
+Homepage: http://urllib3.readthedocs.org
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-urllib3/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-urllib3/trunk/
+
+Package: python-urllib3
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python HTTP library with thread-safe connection pooling, file post and more
+ urllib3 supports features left out of urllib and urllib2 libraries.
+ .
+ * Re-use the same socket connection for multiple requests (HTTPConnectionPool
+   and HTTPSConnectionPool) (with optional client-side certificate
+   verification).
+ * File posting (encode_multipart_formdata).
+ * Built-in redirection and retries (optional).
+ * Supports gzip and deflate decoding.
+ * Thread-safe and sanity-safe.
+ * Small and easy to understand codebase perfect for extending and
+   building upon.

Added: packages/python-urllib3/trunk/debian/rules
===================================================================
--- packages/python-urllib3/trunk/debian/rules	                        (rev 0)
+++ packages/python-urllib3/trunk/debian/rules	2012-02-05 07:06:58 UTC (rev 20329)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils


Property changes on: packages/python-urllib3/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-urllib3/trunk/debian/source/format
===================================================================
--- packages/python-urllib3/trunk/debian/source/format	                        (rev 0)
+++ packages/python-urllib3/trunk/debian/source/format	2012-02-05 07:06:58 UTC (rev 20329)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-urllib3/trunk/debian/watch
===================================================================
--- packages/python-urllib3/trunk/debian/watch	                        (rev 0)
+++ packages/python-urllib3/trunk/debian/watch	2012-02-05 07:06:58 UTC (rev 20329)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/u/urllib3/urllib3-(.*)\.tar\.gz
\ No newline at end of file




More information about the Python-modules-commits mailing list