tap.py 3.0-3 source package in Ubuntu

Changelog

tap.py (3.0-3) unstable; urgency=medium

  * d/tests: Remove vestigial support for testing Python 2
  * d/tests: Remove support for ancient versions of autopkgtest
  * d/tests: Use unittest module directly, instead of using nosetest3.
    nosetest3 relies on 2to3, which has been removed.
  * Remove python3-mock test/build dependencies.
    The version from unittest.mock in Python 3.3+ is now used
    unconditionally.
  * Bump debhelper compat level to 13
  * Update standards version to 4.6.0 (no changes needed)

 -- Simon McVittie <email address hidden>  Sun, 24 Oct 2021 23:31:05 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tap.py_3.0-3.dsc 2.4 KiB 3b0ddc4893b008f851204d41ce736bb0144232cc550c3c710df82abbae7131d0
tap.py_3.0.orig.tar.gz 138.4 KiB f5eeeeebfd64e53d32661752bb4c288589a3babbb96db3f391a4ec29f1359c70
tap.py_3.0-3.debian.tar.xz 6.7 KiB 7fcf6e00071345591947911c1e726ed324f04cbcb6f8bc682ce3d7df848d20a2

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.