python-cachecontrol 0.12.11-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Stefano Rivera <email address hidden>  Thu, 21 Apr 2022 23:27:00 -0400

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cachecontrol_0.12.11-1.dsc 1.8 KiB 0045569d352e27a5f49bc43c8dd83b44e18c42ec22f223e7d4c19eb4ef14025b
python-cachecontrol_0.12.11.orig.tar.gz 40.4 KiB 06f9ad43ed6bb9ed23883fda838bacada949a00dc557e7f41aecbd19787efdcf
python-cachecontrol_0.12.11-1.debian.tar.xz 4.0 KiB 5cb936a671d2325d89638fa5081fe9273f74537b3c4ae3e190084f9ab8bbd4e7

Available diffs

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.