pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pathspec



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jul 30 07:56:50 UTC 2023

Modified Files:
        pkgsrc/devel/py-pathspec: Makefile distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-pathspec/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-pathspec/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pathspec/Makefile
diff -u pkgsrc/devel/py-pathspec/Makefile:1.16 pkgsrc/devel/py-pathspec/Makefile:1.17
--- pkgsrc/devel/py-pathspec/Makefile:1.16      Wed Mar 15 12:58:51 2023
+++ pkgsrc/devel/py-pathspec/Makefile   Sun Jul 30 07:56:50 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2023/03/15 12:58:51 adam Exp $
+# $NetBSD: Makefile,v 1.17 2023/07/30 07:56:50 adam Exp $
 
-DISTNAME=      pathspec-0.11.1
+DISTNAME=      pathspec-0.11.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pathspec/}

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



Home | Main Index | Thread Index | Old Index