[Python-modules-commits] r29033 - in packages/python-urllib3/tags (5 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Thu May 22 22:25:40 UTC 2014


    Date: Thursday, May 22, 2014 @ 22:25:39
  Author: barry
Revision: 29033

[svn-buildpackage] Tagging python-urllib3 1.8-2

Added:
  packages/python-urllib3/tags/1.8-2/
  packages/python-urllib3/tags/1.8-2/debian/changelog
    (from rev 29032, packages/python-urllib3/trunk/debian/changelog)
  packages/python-urllib3/tags/1.8-2/debian/control
    (from rev 29032, packages/python-urllib3/trunk/debian/control)
Deleted:
  packages/python-urllib3/tags/1.8-2/debian/changelog
  packages/python-urllib3/tags/1.8-2/debian/control

Deleted: packages/python-urllib3/tags/1.8-2/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog	2014-05-22 21:07:34 UTC (rev 29031)
+++ packages/python-urllib3/tags/1.8-2/debian/changelog	2014-05-22 22:25:39 UTC (rev 29033)
@@ -1,151 +0,0 @@
-python-urllib3 (1.8-1) unstable; urgency=medium
-
-  * Team upload.
-
-  [ Daniele Tricoli ]
-  * New upstream release
-  * debian/control
-    - Bumped Standards-Version to 3.9.5 (no changes needed)
-  * debian/patches/01_do-not-use-embedded-python-six.patch
-    - Refreshed
-  * debian/patches/02_require-cert-verification.patch
-    - Refreshed
-
-  [ Barry Warsaw ]
-  * d/control:
-    - Added python-setuptools, python3-setuptools, and python3-wheel to
-      Build-Depends.
-    - Added python-urllib3-whl binary package.
-  * d/rules:
-    - Build the universal wheels.
-    - Simplify through use of PYBUILD_NAME.
-  * d/python-urllib3-whl.install: Added.
-  * d/patches/setuptools.patch: Use setuptools.setup() so that the
-    bdist_wheel command will work.
-
- -- Barry Warsaw <barry at debian.org>  Thu, 15 May 2014 17:21:50 -0400
-
-python-urllib3 (1.7.1-1) unstable; urgency=low
-
-  * New upstream release
-  * Switched to pybuild
-  * debian/clean
-    - Switched to debian/clean for cleaning instead of using debian/rules
-  * debian/compat
-    - Bumped debhelper compatibility level to 9
-  * debian/control
-    - Added python-mock to Build-Depends
-    - Bumped debhelper B-D to (>= 9)
-  * debian/copyright
-    - Removed stanza about mimetools_choose_boundary since not shipped
-      anymore
-  * debian/patches/01_do-not-use-embedded-python-six.patch
-    - Refreshed
-  * debian/patches/02_require-cert-verification.patch
-    - Refreshed
-  * debian/patches/04_relax_nosetests_options.patch
-    - Refreshed
-  * debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch
-    - Removed since fixed upstream
-  * debian/patches/06_fix_abuse_of_match_hostname_for_DoS.patch
-    - Removed since fixed upstream
-  * debian/watch
-    - Switched download URL to https
-
- -- Daniele Tricoli <eriol at mornie.org>  Thu, 17 Oct 2013 13:28:10 +0200
-
-python-urllib3 (1.6-2) unstable; urgency=high
-
-  * debian/patches/06_fix_abuse_of_match_hostname_for_DoS.patch
-    - Added upstream patch to fix possible abuse of ssl.match_hostname()
-      for denial of service using certificates with many wildcards
-      (CVE-2013-2099) (Closes: #709070) Thanks Henri Salo and Jakub
-      Wilk for the report
-
- -- Daniele Tricoli <eriol at mornie.org>  Mon, 20 May 2013 19:34:17 +0200
-
-python-urllib3 (1.6-1) unstable; urgency=low
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
-  [ Daniele Tricoli ]
-  * New upstream release
-  * Upload to unstable (Closes: #707780)
-  * debian/control
-    - Added python3-six to Build-Depends field
-    - Bumped debhelper dependency to 8.1 for build-{arch,indep} support
-    - Removed python-setuptools from Build-Depends field
-  * debian/copyright
-    - Updated copyright years
-    - Added stanza for urllib3/packages/ordered_dict.py
-  * debian/patches/01_do-not-use-embedded-python-six.patch
-    - Refreshed
-  * debian/patches/02_require-cert-verification.patch
-    - Refreshed
-  * debian/patches/03_no-setuptools.patch
-    - Do not use setuptools
-  * debian/patches/04_relax_nosetests_options.patch
-    - Do not use logging-clear-handlers to see all logging output and
-      disabled cover-min-percentage since it require python-nose (>= 1.3):
-      this way it will be easier to backport python-urllib3 to Wheezy.
-  * debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch
-    - Fix syntax error 'unicodeescape' codec can't decode bytes in
-      position 130-132 for Python3
-
- -- Daniele Tricoli <eriol at mornie.org>  Sat, 11 May 2013 15:15:38 +0200
-
-python-urllib3 (1.5-1) experimental; urgency=low
-
-  * New upstream release
-  * debian/control
-    - Bumped Standards-Version to 3.9.4 (no changes needed)
-  * debian/patches/01_do-not-use-embedded-python-six.patch
-    - Refreshed
-  * debian/rules
-    - Run tests only for python2.7 since upstream is using
-      assertRaises() as a context manager
-
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 09 Nov 2012 04:23:18 +0100
-
-python-urllib3 (1.3-3) unstable; urgency=low
-
-  * debian/control
-    - Added ca-certificates to Recommends field
-  * debian/patches/02_require-cert-verification.patch
-    - require SSL certificate validation by default by using
-      CERT_REQUIRED and using the system
-      /etc/ssl/certs/ca-certificates.crt.
-      Thanks to Jamie Strandboge for report and patch
-      (Closes: #686872)
-
- -- Daniele Tricoli <eriol at mornie.org>  Mon, 10 Sep 2012 14:33:35 +0200
-
-python-urllib3 (1.3-2) unstable; urgency=low
-
-  * debian/control
-    - Tightened B-D of python-coverage to >= 3.4 (Closes: #668427)
-    - Fixed typo in python3-urllib3's ${python3:Depends}
-  * debian/patches/01_do-not-use-embedded-python-six.patch
-    - Refreshed
-  * debian/rules
-    - Actually remove the embedded python-six from binary packages
-    - Cleaned .egg-info to build packages twice in a row
-
- -- Daniele Tricoli <eriol at mornie.org>  Tue, 17 Apr 2012 21:34:49 +0200
-
-python-urllib3 (1.3-1) unstable; urgency=low
-
-  * New upstream release
-  * debian/control
-    - Bumped Standards-Version to 3.9.3 (no changes needed)
-  * debian/patches/01_do-not-use-embedded-python-six.patch
-    - Refreshed
-
- -- Daniele Tricoli <eriol at mornie.org>  Thu, 29 Mar 2012 02:09:04 +0200
-
-python-urllib3 (1.2.2-1) unstable; urgency=low
-
-  * Initial release (Closes: #648783)
-
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 10 Feb 2012 04:41:11 +0100

Copied: packages/python-urllib3/tags/1.8-2/debian/changelog (from rev 29032, packages/python-urllib3/trunk/debian/changelog)
===================================================================
--- packages/python-urllib3/tags/1.8-2/debian/changelog	                        (rev 0)
+++ packages/python-urllib3/tags/1.8-2/debian/changelog	2014-05-22 22:25:39 UTC (rev 29033)
@@ -0,0 +1,160 @@
+python-urllib3 (1.8-2) unstable; urgency=medium
+
+  * Team upload.
+  * d/control: 
+    - Fix python-urllib3-whl Depends.
+    - Fix typo in python-urllib3-whl description.
+
+ -- Barry Warsaw <barry at debian.org>  Thu, 22 May 2014 18:19:16 -0400
+
+python-urllib3 (1.8-1) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Daniele Tricoli ]
+  * New upstream release
+  * debian/control
+    - Bumped Standards-Version to 3.9.5 (no changes needed)
+  * debian/patches/01_do-not-use-embedded-python-six.patch
+    - Refreshed
+  * debian/patches/02_require-cert-verification.patch
+    - Refreshed
+
+  [ Barry Warsaw ]
+  * d/control:
+    - Added python-setuptools, python3-setuptools, and python3-wheel to
+      Build-Depends.
+    - Added python-urllib3-whl binary package.
+  * d/rules:
+    - Build the universal wheels.
+    - Simplify through use of PYBUILD_NAME.
+  * d/python-urllib3-whl.install: Added.
+  * d/patches/setuptools.patch: Use setuptools.setup() so that the
+    bdist_wheel command will work.
+
+ -- Barry Warsaw <barry at debian.org>  Thu, 15 May 2014 17:21:50 -0400
+
+python-urllib3 (1.7.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Switched to pybuild
+  * debian/clean
+    - Switched to debian/clean for cleaning instead of using debian/rules
+  * debian/compat
+    - Bumped debhelper compatibility level to 9
+  * debian/control
+    - Added python-mock to Build-Depends
+    - Bumped debhelper B-D to (>= 9)
+  * debian/copyright
+    - Removed stanza about mimetools_choose_boundary since not shipped
+      anymore
+  * debian/patches/01_do-not-use-embedded-python-six.patch
+    - Refreshed
+  * debian/patches/02_require-cert-verification.patch
+    - Refreshed
+  * debian/patches/04_relax_nosetests_options.patch
+    - Refreshed
+  * debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch
+    - Removed since fixed upstream
+  * debian/patches/06_fix_abuse_of_match_hostname_for_DoS.patch
+    - Removed since fixed upstream
+  * debian/watch
+    - Switched download URL to https
+
+ -- Daniele Tricoli <eriol at mornie.org>  Thu, 17 Oct 2013 13:28:10 +0200
+
+python-urllib3 (1.6-2) unstable; urgency=high
+
+  * debian/patches/06_fix_abuse_of_match_hostname_for_DoS.patch
+    - Added upstream patch to fix possible abuse of ssl.match_hostname()
+      for denial of service using certificates with many wildcards
+      (CVE-2013-2099) (Closes: #709070) Thanks Henri Salo and Jakub
+      Wilk for the report
+
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 20 May 2013 19:34:17 +0200
+
+python-urllib3 (1.6-1) unstable; urgency=low
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+  [ Daniele Tricoli ]
+  * New upstream release
+  * Upload to unstable (Closes: #707780)
+  * debian/control
+    - Added python3-six to Build-Depends field
+    - Bumped debhelper dependency to 8.1 for build-{arch,indep} support
+    - Removed python-setuptools from Build-Depends field
+  * debian/copyright
+    - Updated copyright years
+    - Added stanza for urllib3/packages/ordered_dict.py
+  * debian/patches/01_do-not-use-embedded-python-six.patch
+    - Refreshed
+  * debian/patches/02_require-cert-verification.patch
+    - Refreshed
+  * debian/patches/03_no-setuptools.patch
+    - Do not use setuptools
+  * debian/patches/04_relax_nosetests_options.patch
+    - Do not use logging-clear-handlers to see all logging output and
+      disabled cover-min-percentage since it require python-nose (>= 1.3):
+      this way it will be easier to backport python-urllib3 to Wheezy.
+  * debian/patches/05_fix_python3_syntax_error_in_ntlmpool.patch
+    - Fix syntax error 'unicodeescape' codec can't decode bytes in
+      position 130-132 for Python3
+
+ -- Daniele Tricoli <eriol at mornie.org>  Sat, 11 May 2013 15:15:38 +0200
+
+python-urllib3 (1.5-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/control
+    - Bumped Standards-Version to 3.9.4 (no changes needed)
+  * debian/patches/01_do-not-use-embedded-python-six.patch
+    - Refreshed
+  * debian/rules
+    - Run tests only for python2.7 since upstream is using
+      assertRaises() as a context manager
+
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 09 Nov 2012 04:23:18 +0100
+
+python-urllib3 (1.3-3) unstable; urgency=low
+
+  * debian/control
+    - Added ca-certificates to Recommends field
+  * debian/patches/02_require-cert-verification.patch
+    - require SSL certificate validation by default by using
+      CERT_REQUIRED and using the system
+      /etc/ssl/certs/ca-certificates.crt.
+      Thanks to Jamie Strandboge for report and patch
+      (Closes: #686872)
+
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 10 Sep 2012 14:33:35 +0200
+
+python-urllib3 (1.3-2) unstable; urgency=low
+
+  * debian/control
+    - Tightened B-D of python-coverage to >= 3.4 (Closes: #668427)
+    - Fixed typo in python3-urllib3's ${python3:Depends}
+  * debian/patches/01_do-not-use-embedded-python-six.patch
+    - Refreshed
+  * debian/rules
+    - Actually remove the embedded python-six from binary packages
+    - Cleaned .egg-info to build packages twice in a row
+
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 17 Apr 2012 21:34:49 +0200
+
+python-urllib3 (1.3-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control
+    - Bumped Standards-Version to 3.9.3 (no changes needed)
+  * debian/patches/01_do-not-use-embedded-python-six.patch
+    - Refreshed
+
+ -- Daniele Tricoli <eriol at mornie.org>  Thu, 29 Mar 2012 02:09:04 +0200
+
+python-urllib3 (1.2.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #648783)
+
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 10 Feb 2012 04:41:11 +0100

Deleted: packages/python-urllib3/tags/1.8-2/debian/control
===================================================================
--- packages/python-urllib3/trunk/debian/control	2014-05-22 21:07:34 UTC (rev 29031)
+++ packages/python-urllib3/tags/1.8-2/debian/control	2014-05-22 22:25:39 UTC (rev 29033)
@@ -1,92 +0,0 @@
-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 (>= 9),
- dh-python,
- python-all (>= 2.6.6-3),
- python-coverage (>= 3.4),
- python-mock,
- python-nose (>=1.1.2),
- python-setuptools,
- python-six,
- python-tornado,
- python3-all,
- python3-setuptools,
- python3-six,
- python3-wheel,
-Standards-Version: 3.9.5
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.0
-Homepage: http://urllib3.readthedocs.org
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-urllib3/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-urllib3/trunk/
-
-Package: python-urllib3
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
- python-six
-Recommends:
- ca-certificates
-Description: HTTP library with thread-safe connection pooling for Python
- 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.
-
-Package: python3-urllib3
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends},
- python3-six
-Recommends:
- ca-certificates
-Description: HTTP library with thread-safe connection pooling for Python3
- 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.
- .
- This package contains the Python 3 version of the library.
-
-Package: python-urllib3-whl
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python3:Depends},
- python-six-wheels
-Recommends:
- ca-certificates
-Description: HTTP library with thread-safe connection pooling
- 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.
- .
- This package contains the universal wheels.

Copied: packages/python-urllib3/tags/1.8-2/debian/control (from rev 29032, packages/python-urllib3/trunk/debian/control)
===================================================================
--- packages/python-urllib3/tags/1.8-2/debian/control	                        (rev 0)
+++ packages/python-urllib3/tags/1.8-2/debian/control	2014-05-22 22:25:39 UTC (rev 29033)
@@ -0,0 +1,92 @@
+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 (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3),
+ python-coverage (>= 3.4),
+ python-mock,
+ python-nose (>=1.1.2),
+ python-setuptools,
+ python-six,
+ python-tornado,
+ python3-all,
+ python3-setuptools,
+ python3-six,
+ python3-wheel,
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.0
+Homepage: http://urllib3.readthedocs.org
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-urllib3/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-urllib3/trunk/
+
+Package: python-urllib3
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-six
+Recommends:
+ ca-certificates
+Description: HTTP library with thread-safe connection pooling for Python
+ 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.
+
+Package: python3-urllib3
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ python3-six
+Recommends:
+ ca-certificates
+Description: HTTP library with thread-safe connection pooling for Python3
+ 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.
+ .
+ This package contains the Python 3 version of the library.
+
+Package: python-urllib3-whl
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ python-six-whl
+Recommends:
+ ca-certificates
+Description: HTTP library with thread-safe connection pooling
+ 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.
+ .
+ This package contains the universal wheel.




More information about the Python-modules-commits mailing list