pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pathspec py-pathspec: updated to 0.10.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/a385bf41cef0
branches: trunk
changeset: 389903:a385bf41cef0
user: adam <adam%pkgsrc.org@localhost>
date: Mon Dec 12 13:44:59 2022 +0000
description:
py-pathspec: updated to 0.10.3
0.10.3 (2022-12-09)
-------------------
New features:
- Added utility function `pathspec.util.append_dir_sep()` to aid in distinguishing between directories and files on the file-system.
Bug fixes:
- Package not marked as py.typed.
- Exports are considered private.
- 'Self' string literal type is Unknown in pyright.
Improvements:
- Checking directories via match_file() does not work on Path objects.
diffstat:
devel/py-pathspec/Makefile | 4 ++--
devel/py-pathspec/PLIST | 3 ++-
devel/py-pathspec/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r 1cf58428e88d -r a385bf41cef0 devel/py-pathspec/Makefile
--- a/devel/py-pathspec/Makefile Mon Dec 12 13:43:22 2022 +0000
+++ b/devel/py-pathspec/Makefile Mon Dec 12 13:44:59 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/11/13 12:30:44 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/12/12 13:44:59 adam Exp $
-DISTNAME= pathspec-0.10.2
+DISTNAME= pathspec-0.10.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pathspec/}
diff -r 1cf58428e88d -r a385bf41cef0 devel/py-pathspec/PLIST
--- a/devel/py-pathspec/PLIST Mon Dec 12 13:43:22 2022 +0000
+++ b/devel/py-pathspec/PLIST Mon Dec 12 13:44:59 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/09/14 10:31:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/12/12 13:44:59 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -24,6 +24,7 @@
${PYSITELIB}/pathspec/patterns/gitwildmatch.py
${PYSITELIB}/pathspec/patterns/gitwildmatch.pyc
${PYSITELIB}/pathspec/patterns/gitwildmatch.pyo
+${PYSITELIB}/pathspec/py.typed
${PYSITELIB}/pathspec/util.py
${PYSITELIB}/pathspec/util.pyc
${PYSITELIB}/pathspec/util.pyo
diff -r 1cf58428e88d -r a385bf41cef0 devel/py-pathspec/distinfo
--- a/devel/py-pathspec/distinfo Mon Dec 12 13:43:22 2022 +0000
+++ b/devel/py-pathspec/distinfo Mon Dec 12 13:44:59 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/11/13 12:30:44 adam Exp $
+$NetBSD: distinfo,v 1.15 2022/12/12 13:44:59 adam Exp $
-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
+BLAKE2s (pathspec-0.10.3.tar.gz) = 9593372ae932cf66f5b976220e1771be6d316e1cf2b006d90d77a690a814aecf
+SHA512 (pathspec-0.10.3.tar.gz) = d0876374ab20d3624f1ba522de30472e401220ef3b269df9ea2e20526d5abddb8fd19866b0e3405a4746beb3a4b4b6f21ada4da5b7292a46febd6d418829e0f3
+Size (pathspec-0.10.3.tar.gz) = 45821 bytes
Home |
Main Index |
Thread Index |
Old Index