python-parameterized 0.9.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 0.9.0
  * drop python 2 patch
  * refresh existing patches, add a new one for python 3.12
  * patch-out python3-mock
  * add dependency on pybuild-plugin-pyproject

 -- Alexandre Detiste <email address hidden>  Wed, 13 Mar 2024 22:54:38 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parameterized_0.9.0-1.dsc 2.2 KiB ba2faaa7872a69d6d69b0c10887be0a0fd9446ab08d424e7aac80c34cc367a39
python-parameterized_0.9.0.orig.tar.gz 23.8 KiB 7fc905272cefa4f364c1a3429cbbe9c0f98b793988efb5bf90aac80f08db09b1
python-parameterized_0.9.0-1.debian.tar.xz 7.5 KiB 4398463af319b4e9a0dbc28755b953b5efdf940d8c73c74c8fc375551b380289

Available diffs

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.