diff options
author | adam <adam@pkgsrc.org> | 2022-11-13 12:30:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-13 12:30:44 +0000 |
commit | eec2efdb9e85ab3bdaacd9a8a63daf4e94dfe575 (patch) | |
tree | 83ee8b72dd500954997e32f4e0f770e3d64bfe98 /devel | |
parent | a4d999f988c492a5c669c25b921495d5bcf93bea (diff) | |
download | pkgsrc-eec2efdb9e85ab3bdaacd9a8a63daf4e94dfe575.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pathspec/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pathspec/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-pathspec/Makefile b/devel/py-pathspec/Makefile index a0a6214e006..d275afd0256 100644 --- a/devel/py-pathspec/Makefile +++ b/devel/py-pathspec/Makefile @@ -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/} diff --git a/devel/py-pathspec/distinfo b/devel/py-pathspec/distinfo index 44e0dbb0893..e7d45382b54 100644 --- a/devel/py-pathspec/distinfo +++ b/devel/py-pathspec/distinfo @@ -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 |