vcr.py 5.1.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 5.1.0
  * debian/patches/0002-pytest.mark.online-tests-that-need-internet.patches
    - Remove since merged upstream.
  * debian/control
    - Bump standards version to 4.6.2, no changes needed.
  * debian/copyright
    - Update copyright years.
  * debian/rules
    - Exclude 2 tests failing due to httpbin 0.10.0.

 -- Daniele Tricoli <email address hidden>  Fri, 22 Sep 2023 03:13:51 +0200

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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vcr.py_5.1.0-1.dsc 2.8 KiB e52635a9f8476071615df176b2b57409964dca2093ec26d6117bd9ff6792ce8b
vcr.py_5.1.0.orig.tar.gz 329.3 KiB 2b5adb2a4be5c220ba98b168c60e6538bf4ccb42f0fafa47c18675313be1b84b
vcr.py_5.1.0-1.debian.tar.xz 5.7 KiB aface585520ec4ce51a1221bc132f686e32116b027e056011c940c5b056e8abc

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.