python-nox 2022.11.21-1 source package in Ubuntu

Changelog

python-nox (2022.11.21-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.2, no changes needed.

  [ Peter Pentchev ]
  * New upstream release:
    - use pybuild-plugin-pyproject since the setuptools configuration
      moved to the pyproject.toml file
    - drop the 0003-Recover-minimal-setup.py patch, not needed as
      setuptools uses the pyproject.toml file now
    - add the 0003-Discover-the-nox-package patch to tell setuptools to
      only look for nox packages, the debian/ subdirectory is not a package
    - add the 0004-Include-tox-to-nox-jinja2 patch to make sure that
      the nox/tox_to_nox.jinja2 file is available for the test suite
    - drop py as a build dependency
    - tell pytest to not even attempt to parse the test_actions_helper.py
      test file that is only relevant to GitHub actions; the dynamic
      modification of the module search path seems to confuse pytest
    - add python3-myst-parser as a new documentation build dependency
    - chase the README.rst -> README.md renamed file in python3-nox.docs
    - refresh patch line numbers

 -- Peter Pentchev <email address hidden>  Thu, 09 Feb 2023 13:21:31 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nox_2022.11.21-1.dsc 2.5 KiB a6ab02a0767eb3508da40e2a2ddf635572fe2efc631621470589222682de3a1a
python-nox_2022.11.21.orig.tar.gz 3.8 MiB dbff1ce37b5bb0ead4e1ed3e4a2a2527e0dd15e72c9826437c08b73cc3b14a45
python-nox_2022.11.21-1.debian.tar.xz 4.5 KiB f9951346dfbc5e35e773e864e3587493832e3724536308e743a421af47978076

Available diffs

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.