pytest-httpbin 1.0.0-3 source package in Ubuntu

Changelog

pytest-httpbin (1.0.0-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Sandro Tosi <email address hidden>  Thu, 02 Jun 2022 22:03:12 -0400

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-httpbin_1.0.0-3.dsc 2.3 KiB 9dde872b7ddcb77d968e95a5dcd1225e260bf0d1a9bc67caefcb74dadd9dc50f
pytest-httpbin_1.0.0.orig.tar.xz 15.7 KiB e40398f8a44bbf29f8606f5c3ab8b81c9011c0768393c01efaa89047397de40c
pytest-httpbin_1.0.0-3.debian.tar.xz 4.0 KiB d1c6e2f5408e1d3657b71fad116bc7332d7b9e33f198b0ac3245ae138fca0c0c

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-httpbin: py.test plugin providing a local httpbin (Python 3)

 httpbin is a WSGI based test server for testing HTTP applications.
 pytest-httpbin creates a fixture for the py.test framework that
 is dependency-injected into tests, it automatically starts up a
 local running instance of httpbin in a separate thread and
 provides the test with the URL in the fixture.
 .
 This package provides the py.test plugin for Python 3 code.