nose 1.3.7-12 source package in Ubuntu

Changelog

nose (1.3.7-12) unstable; urgency=medium

  * Team upload.
  * Take the Fedora patch, but don't apply it (introduces a test regression).
    Closes: #1055574.
  * (Build-)depend on python3-zombie-imp.
  * Fix more Python 3.12 deprecations.

 -- Matthias Klose <email address hidden>  Thu, 16 Nov 2023 13:40:56 +0100

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
Oracular release universe python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nose_1.3.7-12.dsc 2.4 KiB c7e524b3d15c64df2541fc835bb3b5a27fe690aaf0e10fb800f54a3c5a78c4f9
nose_1.3.7.orig.tar.gz 273.9 KiB f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
nose_1.3.7.orig.tar.gz.asc 243 bytes 854ce21eba358d883a41a9d485cbcbe7db32baaabfa390635ac7d58ee0312558
nose_1.3.7-12.debian.tar.xz 20.6 KiB 09b90ff609aff8738a49be7eadfb9b8727a670c461e1e257a55802c3026308a9

No changes file available.

Binary packages built by this source

python-nose-doc: documentation for discovery and running for Python's unittest

 nose provides an alternate test discovery and running process for
 unittest, one that is intended to mimic the behavior of py.test as
 much as is reasonably possible without resorting to too much magic
 .
 This package provides the documentation for nose.

python3-nose: test discovery and running for Python3 unittest

 nose provides an alternate test discovery and running process for Python3
 unittest, one that is intended to mimic the behavior of py.test as
 much as is reasonably possible without resorting to too much magic