nose 1.3.7-3 source package in Ubuntu

Changelog

nose (1.3.7-3) unstable; urgency=medium

  * Add a patch to fix test failures with Python 3.6 (closes: #880232).
  * Update Homepage field to use the new readthedocs.io domain.
  * Bump Standards-Version to 4.1.1, no changes needed.

 -- Dmitry Shachnev <email address hidden>  Mon, 30 Oct 2017 23:46:01 +0300

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nose_1.3.7-3.dsc 2.3 KiB 0b50c376c21270ec857fcf28516f49d250d5ddb4db4f93a2181687bba3d776ff
nose_1.3.7.orig.tar.gz 273.9 KiB f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
nose_1.3.7-3.debian.tar.xz 11.8 KiB 5e1f6fa1ce29d8a4ad6315544d5d7db634be5233ec9900e21540b890b5058338

Available diffs

No changes file available.

Binary packages built by this source

python-nose: test discovery and running of 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

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