tap.py 3.1-1 source package in Ubuntu

Changelog

tap.py (3.1-1) unstable; urgency=medium

  * New upstream release
  * Drop python3-babel Build-Depends, and LC_ALL=C.UTF-8 workaround for
    unit tests assuming English. The localization support was unmaintained
    upstream, and was removed in this version.
  * d/watch: Use version 4 format

 -- Simon McVittie <email address hidden>  Mon, 10 Jan 2022 11:12:47 +0000

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
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tap.py_3.1-1.dsc 2.4 KiB 8109caf2b56ca95aced614fa0d5ac00fed66b1c7fa20c4307f81e8d0e3e208e5
tap.py_3.1.orig.tar.gz 130.1 KiB 3c0cd45212ad5a25b35445964e2517efa000a118a1bfc3437dae828892eaf1e1
tap.py_3.1-1.debian.tar.xz 6.6 KiB dc00a13d2476fc394ba3ec5374f9bd2fa132ce2ce9b9977bc9b163ee07acd144

Available diffs

No changes file available.

Binary packages built by this source

python-tap-doc: TAP producer/consumer tools for Python unittest -- documentation

 The tap.py package provides a set of tools for working with the
 Test Anything Protocol (TAP). TAP is a line based test protocol
 for recording test data in a standard way.
 .
 This package provides the documentation for developers who want
 to use the tap.py package in their applications.

python3-tap: TAP producer/consumer tools for Python unittest -- Python 3 version

 The tap.py package provides a set of tools for working with the
 Test Anything Protocol (TAP). TAP is a line based test protocol
 for recording test data in a standard way.
 .
 As a TAP producer, this package comes with a test-runner that
 implements the unittest.TestRunner interface and produces TAP
 compliant output.
 .
 As a TAP consumer, it includes tools to parse the output of
 TAP compliant producers. It also provides means to replay a
 test-suite from a captured output, without having to actually
 run the tests again.
 .
 This package provide the Python 3.x version of tap.py.

tappy: TAP consumer tool

 The tap.py package provides a set of tools for working with the
 Test Anything Protocol (TAP). TAP is a line based test protocol
 for recording test data in a standard way.
 .
 This package provides the command-line tool 'tappy', which parses
 TAP syntax in files or a stream and produces unittest-style output.