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 Oct  7 07:28:01 UTC 2018

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

Log Message:
py-parse: updated to 1.9.0

1.9.0:
We now honor precision and width specifiers when parsing numbers and strings, allowing parsing of concatenated elements of fixed width


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/textproc/py-parse/Makefile:1.2
--- pkgsrc/textproc/py-parse/Makefile:1.1       Tue Aug 28 09:54:26 2018
+++ pkgsrc/textproc/py-parse/Makefile   Sun Oct  7 07:28:01 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/08/28 09:54:26 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/10/07 07:28:01 adam Exp $
 
-DISTNAME=      parse-1.8.4
+DISTNAME=      parse-1.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parse/}
Index: pkgsrc/textproc/py-parse/distinfo
diff -u pkgsrc/textproc/py-parse/distinfo:1.1 pkgsrc/textproc/py-parse/distinfo:1.2
--- pkgsrc/textproc/py-parse/distinfo:1.1       Tue Aug 28 09:54:26 2018
+++ pkgsrc/textproc/py-parse/distinfo   Sun Oct  7 07:28:01 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/08/28 09:54:26 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/10/07 07:28:01 adam Exp $
 
-SHA1 (parse-1.8.4.tar.gz) = 38ea08a43262134c7aadc8e10f49f6616ebcd9ee
-RMD160 (parse-1.8.4.tar.gz) = e79a4f2fb3ec8aabb1a2aa5bfe2a0b6589944e57
-SHA512 (parse-1.8.4.tar.gz) = 8031d422cc5fb8519ee9bf6f29bfb0891a24b7ac2b9823fcfa14703682464d2d5b7b3377581358c46595677990665a348d6875ed079a737b7d7477cf1add80e6
-Size (parse-1.8.4.tar.gz) = 30911 bytes
+SHA1 (parse-1.9.0.tar.gz) = b0fe0335dfb67771571a9e55f4568e3481d665af
+RMD160 (parse-1.9.0.tar.gz) = 267035460d14dbd165bc2cdced569ab4d9554ca1
+SHA512 (parse-1.9.0.tar.gz) = 770cf7604b4909540867d9c71454fc33e92a5722ff4a1450bb4ded0349e373d0de4e7af078b8979a403f7b5ac968c76e1c8f17216998e80d5d32bddaa2ec39ee
+Size (parse-1.9.0.tar.gz) = 36362 bytes



Home | Main Index | Thread Index | Old Index