python-wcmatch 8.5.1-1 source package in Ubuntu

Changelog

python-wcmatch (8.5.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 8.5.1
  * Bump standards version to 4.6.2, no changes needed
  * d/copyright: update date on license

 -- Andre Correa <email address hidden>  Sat, 20 Apr 2024 15:07:24 -0300

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-wcmatch_8.5.1-1.dsc 2.1 KiB 04897d0c3cab268ae964f781bd4963d5e5e82e63b898a4f92497ca868b372754
python-wcmatch_8.5.1.orig.tar.gz 114.7 KiB 47e57c5b6d95fa5ed030af5f26900cedb84c12efcd63454280c51789f4180148
python-wcmatch_8.5.1-1.debian.tar.xz 2.7 KiB 85e65d401b376fe2bb4e1d83e21dde7d7ca3473543cf09c7521a468a2412f3e4

Available diffs

No changes file available.

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.