nose2 0.13.0-1 source package in Ubuntu

Changelog

nose2 (0.13.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.13.0.
  * debian/control:
    + Add python3-coverage to recommends. (Closes: #1039502)
    + Limit version requirement of python3-setuptools.
    + Add ${sphinxdoc:Built-Using} to doc package.
  * debian/copyright: Minor updates.
  * debian/patches: Refresh patches.
  * debian/patches/0003: Add patch to fix setuptools package discovery
    error due to existence of debian/ directory.

 -- Boyuan Yang <email address hidden>  Sun, 23 Jul 2023 17:13:56 -0400

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
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nose2_0.13.0-1.dsc 2.2 KiB e22055978d7f7f8edf5373f478df58e5908e93ed11384402c56d7d126333a4e5
nose2_0.13.0.orig.tar.gz 163.0 KiB 57c68ad676ef4b88b50694937eb52f4943aa1ca261074b4909b6e163046b46f0
nose2_0.13.0-1.debian.tar.xz 9.5 KiB 1a535ca3fd3828b8c16ceda1d618409a3279673c7ab7e7f39fce8edb7c793a88

Available diffs

No changes file available.

Binary packages built by this source

python-nose2-doc: Next generation of nicer testing for Python2/3 (documentation)

 Nose2 is testing library aimed at being compatible with unittest and
 providing additional features, such as timed tests, better testing for
 exceptions. It also provides fixture methods at the package, module, class or
 test case level, depending on the developer's needs.
 .
 At an extended level, nose2 also provides a lot of builtin plugins to help
 with specific needs, including tests coverage, profiling, or doctests.
 .
 Nose2 is based on the Nose testsuite, which is no longer developed. It
 provides a better plugin API and supports Python2 and Python3 from the same
 codebase.
 .
 This package provides the sphinx-generated documentation of nose2.

python3-nose2: Next generation of nicer testing for Python3

 Nose2 is testing library aimed at being compatible with unittest and
 providing additional features, such as timed tests, better testing for
 exceptions. It also provides fixture methods at the package, module, class or
 test case level, depending on the developer's needs.
 .
 At an extended level, nose2 also provides a lot of builtin plugins to help
 with specific needs, including tests coverage, profiling, or doctests.
 .
 Nose2 is based on the Nose testsuite, which is no longer developed. It
 provides a better plugin API and supports Python2 and Python3 from the same
 codebase.
 .
 This package provides the python3 version of nose2.