python-cachecontrol 0.11.7-2ubuntu2 source package in Ubuntu

Changelog

python-cachecontrol (0.11.7-2ubuntu2) focal; urgency=medium

  * Restore the python2 package, still needed by pydoctor.
  * Add dependency on lockfile.

 -- Matthias Klose <email address hidden>  Thu, 30 Jan 2020 09:41:07 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cachecontrol_0.11.7.orig.tar.gz 13.6 KiB 8f7829d92584f1f2360ebfff4517ee359787d5b7dfa2ef9579f871b628745a1e
python-cachecontrol_0.11.7-2ubuntu2.debian.tar.xz 3.2 KiB 78b46c2974b8c0c204e69738894a4cfd9bcaedc8697bf437517f327683a68d69
python-cachecontrol_0.11.7-2ubuntu2.dsc 2.3 KiB 3afcd2c7a387c79a4991794aa10afe40c8561d960705ee90ae40ea7c8ad2ac18

Available diffs

View changes file

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.