pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-parse
Module Name: pkgsrc
Committed By: adam
Date: Tue May 5 18:09:41 UTC 2026
Modified Files:
pkgsrc/textproc/py-parse: Makefile PLIST distinfo
Log Message:
py-parse: updated to 1.22.0
1.22.0
Add type hinting
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-parse/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-parse/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-parse/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-parse/Makefile
diff -u pkgsrc/textproc/py-parse/Makefile:1.18 pkgsrc/textproc/py-parse/Makefile:1.19
--- pkgsrc/textproc/py-parse/Makefile:1.18 Tue Feb 24 12:36:03 2026
+++ pkgsrc/textproc/py-parse/Makefile Tue May 5 18:09:40 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/02/24 12:36:03 adam Exp $
+# $NetBSD: Makefile,v 1.19 2026/05/05 18:09:40 adam Exp $
-DISTNAME= parse-1.21.1
+DISTNAME= parse-1.22.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parse/}
Index: pkgsrc/textproc/py-parse/PLIST
diff -u pkgsrc/textproc/py-parse/PLIST:1.4 pkgsrc/textproc/py-parse/PLIST:1.5
--- pkgsrc/textproc/py-parse/PLIST:1.4 Mon Apr 14 12:39:21 2025
+++ pkgsrc/textproc/py-parse/PLIST Tue May 5 18:09:40 2026
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2025/04/14 12:39:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/05/05 18:09:40 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/parse.py
-${PYSITELIB}/parse.pyc
-${PYSITELIB}/parse.pyo
+${PYSITELIB}/parse/__init__.py
+${PYSITELIB}/parse/__init__.pyc
+${PYSITELIB}/parse/__init__.pyi
+${PYSITELIB}/parse/__init__.pyo
Index: pkgsrc/textproc/py-parse/distinfo
diff -u pkgsrc/textproc/py-parse/distinfo:1.16 pkgsrc/textproc/py-parse/distinfo:1.17
--- pkgsrc/textproc/py-parse/distinfo:1.16 Tue Feb 24 12:36:04 2026
+++ pkgsrc/textproc/py-parse/distinfo Tue May 5 18:09:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2026/02/24 12:36:04 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/05/05 18:09:40 adam Exp $
-BLAKE2s (parse-1.21.1.tar.gz) = dd422c843ab68ec03ed4d0265c045fde543052d9b6e127e6e359244f7438845a
-SHA512 (parse-1.21.1.tar.gz) = 4c7dc10551bd9be512b9d6366b82cb4ae0f4b4cf4eac84bf5bd7aff35ad12e0f7a53931552da3029796c740e65dbd8023a41262430f0169c7750a9817546d8aa
-Size (parse-1.21.1.tar.gz) = 29105 bytes
+BLAKE2s (parse-1.22.0.tar.gz) = f8998b5ad779eddda292da823f3ba83ec030950f8bf983cc95b2db3e21c011e1
+SHA512 (parse-1.22.0.tar.gz) = 3be4c327e7f5fa0964de1ef457a614a39a57e65d934cf8fb3cb08814c8840cd52cd3186b68b6989744f3558726a78a39b0d22d228e0194317aca67bbea1d4a6e
+Size (parse-1.22.0.tar.gz) = 36767 bytes
Home |
Main Index |
Thread Index |
Old Index