Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pathspec
From: Adam Ciarcinski
Date: 2023-07-30 09:56:50
Message id: 20230730075650.4409DFBDB@cvs.NetBSD.org
Log Message:
py-pathspec: updated to 0.11.2
0.11.2 (2023-07-28)
New features:
- match_files with negated path spec. `pathspec.PathSpec.match_*()` now have a \
`negate` parameter to make using *.gitignore* logic easier and more efficient.
Bug fixes:
- Add edge case: patterns that end with an escaped space
- Negate with caret symbol as with the exclamation mark.
Files: