[Python-modules-commits] [python-cachecontrol] 01/01: * Non-maintainer upload. * Add python-requests to Build-Depends. (Closes: #802145) * Removed some underscores from long description. (Closes: #799531)

Barry Warsaw barry at moszumanska.debian.org
Tue Oct 27 20:20:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-cachecontrol.

commit 8b1eec6402bfe18f0c92f5d094a1ea467917c205
Author: Barry Warsaw <barry at python.org>
Date:   Tue Oct 27 16:20:02 2015 -0400

    * Non-maintainer upload.
    * Add python-requests to Build-Depends. (Closes: #802145)
    * Removed some underscores from long description. (Closes: #799531)
---
 debian/changelog |  8 ++++++++
 debian/control   | 10 ++++++----
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 992ae56..59819cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-cachecontrol (0.11.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add python-requests to Build-Depends. (Closes: #802145)
+  * Removed some underscores from long description. (Closes: #799531)
+
+ -- Andreas Tille <tille at debian.org>  Mon, 26 Oct 2015 10:51:48 +0100
+
 python-cachecontrol (0.11.5-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index da0bf03..01447b6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,10 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3~),
+               python-requests,
                python-setuptools,
                python3-all,
+               python3-requests,
                python3-setuptools
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-cachecontrol.git
@@ -20,8 +22,8 @@ Package: python-cachecontrol
 Architecture: all
 Depends: python-requests, ${misc:Depends}, ${python:Depends}
 Description: caching algorithms in httplib2 for use with requests
- CacheControl is a port of the caching algorithms in httplib2_ for use with
- requests_ session object.
+ CacheControl is a port of the caching algorithms in httplib2 for use with
+ requests session object.
  .
  It was written because httplib2's better support for caching is often
  mitigated by its lack of threadsafety. The same is true of requests in
@@ -33,8 +35,8 @@ Package: python3-cachecontrol
 Architecture: all
 Depends: python3-requests, ${misc:Depends}, ${python3:Depends}
 Description: caching algorithms in httplib2 for use with requests
- CacheControl is a port of the caching algorithms in httplib2_ for use with
- requests_ session object.
+ CacheControl is a port of the caching algorithms in httplib2 for use with
+ requests session object.
  .
  It was written because httplib2's better support for caching is often
  mitigated by its lack of threadsafety. The same is true of requests in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cachecontrol.git



More information about the Python-modules-commits mailing list