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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed Oct 8 18:38:45 UTC 2014


    Date: Wednesday, October 8, 2014 @ 18:38:44
  Author: eriol-guest
Revision: 30956

Fix duplicate-short-description

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

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2014-10-08 18:22:12 UTC (rev 30955)
+++ packages/requests/trunk/debian/changelog	2014-10-08 18:38:44 UTC (rev 30956)
@@ -1,6 +1,8 @@
 requests (2.4.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * debian/control
+    - Fix duplicate-short-description.
   * debian/patches/01_use-system-ca-certificates.patch
     - Refresh.
   * debian/patches/02_use-system-chardet-and-urllib3.patch
@@ -11,7 +13,7 @@
     - Provide requests.packages.urllib3 as symlink of python{,3}-urllib3
       system package since it is used as import location. (Closes: #753578)
 
- -- Daniele Tricoli <eriol at mornie.org>  Wed, 08 Oct 2014 20:20:41 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Wed, 08 Oct 2014 20:23:42 +0200
 
 requests (2.3.0-1) unstable; urgency=medium
 

Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control	2014-10-08 18:22:12 UTC (rev 30955)
+++ packages/requests/trunk/debian/control	2014-10-08 18:38:44 UTC (rev 30956)
@@ -30,7 +30,7 @@
          python-urllib3 (>= 1.7.1),
          ${misc:Depends},
          ${python:Depends}
-Description: elegant and simple HTTP library for Python, built for human beings
+Description: elegant and simple HTTP library for Python2, 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
@@ -56,7 +56,7 @@
          python3-urllib3 (>= 1.5),
          ${misc:Depends},
          ${python3:Depends}
-Description: elegant and simple HTTP library for Python, built for human beings
+Description: elegant and simple HTTP library for Python3, 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




More information about the Python-modules-commits mailing list