vcr.py 1.7.3-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * deb/rules: don't run tests on Debian (Closes: #795940), but on Neurodebian.

 -- Daniel Stender <email address hidden>  Wed, 07 Oct 2015 22:53:50 +0200

Upload details

Uploaded by:
Daniel Stender
Uploaded to:
Sid
Original maintainer:
Daniel Stender
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vcr.py_1.7.3-1.dsc 2.5 KiB 848506707a6b9c66543e57d40b438f0ea000ae09e0981ce9c733d5b9807a73e5
vcr.py_1.7.3.orig.tar.gz 300.6 KiB 5ea9f67cb784100812dc29577e412de74e01eaadb2a31fd4254d79a566069c98
vcr.py_1.7.3-1.debian.tar.xz 2.8 KiB 3818599d1325101e9c1e3bdd874a4f6d9aa22e23fbb2f2111513c4ff03560b10

Available diffs

No changes file available.

Binary packages built by this source

python-vcr: record and replay HTML interactions (Python 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 2.

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.