httmock 1.4.0-5 source package in Ubuntu

Changelog

httmock (1.4.0-5) unstable; urgency=medium

  * Apply X-Style: black.
  * Use pybuild-plugin-pyproject.
  * Enable autopkgtest-pkg-pybuild.
  * Standards-Version: 4.7.0 (no changes required).
  * Build-depend on dh-sequence-python3.

 -- Colin Watson <email address hidden>  Wed, 31 Jul 2024 11:35:58 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httmock_1.4.0-5.dsc 2.1 KiB dfeda1fc5c5e886930b9d004f51d4e3689abaded2e1bb7029b91071ecadfc823
httmock_1.4.0.orig.tar.gz 6.2 KiB 2ac6b98e058feddd9caabb096fdfd01489bbcdce56cc234348e949c92fafcda8
httmock_1.4.0-5.debian.tar.xz 2.6 KiB e6b6cb947db1349740994369242ce8de90320cdf360e9c6387854ca9918f3ea8

Available diffs

No changes file available.

Binary packages built by this source

python3-httmock: Mocking library for python3-requests

 This library allows unit tests to provide mocked responses to HTTP requests
 made using the 'requests' library, either conditionally using the
 'urlmatch' decorator or for all requests using the 'all_requests'
 decorator.