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 Nov 13 12:30:45 UTC 2022

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

Log Message:
py-pathspec: updated to 0.10.2

0.10.2 (2022-11-12)
-------------------
Bug fixes:
- Fix failing tests on Windows.
- Type hint on *root* parameter on `pathspec.pathspec.PathSpec.match_tree_entries()`.
- Type hint on *root* parameter on `pathspec.pathspec.PathSpec.match_tree_files()`.
- Type hint on *root* parameter on `pathspec.util.iter_tree_entries()`.
- Type hint on *root* parameter on `pathspec.util.iter_tree_files()`.
- IndexError with my .gitignore file when trying to build a Python package.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-pathspec/Makefile
cvs rdiff -u -r1.13 -r1.14 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.12 pkgsrc/devel/py-pathspec/Makefile:1.13
--- pkgsrc/devel/py-pathspec/Makefile:1.12      Wed Sep 14 10:31:36 2022
+++ pkgsrc/devel/py-pathspec/Makefile   Sun Nov 13 12:30:44 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/09/14 10:31:36 adam Exp $
+# $NetBSD: Makefile,v 1.13 2022/11/13 12:30:44 adam Exp $
 
-DISTNAME=      pathspec-0.10.1
+DISTNAME=      pathspec-0.10.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.13 pkgsrc/devel/py-pathspec/distinfo:1.14
--- pkgsrc/devel/py-pathspec/distinfo:1.13      Wed Sep 14 10:31:36 2022
+++ pkgsrc/devel/py-pathspec/distinfo   Sun Nov 13 12:30:44 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/09/14 10:31:36 adam Exp $
+$NetBSD: distinfo,v 1.14 2022/11/13 12:30:44 adam Exp $
 
-BLAKE2s (pathspec-0.10.1.tar.gz) = dc56d6aa4622ffc3de9b15d2d24f9a2917e7c7a85a9cd76b436b920bca1701d0
-SHA512 (pathspec-0.10.1.tar.gz) = 886c16ba9a221720a9fbac6a2aead5a16de62988afbf0ed976f28c312fe524f41ccfb139e0b9699942ca32aa90f183e20656986ed631cf2435818c082d58115d
-Size (pathspec-0.10.1.tar.gz) = 43155 bytes
+BLAKE2s (pathspec-0.10.2.tar.gz) = 72ad2c62b2502430334d8ec3b4d8d766f1d75ff17cbb458fb54f210c830035c7
+SHA512 (pathspec-0.10.2.tar.gz) = 10525bda15f844556a08c8b7c13f454ccaece81e74d0e0a10dcfe6f8b260e3c3a571ae1dd1530e361a934e967a2d45d6994d0a5e6bb10026f6768cb08cf24575
+Size (pathspec-0.10.2.tar.gz) = 44432 bytes



Home | Main Index | Thread Index | Old Index