python-cachecontrol 0.12.9-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Stefano Rivera <email address hidden>  Wed, 03 Nov 2021 10:50:47 -0700

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cachecontrol_0.12.9-1.dsc 1.8 KiB e8aaa4bec429e4cf3fddb7a39174e0914a2e9350563fdbd8b90eb1111dd3ec94
python-cachecontrol_0.12.9.orig.tar.gz 42.3 KiB b1a9ddd8e85b7c44170a94d1e2b47b3b2fd62aee034cbbe8e0a2597b27b281da
python-cachecontrol_0.12.9-1.debian.tar.xz 4.0 KiB 300c8de7907b7e5d855d028fa94b5e2981f6c7da75a7a04b394e9323c7d091e5

No changes file available.

Binary packages built by this source

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.