python-cachecontrol 0.12.6-1ubuntu1 source package in Ubuntu

Changelog

python-cachecontrol (0.12.6-1ubuntu1) focal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Restore the python2 package, still needed by pydoctor.
    - Add dependency on lockfile.

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

  * Team upload.
  * New upstream version 0.12.6
  * Rebase patch
  * Add python3-msgpack as build-dependency
  * Add Rules-Requires-Root: no
  * Update Standards-Version to 4.5.0
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse

 -- Gianfranco Costamagna <email address hidden>  Wed, 19 Feb 2020 21:19:19 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
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.12.6.orig.tar.gz 14.3 KiB be9aa45477a134aee56c8fac518627e1154df063e85f67d4f83ce0ccc23688e8
python-cachecontrol_0.12.6-1ubuntu1.debian.tar.xz 3.4 KiB e9176ed825cbb16a6db8b497911c155eb4f19ebba2d6b7f5b27dc2e7b7942016
python-cachecontrol_0.12.6-1ubuntu1.dsc 2.3 KiB 3cb7978d0af06222dbe17a615fa3106db3b4472b31c4941c45b0b2489df0d50d

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.