tap.py 2.6.1-1 source package in Ubuntu

Changelog

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

  [ Simon McVittie ]
  * d/salsa-ci.yml: Request standard CI on salsa.debian.org
  * d/salsa-ci.yml: Disable blhc to avoid #930993
  * Remove unnecessary B-D on python-docutils
  * Add a build-profile that disables the Python 2 packages.
    python-tap cannot be removed yet because dbus-python Build-Depends on it
    (for its regression tests), but this is a step in that direction.
    Build-depend on debhelper 12.5 for the conditional sequence use.
  * d/tests/control: Mark python2 tests as skip-not-installable.
    Eventually, we want Python 2 to disappear.
  * New upstream release (Closes: #941207)
  * d/copyright: Update
  * d/source/lintian-overrides:
    Override python-depends-but-no-python-helper false positive caused
    by skipping the dh-sequence-python2 B-D under the pkg.tap.py.nopython2
    build profile

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.0.

 -- Simon McVittie <email address hidden>  Fri, 27 Sep 2019 13:07:32 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tap.py_2.6.1-1.dsc 2.9 KiB 03c83ca72cb9224601d0a22600853874c099502dcf74a311d740c575287ebc56
tap.py_2.6.1.orig.tar.gz 142.7 KiB c78970f5e4eedc5d3451a79afca28a1ecce74876c00ce7862722f360191c8310
tap.py_2.6.1-1.debian.tar.xz 6.7 KiB 731793a3ea2d7fa08ff614d6147f1e37267728528518ec4fbbeb69be91c2a758

Available diffs

No changes file available.

Binary packages built by this source

python-tap: No summary available for python-tap in ubuntu focal.

No description available for python-tap in ubuntu focal.

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.