vcr.py 4.2.1-1 source package in Ubuntu

Changelog

vcr.py (4.2.1-1) unstable; urgency=medium

  * Team upload.
  * Update d/watch to use /tags
  * New upstream version 4.2.1
  * Drop Python 2 compat patch
  * Use dh-sequence-*
  * Enable tests and switch to autopkgtest-pkg-pybuild (Closes: #801343)
  * Move package description to source package
  * Drop salsa-ci.yml
  * Add Multi-Arch according to MA hinter
  * Drop unused build dependencies

 -- Jochen Sprickerhof <email address hidden>  Fri, 16 Dec 2022 19:30:20 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vcr.py_4.2.1-1.dsc 2.8 KiB d63e2aef8395bc96c79c8de63b43bb9239e944cf7f83df733f23f357fb4bf25e
vcr.py_4.2.1.orig.tar.gz 323.4 KiB 87f9a4c6637b8455a569a8168ea73816c0fbab368c5e5723222a65d343ba82f0
vcr.py_4.2.1-1.debian.tar.xz 6.5 KiB fcb27f01c7f83e5497b68083060b5adf20f12bcde040c440c3f8392cccbd0e23

Available diffs

No changes file available.

Binary packages built by this source

python-vcr-doc: record and replay HTML interactions (Documentation)

 vcr.py records all interactions that take place through the HTML libraries
 it supports and writes them to flat files, called cassettes (YAML format by
 default). These cassettes could be replayed then for fast, deterministic
 and accurate HTML testing.
 .
 vcr.py supports the following Python HTTP libraries:
  - urllib2 (stdlib)
  - urllib3
  - http.client (Python3 stdlib)
  - Requests
  - httplib2
  - Boto (interface to Amazon Web Services)
  - Tornado's HTTP client
 .
 This package contains the documentation.

python3-vcr: record and replay HTML interactions

 vcr.py records all interactions that take place through the HTML libraries
 it supports and writes them to flat files, called cassettes (YAML format by
 default). These cassettes could be replayed then for fast, deterministic
 and accurate HTML testing.
 .
 vcr.py supports the following Python HTTP libraries:
  - urllib2 (stdlib)
  - urllib3
  - http.client (Python3 stdlib)
  - Requests
  - httplib2
  - Boto (interface to Amazon Web Services)
  - Tornado's HTTP client (Python 3 library)
 .
 This package contains the modules for Python 3.