python-stestr 4.1.0-1 source package in Ubuntu

Changelog

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

  * New upstream relesae.
  * Fixed (build-)depends for this release.

 -- Thomas Goirand <email address hidden>  Sun, 17 Dec 2023 16:26:26 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stestr_4.1.0-1.dsc 2.4 KiB 5068b7c124d6e7f09ce1ca43dd96014c5fba8f81e6e91764432ae4c9661ffe57
python-stestr_4.1.0.orig.tar.xz 79.0 KiB 0454d9e09d4acf5d39c42810a568c15f3950b0a436bcf211d7ed370a67416282
python-stestr_4.1.0-1.debian.tar.xz 4.6 KiB 0a7f89b7e78fce3cb31935e79f1496e14d5679fbe39eb9ca34d617368a7d8835

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.