docopt 0.6.2-5 source package in Ubuntu

Changelog

docopt (0.6.2-5) unstable; urgency=medium

  * Team upload
  * Move to team maintenance (though cannot physically move repository on
    salsa)
  * Fix syntax errors in regexps (Closes: #1063485)

 -- Julian Gilbey <email address hidden>  Fri, 09 Feb 2024 06:22:42 +0000

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
docopt_0.6.2-5.dsc 2.0 KiB 4148568e6de393a29da5e5e7c0215d700c5428cbda451e7423cb1ba58867fd3a
docopt_0.6.2.orig.tar.gz 25.7 KiB 2113eed1e7fbbcd43fb7ee6a977fb02d0b482753586c9dc1a8e3b7d541426e99
docopt_0.6.2-5.debian.tar.xz 4.4 KiB 09831c95ea07bdb5f91eb70d2a5e039490f0ca1ee8c0965f8982d850c57da4f6

Available diffs

No changes file available.

Binary packages built by this source

python3-docopt: command-line interface description language (Python3)

 docopt helps you define an interface for your command-line app and
 automatically generate a parser for it. Its interface descriptions are
 based on a formalization of the standard conventions used in help
 messages and man pages.
 .
 This is the Python 3 compatible version of the package.