python-docopt-ng 0.9.0-3 source package in Ubuntu

Changelog

python-docopt-ng (0.9.0-3) unstable; urgency=medium

  * debian/control:
    - Raise Standards-Version to 4.7.2 (no changes needed).
    - Update Vcs-* field URLs.
    - Drop Rules-Requires-Root (no longer needed).
  * debian/copyright:
    - Use MIT licence for debian/* to match upstream.
    - Update for 2025.
  * debian/patches: Add upstream patch to fix PytestRemovedIn9Warning
    (Closes: #1122937).
  * debian/watch: Convert to version 5 format.

 -- Hugh McMaster <email address hidden>  Mon, 22 Dec 2025 20:04:34 +1100

Upload details

Uploaded by:
Hugh McMaster
Uploaded to:
Sid
Original maintainer:
Hugh McMaster
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-docopt-ng_0.9.0-3.dsc 2.0 KiB 26117b60b10eff49376a99e03da94c6f8eb8473bfe68fbd073f2029fe87f3656
python-docopt-ng_0.9.0.orig.tar.gz 62.5 KiB cda61705e203000e6e0add5bfd4038c75447bc8ea2c6fc7288ed6d3ade4cc38c
python-docopt-ng_0.9.0-3.debian.tar.xz 3.6 KiB ffcf04fc04101dfd6a4f2cc22c8e02a3714d816840dbe45dffd6a9abb69cd69e

Available diffs

No changes file available.

Binary packages built by this source

python3-docopt-ng: command-line argument parser (Python 3)

 docopt-ng is a fork of the original docopt, which helps users
 create beautiful command-line interfaces.
 .
 docopt-ng parses a command-line string and ensures that all options,
 arguments and commands match the usage patterns and option descriptions
 specified in the Python program's docstring.
 .
 Developers can define valid usage patterns, option descriptions, arguments
 and commands using patterns and syntax familiar to users of command-line
 programs.
 .
 This is the Python 3-compatible version of the package.