[Python-modules-commits] r29000 - in packages/requests/tags (5 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Tue May 20 23:49:59 UTC 2014
Date: Tuesday, May 20, 2014 @ 23:49:58
Author: barry
Revision: 29000
[svn-buildpackage] Tagging requests 2.2.1-2
Added:
packages/requests/tags/2.2.1-2/
packages/requests/tags/2.2.1-2/debian/control
(from rev 28998, packages/requests/trunk/debian/control)
packages/requests/tags/2.2.1-2/debian/python-requests-whl.install
(from rev 28998, packages/requests/trunk/debian/python-requests-whl.install)
Deleted:
packages/requests/tags/2.2.1-2/debian/control
packages/requests/tags/2.2.1-2/debian/python-requests-wheels.install
Deleted: packages/requests/tags/2.2.1-2/debian/control
===================================================================
--- packages/requests/trunk/debian/control 2014-05-20 23:38:51 UTC (rev 28997)
+++ packages/requests/tags/2.2.1-2/debian/control 2014-05-20 23:49:58 UTC (rev 29000)
@@ -1,103 +0,0 @@
-Source: requests
-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-chardet,
- python-setuptools,
- python-urllib3 (>= 1.7.1),
- python3-all,
- python3-chardet,
- python3-setuptools,
- python3-urllib3 (>= 1.7.1),
- python3-wheel
-Standards-Version: 3.9.5
-X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.0
-Homepage: http://python-requests.org
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/requests/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/requests/trunk/
-
-Package: python-requests
-Architecture: all
-Depends: ca-certificates,
- python-chardet,
- python-urllib3 (>= 1.7.1),
- ${misc:Depends},
- ${python:Depends}
-Description: elegant and simple HTTP library for Python, built for human beings
- Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
- multipart files, and parameters with simple Python dictionaries, and access
- the response data in the same way. It's powered by httplib and urllib3, but
- it does all the hard work and crazy hacks for you.
- .
- Features
- .
- - International Domains and URLs
- - Keep-Alive & Connection Pooling
- - Sessions with Cookie Persistence
- - Browser-style SSL Verification
- - Basic/Digest Authentication
- - Elegant Key/Value Cookies
- - Automatic Decompression
- - Unicode Response Bodies
- - Multipart File Uploads
- - Connection Timeouts
-
-Package: python3-requests
-Architecture: all
-Depends: ca-certificates,
- python3-chardet,
- python3-urllib3 (>= 1.5),
- ${misc:Depends},
- ${python3:Depends}
-Description: elegant and simple HTTP library for Python, built for human beings
- Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
- multipart files, and parameters with simple Python dictionaries, and access
- the response data in the same way. It's powered by httplib and urllib3, but
- it does all the hard work and crazy hacks for you.
- .
- Features
- .
- - International Domains and URLs
- - Keep-Alive & Connection Pooling
- - Sessions with Cookie Persistence
- - Browser-style SSL Verification
- - Basic/Digest Authentication
- - Elegant Key/Value Cookies
- - Automatic Decompression
- - Unicode Response Bodies
- - Multipart File Uploads
- - Connection Timeouts
- .
- This package contains the Python 3 version of the library.
-
-Package: python-requests-wheels
-Architecture: all
-Depends: ca-certificates,
- python-urllib3-wheels,
- ${misc:Depends},
- ${python3:Depends}
-Description: elegant and simple HTTP library for Python, built for human beings
- Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
- multipart files, and parameters with simple Python dictionaries, and access
- the response data in the same way. It's powered by httplib and urllib3, but
- it does all the hard work and crazy hacks for you.
- .
- Features
- .
- - International Domains and URLs
- - Keep-Alive & Connection Pooling
- - Sessions with Cookie Persistence
- - Browser-style SSL Verification
- - Basic/Digest Authentication
- - Elegant Key/Value Cookies
- - Automatic Decompression
- - Unicode Response Bodies
- - Multipart File Uploads
- - Connection Timeouts
- .
- This package provides the universal wheels.
Copied: packages/requests/tags/2.2.1-2/debian/control (from rev 28998, packages/requests/trunk/debian/control)
===================================================================
--- packages/requests/tags/2.2.1-2/debian/control (rev 0)
+++ packages/requests/tags/2.2.1-2/debian/control 2014-05-20 23:49:58 UTC (rev 29000)
@@ -0,0 +1,103 @@
+Source: requests
+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-chardet,
+ python-setuptools,
+ python-urllib3 (>= 1.7.1),
+ python3-all,
+ python3-chardet,
+ python3-setuptools,
+ python3-urllib3 (>= 1.7.1),
+ python3-wheel
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.0
+Homepage: http://python-requests.org
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/requests/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/requests/trunk/
+
+Package: python-requests
+Architecture: all
+Depends: ca-certificates,
+ python-chardet,
+ python-urllib3 (>= 1.7.1),
+ ${misc:Depends},
+ ${python:Depends}
+Description: elegant and simple HTTP library for Python, built for human beings
+ Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
+ multipart files, and parameters with simple Python dictionaries, and access
+ the response data in the same way. It's powered by httplib and urllib3, but
+ it does all the hard work and crazy hacks for you.
+ .
+ Features
+ .
+ - International Domains and URLs
+ - Keep-Alive & Connection Pooling
+ - Sessions with Cookie Persistence
+ - Browser-style SSL Verification
+ - Basic/Digest Authentication
+ - Elegant Key/Value Cookies
+ - Automatic Decompression
+ - Unicode Response Bodies
+ - Multipart File Uploads
+ - Connection Timeouts
+
+Package: python3-requests
+Architecture: all
+Depends: ca-certificates,
+ python3-chardet,
+ python3-urllib3 (>= 1.5),
+ ${misc:Depends},
+ ${python3:Depends}
+Description: elegant and simple HTTP library for Python, built for human beings
+ Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
+ multipart files, and parameters with simple Python dictionaries, and access
+ the response data in the same way. It's powered by httplib and urllib3, but
+ it does all the hard work and crazy hacks for you.
+ .
+ Features
+ .
+ - International Domains and URLs
+ - Keep-Alive & Connection Pooling
+ - Sessions with Cookie Persistence
+ - Browser-style SSL Verification
+ - Basic/Digest Authentication
+ - Elegant Key/Value Cookies
+ - Automatic Decompression
+ - Unicode Response Bodies
+ - Multipart File Uploads
+ - Connection Timeouts
+ .
+ This package contains the Python 3 version of the library.
+
+Package: python-requests-whl
+Architecture: all
+Depends: ca-certificates,
+ python-urllib3-wheels,
+ ${misc:Depends},
+ ${python3:Depends}
+Description: elegant and simple HTTP library for Python, built for human beings
+ Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
+ multipart files, and parameters with simple Python dictionaries, and access
+ the response data in the same way. It's powered by httplib and urllib3, but
+ it does all the hard work and crazy hacks for you.
+ .
+ Features
+ .
+ - International Domains and URLs
+ - Keep-Alive & Connection Pooling
+ - Sessions with Cookie Persistence
+ - Browser-style SSL Verification
+ - Basic/Digest Authentication
+ - Elegant Key/Value Cookies
+ - Automatic Decompression
+ - Unicode Response Bodies
+ - Multipart File Uploads
+ - Connection Timeouts
+ .
+ This package provides the universal wheels.
Deleted: packages/requests/tags/2.2.1-2/debian/python-requests-wheels.install
===================================================================
--- packages/requests/trunk/debian/python-requests-wheels.install 2014-05-20 23:38:51 UTC (rev 28997)
+++ packages/requests/tags/2.2.1-2/debian/python-requests-wheels.install 2014-05-20 23:49:58 UTC (rev 29000)
@@ -1 +0,0 @@
-usr/share/python-wheels
Copied: packages/requests/tags/2.2.1-2/debian/python-requests-whl.install (from rev 28998, packages/requests/trunk/debian/python-requests-whl.install)
===================================================================
--- packages/requests/tags/2.2.1-2/debian/python-requests-whl.install (rev 0)
+++ packages/requests/tags/2.2.1-2/debian/python-requests-whl.install 2014-05-20 23:49:58 UTC (rev 29000)
@@ -0,0 +1 @@
+usr/share/python-wheels
More information about the Python-modules-commits
mailing list