python-nox 2023.04.22-1 source package in Ubuntu
Changelog
python-nox (2023.04.22-1) experimental; urgency=medium * Team upload. * New upstream release. * Refresh patches. * Drop patches that configured setuptools, upstream switched to hatchling. * Build-Depend on python3-hatchling instead of setuptools. * Patch: support older virtualenv versions in tests. * Patch: docs: Determine the package version from the Debian changelog. * Build-Depend on python3-sphinx-tabs for docs. * Patch: Port to tox 4 (Closes: #1035641) -- Stefano Rivera <email address hidden> Thu, 11 May 2023 14:52:11 -0400
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Experimental
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-nox_2023.04.22-1.dsc | 1.8 KiB | d6444ccd8b8a8537d354d4548bcfc8a150452c98c3661d6af08183d8cce4e744 |
python-nox_2023.04.22.orig.tar.gz | 3.8 MiB | dee9e99746e433935d2fffab495f3bea88ac8d9da36d4f105b96f5444e3779a5 |
python-nox_2023.04.22-1.debian.tar.xz | 8.9 KiB | d16c6e8d7a9ffb9927a1a86d11bbdb9c0c1f860897f408fc4be936f903be5b9b |
Available diffs
- diff from 2022.11.21-1 to 2023.04.22-1 (17.7 KiB)
No changes file available.
Binary packages built by this source
- nox: Flexible test automation
Nox is a command-line tool that automates testing in multiple Python
environments, similar to tox. Unlike tox, Nox uses a standard Python file for
configuration.
It will automatically create virtualenv with the appropriate interpreter,
install the specified dependencies, and run the commands in order.
- python-nox-doc: Flexible test automation (Documentation)
Nox is a command-line tool that automates testing in multiple Python
environments, similar to tox. Unlike tox, Nox uses a standard Python file for
configuration.
It will automatically create virtualenv with the appropriate interpreter,
install the specified dependencies, and run the commands in order.
.
This package contains the documentation.
- python3-nox: Flexible test automation (Python3 version)
Nox is a command-line tool that automates testing in multiple Python
environments, similar to tox. Unlike tox, Nox uses a standard Python file for
configuration.
It will automatically create virtualenv with the appropriate interpreter,
install the specified dependencies, and run the commands in order.
.
This package contains the Python 3 version of the library.