python-wcmatch 8.4-2ubuntu0.1 source package in Ubuntu

Changelog

python-wcmatch (8.4-2ubuntu0.1) noble; urgency=medium

  * d/p/lp-2060649-support-Python-3.12.patch: compatibility with python 3.12
    (LP: #2060649)

 -- Christian Ehrhardt <email address hidden>  Thu, 11 Jul 2024 11:51:29 +0200

Upload details

Uploaded by:
Christian Ehrhardt 
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wcmatch_8.4.orig.tar.gz 113.9 KiB 7a0232eaf6cc7a7eb74690c220c9985b8295bc23576d0bc959664c4c184793a3
python-wcmatch_8.4-2ubuntu0.1.debian.tar.xz 4.2 KiB 4889f96ab2926a085cf34efe03b58aa845916340114dfb6156cbf5ddf53979f3
python-wcmatch_8.4-2ubuntu0.1.dsc 2.2 KiB 47542d55c7a34ae13fc14470e866fb688065949d26cb3675188a3fbca5ec2469

View changes file

Binary packages built by this source

python3-wcmatch: Wildcard File Name matching library (Python 3)

 Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in
 order to provide file matching and globbing that more closely follows the
 features found in Bash. In some ways these libraries are similar to Python's
 builtin libraries as they provide a similar interface to match, filter, and
 glob the file system. But they also include a number of features found in
 Bash's globbing such as backslash escaping, brace expansion, extended glob
 pattern groups, etc. They also add a number of new useful functions as well,
 such as globmatch which functions like fnmatch, but for paths.
 .
 Wildcard Match also adds a file search utility called wcmatch that is built on
 top of fnmatch and globmatch. It was originally written for Rummage, but split
 out into this project to be used by other projects that may find its approach
 useful.
 .
 Bash is used as a guide when making decisions on behavior for fnmatch and
 glob. Behavior may differ from Bash version to Bash version, but an attempt is
 made to keep Wildcard Match up with the latest relevant changes.
 .
 This package installs the library for Python 3.