httpbin 0.7.0+dfsg-5 source package in Ubuntu

Changelog

httpbin (0.7.0+dfsg-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-decorator,
      python3-gevent, python3-greenlet, python3-jinja2, python3-markupsafe,
      python3-six and python3-werkzeug.
  * Set upstream metadata fields: Repository.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 22:24:32 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
httpbin_0.7.0+dfsg-5.dsc 2.2 KiB 747cc499d5f8abd95c78ed4f9eef9ed8684cb1f3f68ecab93b37587544bafa01
httpbin_0.7.0+dfsg.orig.tar.xz 78.2 KiB 2a4f805669e39d6d4d16f876d28c4e4ca7f090785d432e465b7cbd9402b872b3
httpbin_0.7.0+dfsg-5.debian.tar.xz 6.1 KiB cbb2cc67457313da953b8f946ca67ec4b51efc561bcfcb8c888c1949276c2a5b

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.