vcr.py 4.0.2-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Refresh all patches.
  * Add gbp configuration.
  * Use my debian.org email.
  * debian/control
    - Bump debhelper compat to 12.
    - Bump Standards-Version to 4.4.1 (no changes needed).
    - Don't depend on boto, only on boto3.
    - Set Rules-Requires-Root: no
  * debian/copyright
    - Update copyright years.
  * debian/rules
    - Remove the zero byte file in doc directory.
  * debian/upstream/metadata
    - Set upstream metadata fields: Repository, Repository-Browse. Thanks to
      Debian Janitor Project for the patch.

 -- Daniele Tricoli <email address hidden>  Sun, 22 Dec 2019 14:48:05 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vcr.py_4.0.2-1.dsc 2.5 KiB 50c7e1a103ac80ac654e0c337a4a4a480c70659fd42f2209c8a53a70185a8fd2
vcr.py_4.0.2.orig.tar.gz 316.6 KiB 526f8522158f1f900b3d93f2da66bcc4594826b5969f610641d685c000e1595a
vcr.py_4.0.2-1.debian.tar.xz 5.7 KiB 807f968d9a222f8d585c6e12ca286080be5a31bf7722311add3e051390aa190b

Available diffs

No changes file available.

Binary packages built by this source

python-vcr-doc: No summary available for python-vcr-doc in ubuntu kinetic.

No description available for python-vcr-doc in ubuntu kinetic.

python3-vcr: record and replay HTML interactions (Python3 library)

 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 modules for Python 3.