vcr.py 5.1.0-1.1 source package in Ubuntu

Changelog

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

  * Non-maintainer upload.
  * Pull patches from upstream for Python 3.12. Closes: #1059990.

 -- Matthias Klose <email address hidden>  Mon, 15 Jan 2024 03:32:30 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vcr.py_5.1.0-1.1.dsc 2.8 KiB 96a6c8fa0bae59d8086fd151be18e66f59126ad5a5c7dde63e49b65b5086b637
vcr.py_5.1.0.orig.tar.gz 329.3 KiB 2b5adb2a4be5c220ba98b168c60e6538bf4ccb42f0fafa47c18675313be1b84b
vcr.py_5.1.0-1.1.debian.tar.xz 6.5 KiB e03cc19b563961328a2825d1dfd64da8481c5064a7298415db36e2fbed9a073e

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.