Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-wcmatch
From: Adam Ciarcinski
Date: 2022-06-01 12:58:39
Message id: 20220601105839.56E5FFB18@cvs.NetBSD.org
Log Message:
py-wcmatch: updated to 8.4
8.4
NEW: Drop support for Python 3.6.
NEW: Switch to Hatch backend instead of Setuptools.
NEW: Add new exclude option to fnmatch, pathlib, and glob methods that allows \
exclusion patterns to be
specified directly without needing to enable NEGATE and prepend patterns with !. \
exclude accepts a separate
pattern or pattern list. exclude should not be used in conjunction with NEGATE. \
One or the other should be used.
Files: