python-pathspec 0.12.1-1 source package in Ubuntu

Changelog

python-pathspec (0.12.1-1) unstable; urgency=medium

  * New upstream version 0.12.1
  * Update years in debian/copyright

 -- Philipp Huebner <email address hidden>  Thu, 11 Jan 2024 11:01:03 +0100

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 python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pathspec_0.12.1-1.dsc 2.1 KiB cff8bb96b1d29a35c2e730e1913c2a319504463eef4ad3d8207f05efc510e06d
python-pathspec_0.12.1.orig.tar.gz 47.0 KiB c58eb1ed9058583c6e08f372f938440b62b1dded76fcd572ddec643d8e4a6097
python-pathspec_0.12.1-1.debian.tar.xz 2.5 KiB 66a7882f020840cfeb0f61a46b0d0014315bf05cc85fb14986bf31e612ae6806

Available diffs

No changes file available.

Binary packages built by this source

python3-pathspec: utility library for gitignore style pattern matching of file paths (Python 3)

 pathspec is a utility library for pattern matching of file paths.
 So far this only includes Git's wildmatch pattern matching which itself is
 derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
 .
 This package installs the library for Python 3.