python-requests-mock 0.7.0-2 source package in Ubuntu

Changelog

python-requests-mock (0.7.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URLs (https).

  [ Thomas Goirand ]
  * Uploading to unstable.
  * Standards-Version: 3.9.7 (no change).
  * Fixed debian/copyright ordering.

 -- Thomas Goirand <email address hidden>  Mon, 04 Apr 2016 10:06:54 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
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
python-requests-mock_0.7.0-2.dsc 2.5 KiB c03c1b90a80fad55fd1eaf35b50a6406ca95daca5b62ba223bc4fd6d845e9456
python-requests-mock_0.7.0.orig.tar.xz 27.5 KiB 658ef8832d92ee33040a7edb7d57ea0a445891cb2d9ad08478eac19e18365028
python-requests-mock_0.7.0-2.debian.tar.xz 3.5 KiB dc920cc3133b6b0935068fea66f67f7c5e12addbb6d8de4676b10edbfd1da271

No changes file available.

Binary packages built by this source

python-requests-mock: mock out responses from the requests package - Python 2.x

 requests-mock provides a building block to stub out the HTTP requests_
 portions of your testing code. Everything in requests_ eventually goes through
 an adapter to do the transport work. requests-mock creates a custom adatper
 that allows you to predefine responses when certain URIs are called. There are
 then a number of methods provided to get the adapter used.
 .
 This package contains the Python 2.x module.

python-requests-mock-doc: No summary available for python-requests-mock-doc in ubuntu yakkety.

No description available for python-requests-mock-doc in ubuntu yakkety.

python3-requests-mock: mock out responses from the requests package - Python 3.x

 requests-mock provides a building block to stub out the HTTP requests_
 portions of your testing code. Everything in requests_ eventually goes through
 an adapter to do the transport work. requests-mock creates a custom adatper
 that allows you to predefine responses when certain URIs are called. There are
 then a number of methods provided to get the adapter used.
 .
 This package contains the Python 3.x module.