vcr.py 4.1.1-2 source package in Ubuntu

Changelog

vcr.py (4.1.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-six and
      python3-sphinx.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 17 Oct 2022 01:17:25 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vcr.py_4.1.1-2.dsc 2.5 KiB c5bcde24da4dc23f96673416abdff2bc4d80ab81e0e3e13fdb86272a4ecfb320
vcr.py_4.1.1.orig.tar.gz 321.8 KiB 37c33618244782482583d6bf9a8fb1acefad56ebe3c8b4790bf45e9a543c86fc
vcr.py_4.1.1-2.debian.tar.xz 6.1 KiB d079726b0dc4813a83a58ab05ae2d8539a0b80ff7e78d3ea153129a6fa9f9b05

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.