python-cachecontrol 0.11.7-2ubuntu1 source package in Ubuntu

Changelog

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

  * Restore the python2 package, still needed by pydoctor.

 -- 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-2ubuntu1.debian.tar.xz 3.1 KiB baa170b43271a5ad06b5e1aeace9cde3bf5ffa005bbe90c707b469018b3623d2
python-cachecontrol_0.11.7-2ubuntu1.dsc 2.3 KiB a25d17741fcee2a05c0443f7764119f58a43ac1cdfb6bff1604c93c62fa8d5eb

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.