python-cachecontrol 0.12.6-1ubuntu2 source package in Ubuntu

Changelog

python-cachecontrol (0.12.6-1ubuntu2) focal; urgency=medium

  * Drop the python2 package

 -- Jeremy Bicha <email address hidden>  Thu, 02 Apr 2020 20:25:20 -0400

Upload details

Uploaded by:
Jeremy BĂ­cha
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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cachecontrol_0.12.6.orig.tar.gz 14.3 KiB be9aa45477a134aee56c8fac518627e1154df063e85f67d4f83ce0ccc23688e8
python-cachecontrol_0.12.6-1ubuntu2.debian.tar.xz 3.4 KiB a2c771cbf9c15d4bee3defa8d256ec7de75910a383b651b0f40c268048729777
python-cachecontrol_0.12.6-1ubuntu2.dsc 2.2 KiB 7fa8b42dc7d54ceee5070f2683faf99f58d7c375cfccdad4befb5766b325cd50

View changes file

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.