vcr.py 1.10.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Build python-vcr-doc.
  * debian/clean
    - Clean egg-info to make the package build twice in a row.
  * debian/control
    - Remove Daniel Stender and add myself as uploader. (Closes: #816592)
      Thanks to Daniel for his past work!
    - Add python{,3}-pytest-httpbin, python-sphinx and python-sphinx-rtd-theme
      to Build-Depends.
    - Add stanza for python-vcr-doc.
  * debian/copyright
    - Add myself as copyright holder for debian directory.
  * debian/patches/remove-privacy-breach.patch
    - Remove privacy breach URLs.
  * debian/python-vcr-doc.doc-base
    - Add doc base registration.
  * debian/python-vcr.pyremove
    - Remove from Python2 package a module using Python3 syntax.
  * debian/rules
    - Update changelog creation.
    - Build sphinx documentation.
  * debian/tests/control
    - Wrap and sort Depends.
    - Add python{,3}-pytest-httpbin to Depends.
    - Remove python{,3}-pytest-tornado, python{,3}-requests,
      python{,3}-tornado and python{,3}-urllib3 from Depends to skip tests
      needing Internet connection.

 -- Daniele Tricoli <email address hidden>  Sun, 04 Sep 2016 23:24:54 +0200

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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vcr.py_1.10.0-1.dsc 3.0 KiB a7c04ab7741e721d6b4333a38cf605bb079777b7db930d2ebf46dadb02e88626
vcr.py_1.10.0.orig.tar.gz 315.8 KiB ae05f22683c8d338348a1e4e92ec06298bfc6e43e44d34fa6da4fae14fcfe8a5
vcr.py_1.10.0-1.debian.tar.xz 4.2 KiB f861d480e30bda70c895c921b21b522f7552dab092fc82e2e93ed540750e86ba

Available diffs

No changes file available.

Binary packages built by this source

python-vcr: No summary available for python-vcr in ubuntu artful.

No description available for python-vcr in ubuntu artful.

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

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

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.