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:           Sun Nov 26 09:57:04 UTC 2023

Modified Files:
        pkgsrc/textproc/py-parse: Makefile distinfo

Log Message:
py-parse: updated to 1.20.0

1.20.0

Optimize _expand_named_fields
Add functionality to parse datetimes according C standard format codes.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-parse/Makefile \
    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.11 pkgsrc/textproc/py-parse/Makefile:1.12
--- pkgsrc/textproc/py-parse/Makefile:1.11      Sat Oct 28 19:57:18 2023
+++ pkgsrc/textproc/py-parse/Makefile   Sun Nov 26 09:57:04 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2023/10/28 19:57:18 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/11/26 09:57:04 adam Exp $
 
-DISTNAME=      parse-1.19.1
+DISTNAME=      parse-1.20.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parse/}
 
Index: pkgsrc/textproc/py-parse/distinfo
diff -u pkgsrc/textproc/py-parse/distinfo:1.11 pkgsrc/textproc/py-parse/distinfo:1.12
--- pkgsrc/textproc/py-parse/distinfo:1.11      Tue Jul 18 08:22:04 2023
+++ pkgsrc/textproc/py-parse/distinfo   Sun Nov 26 09:57:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/07/18 08:22:04 adam Exp $
+$NetBSD: distinfo,v 1.12 2023/11/26 09:57:04 adam Exp $
 
-BLAKE2s (parse-1.19.1.tar.gz) = c561a33f940f450a5a86c2c6dea4a981441867c468b1e8fbaf349cc206103577
-SHA512 (parse-1.19.1.tar.gz) = fdf4af6559cd1c0bd24f6adfc31a076a4d52f401301f05866e3d996b42fcc0a2d9c13333413bbcc12ea3b7d5758668603616397378709e8c5c796560e13860be
-Size (parse-1.19.1.tar.gz) = 19422 bytes
+BLAKE2s (parse-1.20.0.tar.gz) = 8fc27991805d0f4e82fca2ec6d3cc2730968af7c939767585f37f6439e874c19
+SHA512 (parse-1.20.0.tar.gz) = 40ba63f62138c2273ec9bb603b7d8f74b471d9b143a49062a0f9979f8d84a7acce9d56ac046d38c6900fe07e9b5b3fdd3de7f2e78708e85234ec56b86410b14a
+Size (parse-1.20.0.tar.gz) = 28871 bytes



Home | Main Index | Thread Index | Old Index