python-stestr 3.0.0-0ubuntu1 source package in Ubuntu

Changelog

python-stestr (3.0.0-0ubuntu1) focal; urgency=medium

  * New upstream release resolving compatibility issues with Python 3.8:
    - d/control: Bump minimum subunit version to 1.4.0.

 -- James Page <email address hidden>  Mon, 30 Mar 2020 10:02:21 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-stestr_3.0.0.orig.tar.gz 124.7 KiB 144cf6b6faa73ba0e7c9580a518e77dae6bdf090e4cc3aa6e69cec3d968a0a64
python-stestr_3.0.0-0ubuntu1.debian.tar.xz 4.3 KiB f11c321f37aaab5deb0d969d3ecf40a93e13d1f99eae8bf60936782b7f99d2f3
python-stestr_3.0.0-0ubuntu1.dsc 2.4 KiB 4aa26f56df89c862600875fc471543d3c71f96b26c1ba3ce56f114ff0475d9f0

View changes file

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.