python-nose-parameterized 0.3.4-5 source package in Ubuntu

Changelog

python-nose-parameterized (0.3.4-5) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Use <email address hidden> as maintainer
  * Use debhelper-compat instead of debian/compat.
  * d/control: Set Vcs-* to salsa.debian.org
  * d/watch: Use https protocol

  [ Daniel Baumann ]
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.
  * Updating standards version to 4.1.0.

  [ Thomas Goirand ]
  * Removed Python 2 support (Closes: #937952).

 -- Thomas Goirand <email address hidden>  Fri, 13 Sep 2019 13:22:15 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nose-parameterized_0.3.4-5.dsc 2.2 KiB 0b9e12ae1b5080cca5127d34a457a90ad76d0f24ee776796311c1ac092c7ec1c
python-nose-parameterized_0.3.4.orig.tar.xz 6.7 KiB 711cbfcfc367f181f17685142ae69c9b10827da99de4d166146842cd7a57c6c6
python-nose-parameterized_0.3.4-5.debian.tar.xz 2.8 KiB c78104d5f79b2a4b498e87a22698a82bf92208fee6e26bc7d9479c1c7d86d4a7

Available diffs

No changes file available.

Binary packages built by this source

python3-nose-parameterized: Decorator for parameterized testing with Nose - Python 3.x

 nose-parameterized is a decorator for parameterized testing of Python code
 with nose.
 .
 The provided decorators make it simple to pass lists, iterables, tuples or
 callables to the test functions. This allows you to separate the data from the
 test without having to subclass unittest.testcase.
 .
 This package contains the Python 3.x module.