python-cachecontrol 0.12.8-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Refresh patches.
  * Drop patch avoid-httpbin, accepted upstream.
  * Flesh out UMEGAYA a little.
  * Drop +ds suffix again, for new upstream release.
  * Drop Copyright from the first line of License in debian/copyright.

 -- Stefano Rivera <email address hidden>  Sat, 30 Oct 2021 09:17:05 -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.8-1.dsc 1.8 KiB c808365ea1f70d262bca908be239628da414d54c9b97db210a35704288b4894a
python-cachecontrol_0.12.8.orig.tar.gz 41.7 KiB ca680042385b3822cceca516be54ad4bf0bbe4f38ce602f6868561d402a1c137
python-cachecontrol_0.12.8-1.debian.tar.xz 4.0 KiB 5d26a9b3895d1f9a59b844eaf17eb55138b79ccaf5a6eec27ae3b2044b2db86d

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.