python-cachecontrol 0.11.7-2 source package in Ubuntu

Changelog

python-cachecontrol (0.11.7-2) unstable; urgency=medium

  * Team upload.
  [ Barry Warsaw ]
  * d/control: Put DPMT in Maintainers and myself in Uploaders.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support (Closes: #937626).
  * Bump debhelper compat level to 12.
  * Enable autopkgtest-pkg-python testsuite.
  * Bump standards version to 4.4.0.

 -- Ondřej Nový <email address hidden>  Thu, 12 Sep 2019 14:39:21 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
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.11.7-2.dsc 2.1 KiB 88da7062a7334a3e749b364ccc03f0c78ceb81dd09283345858ab1978016a20e
python-cachecontrol_0.11.7.orig.tar.gz 13.6 KiB 8f7829d92584f1f2360ebfff4517ee359787d5b7dfa2ef9579f871b628745a1e
python-cachecontrol_0.11.7-2.debian.tar.xz 3.0 KiB 83d40ecbfd847dc742079a842d007002162df7922ba90f7ce504fdee9e1bf97e

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.