python-cachecontrol 0.11.7-1 source package in Ubuntu

Changelog

python-cachecontrol (0.11.7-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Barry Warsaw ]
  * New upstream release.
  * d/control: Bump Standards-Version with no other changes necessary.
  * d/patches/no-doesitcache-script.patch: Exclude usr/bin/doesitcache, an
    undocumented and unnecessary command line script.

 -- Barry Warsaw <email address hidden>  Mon, 31 Oct 2016 16:37:49 -0400

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Sid
Original maintainer:
Barry Warsaw
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cachecontrol_0.11.7-1.dsc 2.2 KiB 66fb1de07141fab8044dbee8e7adf6b437476a8d04e6e9c65dce8da7d61d3f41
python-cachecontrol_0.11.7.orig.tar.gz 13.6 KiB 8f7829d92584f1f2360ebfff4517ee359787d5b7dfa2ef9579f871b628745a1e
python-cachecontrol_0.11.7-1.debian.tar.xz 3.0 KiB 02f2016a8ad13c4462eef90fba4193ab8050bd28763c3dae49c934106afb22ce

Available diffs

No changes file available.

Binary packages built by this source

python-cachecontrol: No summary available for python-cachecontrol in ubuntu focal.

No description available for python-cachecontrol in ubuntu focal.

python3-cachecontrol: caching algorithms in httplib2 for use with requests

 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
 terms of caching.
 .
 This is the Python 3 library.