vcr.py 6.0.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 6.0.1
  * Remove obsolete python3-six build dependency

 -- Alexandre Detiste <email address hidden>  Thu, 13 Jun 2024 20:54: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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vcr.py_6.0.1-1.dsc 2.8 KiB 912c167d32bcf01baf82b65c6586819ec4eee9fe51cb207630580daf430f8d11
vcr.py_6.0.1.orig.tar.gz 329.6 KiB d4db982707d112460ba1e2dfea34a0006ea567245fdf435b11a4d6d85b7e882d
vcr.py_6.0.1-1.debian.tar.xz 5.7 KiB ef4c4b510749fad1f8463775f44d2f354fd04468e2b447ef0d54fa66331821b1

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.