pytest-httpbin 2.0.0-1 source package in Ubuntu

Changelog

pytest-httpbin (2.0.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.2, no changes needed.

  [ Carsten Schoenert ]
  * [c156369] d/watch: Move to git mode and version 4
  * [df48c51] New upstream version 2.0.0
    (Closes: #1020728, #1020796,  #1058232)
  * [e3f0e9a] debian/*: Running wrap-and-sort -ast
  * [7600b3e] d/control: Add BuildProfileSpecs, adjust needed B-D
  * [9276562] d/rules: Remove --with option in default target
  * [c4678d0] autopkgtest: Update test setup
  * [fdffab2] d/README.source: Add basic information about source

 -- Carsten Schoenert <email address hidden>  Tue, 26 Dec 2023 11:20:47 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-httpbin_2.0.0-1.dsc 2.3 KiB 5315c032d27f0233dd6277d990a0f7ac3b8081589a885017e69e07561cb5c0cc
pytest-httpbin_2.0.0.orig.tar.gz 19.4 KiB bec3279e3359a15f4c9615170182ccc284b842b285ee04b0fa9a721f4b07c690
pytest-httpbin_2.0.0-1.debian.tar.xz 4.9 KiB 9b77c52be1a6dfd6bc1859111af83a4fc41947da1aca48374c6b11b3b63c59f4

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.