python-parse-stages 0.1.8-1 source package in Ubuntu

Changelog

python-parse-stages (0.1.8-1) unstable; urgency=medium

  * New upstream release:
    - update debian/tests/control for the new unit tests path

 -- Peter Pentchev <email address hidden>  Fri, 09 Feb 2024 19:24:24 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parse-stages_0.1.8-1.dsc 2.6 KiB f9db9c8c617ec7877ea1ce460adf99206f15cf3ae5b46aa50d7d915ea522ea70
python-parse-stages_0.1.8.orig.tar.gz 17.8 KiB adc231eba4d589901a5700b281e982939d099d0fb585cd60e20f9b16a30b7f32
python-parse-stages_0.1.8.orig.tar.gz.asc 833 bytes 877ff192e4bf75ee930e6e3ad8b644b8d7b90dce3ec7d5d948cb8648712552d7
python-parse-stages_0.1.8-1.debian.tar.xz 5.3 KiB 10799abc954567fac4c9e09dd80fb9c346748ab49329d762578741f522fe6266

Available diffs

No changes file available.

Binary packages built by this source

python3-parse-stages: Parse a mini-language for selecting objects by tag or name

 This library is mostly useful for command-line parsing by other tools like
 `tox-stages` and `nox-stages`. It may be used to parse e.g. a command-line
 specification like "@check and not pylint" or "@tests or ruff" and then
 match it against a list of objects that have names and lists of tags.
 .
 This package provides the Python 3.x parse_stages module.