[Python-modules-commits] r20997 - in packages/requests/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun Apr 1 10:35:22 UTC 2012


    Date: Sunday, April 1, 2012 @ 10:35:20
  Author: eriol-guest
Revision: 20997

Updated Description field

Modified:
  packages/requests/trunk/debian/changelog
  packages/requests/trunk/debian/control

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2012-04-01 09:43:34 UTC (rev 20996)
+++ packages/requests/trunk/debian/changelog	2012-04-01 10:35:20 UTC (rev 20997)
@@ -3,10 +3,11 @@
   * New upstream release
   * debian/control
     - Added python3-chardet to python3-requests' Recommends field
+    - Updated Description field
   * debian/patches/02_do-not-use-embedded-python-six.patch
     - Refreshed
 
- -- Daniele Tricoli <eriol at mornie.org>  Sun, 01 Apr 2012 11:42:21 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Sun, 01 Apr 2012 12:33:42 +0200
 
 requests (0.10.8-1) unstable; urgency=low
 

Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control	2012-04-01 09:43:34 UTC (rev 20996)
+++ packages/requests/trunk/debian/control	2012-04-01 10:35:20 UTC (rev 20997)
@@ -27,25 +27,23 @@
  python-chardet,
  python-gevent
 Description: elegant and simple HTTP library for Python, built for human beings
- Requests allow you to send GET, HEAD, PUT, POST, and DELETE
- HTTP 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 urllib2, but it does all the
- hard work and crazy hacks for you.
+ 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
  .
-   - Extremely simple GET, HEAD, POST, PUT, DELETE Requests
-   - Simple HTTP Header Request Attachment
-   - Simple Data/Params Request Attachment
-   - Simple Multipart File Uploads
-   - CookieJar Support
-   - Redirection History
-   - Proxy Support
-   - Redirection Recursion Urllib Fix
-   - Auto Decompression of GZipped Content
-   - Unicode URL Support
-   - Simple Authentication: Simple URL + HTTP Auth Registry
+   - 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
@@ -57,24 +55,22 @@
 Recommends:
  python3-chardet
 Description: elegant and simple HTTP library for Python3, built for human beings
- Requests allow you to send GET, HEAD, PUT, POST, and DELETE
- HTTP 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 urllib2, but it does all the
- hard work and crazy hacks for you.
+ 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
  .
-   - Extremely simple GET, HEAD, POST, PUT, DELETE Requests
-   - Simple HTTP Header Request Attachment
-   - Simple Data/Params Request Attachment
-   - Simple Multipart File Uploads
-   - CookieJar Support
-   - Redirection History
-   - Proxy Support
-   - Redirection Recursion Urllib Fix
-   - Auto Decompression of GZipped Content
-   - Unicode URL Support
-   - Simple Authentication: Simple URL + HTTP Auth Registry
+   - 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.




More information about the Python-modules-commits mailing list