nose 1.3.7-11ubuntu1 source package in Ubuntu

Changelog

nose (1.3.7-11ubuntu1) noble; urgency=medium

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

 -- Matthias Klose <email address hidden>  Thu, 09 Nov 2023 13:19:05 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble proposed universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
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-11ubuntu1.debian.tar.xz 20.5 KiB dc8ef7ee83dd470375802bafcbbf9af19e7515d2ae9ca1b10e169f62a4a1b08e
nose_1.3.7-11ubuntu1.dsc 2.4 KiB 1621bcf18621ba892c6b4beb8091de876db6f3774b2bf70102e1e8a0bd7908e4

View changes file

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