python-parameterized 0.8.1-1 source package in Ubuntu

Changelog

python-parameterized (0.8.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

  [ 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.

  [ Picca Frédéric-Emmanuel ]
  * New upstream version 0.8.1
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Update standards version to 4.5.1, no changes needed.
  * d/p/Remove-unicode-docstring-test.patch: Refreshed
  * d/p/fix-test-for-python3.8.patch: Deleted, applyed upstream
  * d/p/skip-failing-test.patch: refreshed

 -- Picca Frédéric-Emmanuel <email address hidden>  Mon, 30 Aug 2021 13:52:26 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parameterized_0.8.1-1.dsc 2.4 KiB b2b99fb83ccfd41d94bf577caf26fb42d21cd2f56ceae362204d3e7d3c11e17d
python-parameterized_0.8.1.orig.tar.gz 23.4 KiB 41bbff37d6186430f77f900d777e5bb6a24928a1c46fb1de692f8b52b8833b5c
python-parameterized_0.8.1-1.debian.tar.xz 3.6 KiB 0c2798ce0e0c619a811b3c81463477c2523afec7d689aeee955c47f97e7a9cda

No changes file available.

Binary packages built by this source

python3-parameterized: parameterized testing for Python 3

 The parameterized module provides a set of decorators for parameterized
 testing in Python. It supports nose, nose2, pytest and unittest.
 .
 The @parameterized decorator can be used for class methods, and standalone
 functions, whilst the @parameterized.expand should be used for classes
 deriving from unittest.TestCase.
 .
 This package provides the modules for Python 3.