python-httpretty 1.1.4-4 source package in Ubuntu

Changelog

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

  * Remove extraneous dependency on python3-six (Closes: #1060686).

 -- Thomas Goirand <email address hidden>  Wed, 24 Jan 2024 14:24:18 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-httpretty_1.1.4-4.dsc 2.3 KiB 2a30f6c2d927d868366ef2ee05cd5af016c3967a165172221c8eb27c72ee27a1
python-httpretty_1.1.4.orig.tar.xz 52.7 KiB d7dcb8d8da92358fad460ea9f42c7b5ca0dca607cdfc87dbc78044a7fe2dfc9c
python-httpretty_1.1.4-4.debian.tar.xz 6.0 KiB 27686277d2b69902cebbd9362215d9a9422d57f826a7d935616776b6b9f713ff

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.