Sun Jul 30 07:56:50 2023 UTC ()
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.


(adam)
diff -r1.16 -r1.17 pkgsrc/devel/py-pathspec/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/py-pathspec/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/py-pathspec/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-pathspec/Makefile 2023/03/15 12:58:51 1.16
+++ pkgsrc/devel/py-pathspec/Makefile 2023/07/30 07:56:50 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2023/03/15 12:58:51 adam Exp $ 1# $NetBSD: Makefile,v 1.17 2023/07/30 07:56:50 adam Exp $
2 2
3DISTNAME= pathspec-0.11.1 3DISTNAME= pathspec-0.11.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pathspec/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pathspec/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/cpburnz/python-path-specification 9HOMEPAGE= https://github.com/cpburnz/python-path-specification
10COMMENT= Utility library for gitignore style pattern matching of file paths 10COMMENT= Utility library for gitignore style pattern matching of file paths
11LICENSE= mpl-2.0 11LICENSE= mpl-2.0
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15PYTHON_VERSIONS_INCOMPATIBLE= 27 15PYTHON_VERSIONS_INCOMPATIBLE= 27
16 16

cvs diff -r1.17 -r1.18 pkgsrc/devel/py-pathspec/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-pathspec/distinfo 2023/03/15 12:58:51 1.17
+++ pkgsrc/devel/py-pathspec/distinfo 2023/07/30 07:56:50 1.18
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.17 2023/03/15 12:58:51 adam Exp $ 1$NetBSD: distinfo,v 1.18 2023/07/30 07:56:50 adam Exp $
2 2
3BLAKE2s (pathspec-0.11.1.tar.gz) = a46bef7c362b23ca44f8834bfd76043a0c509f199ee749e6902a7f14b60cbf40 3BLAKE2s (pathspec-0.11.2.tar.gz) = b44c3218ddc6582805e51d456ebf9a42636a46616c52ec7af5c05f854d87ccd7
4SHA512 (pathspec-0.11.1.tar.gz) = 8d9d080a796c13da1bd203aa8ce8b2fae5d7d46c7fdd7706c04567eb9c7b06f643ef310119252b5ef13ebd6368b30dca0e75e96e1471aeca8d6131bc0948b04a 4SHA512 (pathspec-0.11.2.tar.gz) = bb1a178db145fee8011f579fb3a87564245e94b22adfac42bda921d8e2b95cab32617379e22d8ec2bd6aa7e6f9d96c10df4503e638aabfe6b358050912ab98a8
5Size (pathspec-0.11.1.tar.gz) = 45697 bytes 5Size (pathspec-0.11.2.tar.gz) = 47032 bytes