httpbin 0.10.1+dfsg-3 source package in Ubuntu

Changelog

httpbin (0.10.1+dfsg-3) unstable; urgency=medium

  * Team upload.
  * [380aaa2] d/gbp.conf: Add some more defaults
  * [b83c367] Rebuild patch queue from patch-queue branch
    Added patches:
    Add-fallback-for-Werkzeug-3.0.0.patch
    Fix-Flask-requirements-and-werkzeug-imports.patch
  * [0f49e57] d/control: Rework B-D, add BuildProfileSpecs
  * [0ef0981] autopkgtest: Use upstream test for CI testing

 -- Carsten Schoenert <email address hidden>  Sun, 24 Dec 2023 13:48:33 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpbin_0.10.1+dfsg-3.dsc 2.3 KiB 51768cd76100fb609bb47795431797c98e924e31ac749477ef829187e8490cfd
httpbin_0.10.1+dfsg.orig.tar.xz 86.8 KiB 3a0d42f3ff99cf1d83847442ec1a7ecbc327a6e6ebe1324314a5519191ea4981
httpbin_0.10.1+dfsg-3.debian.tar.xz 7.8 KiB 34b9df1718dd0801845e889d403f7d4ecf469c5bebd03fc6918a6d909ba885bf

Available diffs

No changes file available.

Binary packages built by this source

python3-httpbin: HTTP request and response service (Python 3 package)

 httpbin is a test server for testing HTTP libraries and apps. It
 features several endpoints to cover a multitude of HTTP scenarios.
 httpbin ships as a Python library and could be run directly by
 the Python interpreter, or as a WSGI app e.g. with Gunicorn. The
 endpoint responses are JSON-encoded.
 .
 This package provides httpbin in the Python 3 module path.