python-httpretty 1.1.4-7 source package in Ubuntu

Changelog

python-httpretty (1.1.4-7) unstable; urgency=medium

  * Set some build-dependencies as !nocheck or !nodoc (Closes: #1140665).

 -- Thomas Goirand <email address hidden>  Thu, 25 Jun 2026 09:34:36 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Stonking release universe misc

Builds

Stonking: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-httpretty_1.1.4-7.dsc 2.3 KiB 8bc063da5ad7535b4f61278abffc805b2fb5d9a59a964542ab80e7fb466bcb63
python-httpretty_1.1.4.orig.tar.xz 52.7 KiB d7dcb8d8da92358fad460ea9f42c7b5ca0dca607cdfc87dbc78044a7fe2dfc9c
python-httpretty_1.1.4-7.debian.tar.xz 6.1 KiB 0e544dac52365f7de63357ccac332dbbc10284242a9499a5522d8e3251cdf4ad

Available diffs

No changes file available.

Binary packages built by this source

python3-httpretty: HTTP client mock - Python 3.x

 Once upon a time a Python developer wanted to use a RESTful API, everything
 was fine but until the day he needed to test the code that hits the RESTful
 API: what if the API server is down? What if its content has changed ?
 .
 Don't worry, HTTPretty is here for you.
 .
 This package provides the Python 3.x module.