python-httpretty 1.1.4-ok3 source package in openKylin

Changelog

python-httpretty (1.1.4-ok3) yangtze; urgency=medium

  * Fix command 'install' has no such option 'install_layout'.

 -- sufang <email address hidden>  Mon, 06 Feb 2023 15:43:11 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python
Huanghe V3.0 release main python
Nile V2.0 proposed main python
Nile V2.0 release main python
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-httpretty_1.1.4.orig.tar.gz 440.9 KiB 6318b263e5a9e83cd9fdf1e7fba7d711adaa578189d37108059dd1b96faf0f61
python-httpretty_1.1.4-ok3.debian.tar.xz 4.7 KiB 5d414fbb15cab9b4e6b0f8dbd8eb71f287be68de704b1446a458673963e53ebc
python-httpretty_1.1.4-ok3.dsc 2.1 KiB b2dd543a02a9118dfeb00b007ad0f17f7b246844d15bbc96506649d1f69e11f7

View changes file

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.