nose 1.3.7-11 source package in Ubuntu
Changelog
nose (1.3.7-11) unstable; urgency=medium * Disable pybuild’s clean, it deletes test .egg-info directories. Rely on debian/clean instead (closes: #1052802). -- Dmitry Shachnev <email address hidden> Sat, 30 Sep 2023 19:57:05 +0300
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
nose_1.3.7-11.dsc | 2.4 KiB | 0f0f784336ad9903b8d4ca5379b9d046e64c6287b18afd96537671c401b67e61 |
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-11.debian.tar.xz | 17.3 KiB | 89b9f03af79ea53423fdb3473923efeae341f8c7356e2ac5591a7091bd2a6f81 |
Available diffs
- diff from 1.3.7-10 to 1.3.7-11 (550 bytes)
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