python-requests-mock 0.7.0-0ubuntu1 source package in Ubuntu

Changelog

python-requests-mock (0.7.0-0ubuntu1) xenial; urgency=medium

  [ Thomas Goirand ]
  * New upstream release.
  * Fixed new python-requests required version.

  [ Corey Bryant ]
  * New upstream release.
  * d/rules: Switch UPSTREAM_GIT to github/openstack repo.

 -- Corey Bryant <email address hidden>  Mon, 07 Dec 2015 15:34:55 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Xenial
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-requests-mock_0.7.0.orig.tar.xz 27.5 KiB 658ef8832d92ee33040a7edb7d57ea0a445891cb2d9ad08478eac19e18365028
python-requests-mock_0.7.0-0ubuntu1.debian.tar.xz 3.2 KiB 4663751a84498ce3721bbb262fbc72777cccd650beb456d6ad515efd413f4901
python-requests-mock_0.7.0-0ubuntu1.dsc 2.7 KiB 12088f8f4c87dac4902834a309a898754844fe1702fc0bdcf21ff00dfdf05f39

View changes file

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: mock out responses from the requests package - doc

 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 documentation.

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.