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: Mon Oct 11 17:26:16 UTC 2021
Modified Files:
pkgsrc/textproc/py-parse: Makefile distinfo
Log Message:
py-parse: updated to 1.19.0
- 1.19.0 Added slice access to fixed results
Also corrected matching of *full string* vs. *full line*
Fix issue with using digit field numbering and types
- 1.18.0 Correct bug in int parsing introduced in 1.16.0
- 1.17.0 Make left- and center-aligned search consume up to next space
- 1.16.0 Make compiled parse objects pickleable
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-parse/Makefile
cvs rdiff -u -r1.8 -r1.9 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.7 pkgsrc/textproc/py-parse/Makefile:1.8
--- pkgsrc/textproc/py-parse/Makefile:1.7 Mon Mar 2 10:29:57 2020
+++ pkgsrc/textproc/py-parse/Makefile Mon Oct 11 17:26:16 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/03/02 10:29:57 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/10/11 17:26:16 adam Exp $
-DISTNAME= parse-1.15.0
+DISTNAME= parse-1.19.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parse/}
@@ -12,5 +12,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-parse/distinfo
diff -u pkgsrc/textproc/py-parse/distinfo:1.8 pkgsrc/textproc/py-parse/distinfo:1.9
--- pkgsrc/textproc/py-parse/distinfo:1.8 Thu Oct 7 15:02:16 2021
+++ pkgsrc/textproc/py-parse/distinfo Mon Oct 11 17:26:16 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/07 15:02:16 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/10/11 17:26:16 adam Exp $
-RMD160 (parse-1.15.0.tar.gz) = 36246c3a962671f3784f6d3dd9c5b7a23ed354af
-SHA512 (parse-1.15.0.tar.gz) = 82fc71df39ef7818fc29c16433e1ce4a38ae5fc37a26f00cc193247bf3c9423a2b21a149fb8afb15723d4742ba41aa5fbbaef218216c52fbc44078a8fec51915
-Size (parse-1.15.0.tar.gz) = 29686 bytes
+RMD160 (parse-1.19.0.tar.gz) = af9e9676bfe194d3b35d602db6b37356e3522fed
+SHA512 (parse-1.19.0.tar.gz) = 25e183949a78213e699c319f5dcf1b2664ea6cfcfae4b9eb8dcaf1825e55dcb2ce2032f9eb630e962acf2d94588d4f4b8cf340af1075cbab5ab44aed5377ef6f
+Size (parse-1.19.0.tar.gz) = 30884 bytes
Home |
Main Index |
Thread Index |
Old Index