python-stestr 3.2.1-1 source package in Ubuntu

Changelog

python-stestr (3.2.1-1) unstable; urgency=medium

  * New upstream release.
  * Removed subunit2sql build-depends.
  * Rebased remove-privacy-breach-in-README.rst.patch.

 -- Thomas Goirand <email address hidden>  Thu, 11 Nov 2021 10:00:38 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stestr_3.2.1-1.dsc 2.3 KiB 72cb0d06ec1ae1b90411c63d6727ff771638fa0987cb86187efc97f8b700fd1c
python-stestr_3.2.1.orig.tar.xz 82.7 KiB 781817a428e9bb9af288bbef19faecbe770d75ae6657277770486428026991dd
python-stestr_3.2.1-1.debian.tar.xz 4.6 KiB 8cc75a9bf4c03e4381eee91b9f396f4921810371d41d5ec27bea3ff549938369

Available diffs

No changes file available.

Binary packages built by this source

python-stestr-doc: test runner similar to testrepository - doc

 Stestr stands for Slim/Super Test Repository. It is a fork of the
 testrepository that concentrates on being a dedicated test runner for Python
 projects. The generic abstraction layers which enabled testr to work with any
 subunit emitting runner are gone. Stestr hard codes python-subunit-isms into
 how it works. The code base is also designed to try and be explicit, and to
 provide a Python API that is documented and has examples.
 .
 While stestr was originally forked from testrepository it is not 100%
 backwards compatible with testrepository. At a high level the basic concepts
 of operation are shared between the 2 projects but the actual usage between
 the 2 is not exactly the same.
 .
 This package contains the documentation.

python3-stestr: test runner similar to testrepository - Python 3.x

 Stestr stands for Slim/Super Test Repository. It is a fork of the
 testrepository that concentrates on being a dedicated test runner for Python
 projects. The generic abstraction layers which enabled testr to work with any
 subunit emitting runner are gone. Stestr hard codes python-subunit-isms into
 how it works. The code base is also designed to try and be explicit, and to
 provide a Python API that is documented and has examples.
 .
 While stestr was originally forked from testrepository it is not 100%
 backwards compatible with testrepository. At a high level the basic concepts
 of operation are shared between the 2 projects but the actual usage between
 the 2 is not exactly the same.
 .
 This package contains the Python 3.x module.