unittest2 1.1.0-8 source package in Ubuntu

Changelog

unittest2 (1.1.0-8) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Athos Ribeiro ]
  * d/p/python3.10-support.patch: Fix collections call for python 3.10 support
    (Closes: #998473) (LP: #1949778)

  [ Scott Talbert ]
  * Update debhelper-compat level to 13

 -- Scott Talbert <email address hidden>  Tue, 09 Nov 2021 19:37:46 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
unittest2_1.1.0-8.dsc 2.2 KiB 62e2e6315ff5eacbf2aab5674b8dbd9ca063f594aaa57a9f0f4a3cce14a26e4b
unittest2_1.1.0.orig.tar.gz 79.5 KiB 22882a0e418c284e1f718a822b3b022944d53d2d908e1690b319a9d3eb2c0579
unittest2_1.1.0-8.debian.tar.xz 5.9 KiB 46beb92fec62e86420545b4e49bf2eea067f8a60c594e75d00046aa2ee948de3

Available diffs

No changes file available.

Binary packages built by this source

python3-unittest2: backport of the enhanced unittest testing framework - Python 3.x

 unittest2 is an enhanced version of unittest including a standard test runner
 (automatic test discovery), class and module level fixtures (setUpClass /
 setUpModule etc), many powerful new assert methods, better resource management
 with addCleanups and a host of other new features. These new features are
 *all* going into the Python version of unittest in Python 2.7 and Python 3.2.
 The point of unittest2 is that it works with Python 2.4 - 2.6; you can use it
 now.
 .
 This package contains the Python 3.x module.