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:           Thu Jan 24 13:46:00 UTC 2019

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

Log Message:
py-parse: updated to 1.11.1

1.11.0 Implement __contains__ for Result instances.
1.10.0 Introduce a "letters" matcher, since "w" matches numbers also.
1.9.1 Fix deprecation warnings around backslashes in regex strings. Also fix some documentation formatting issues.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/textproc/py-parse/Makefile:1.3
--- pkgsrc/textproc/py-parse/Makefile:1.2       Sun Oct  7 07:28:01 2018
+++ pkgsrc/textproc/py-parse/Makefile   Thu Jan 24 13:46:00 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/10/07 07:28:01 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/24 13:46:00 adam Exp $
 
-DISTNAME=      parse-1.9.0
+DISTNAME=      parse-1.11.1
 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.2 pkgsrc/textproc/py-parse/distinfo:1.3
--- pkgsrc/textproc/py-parse/distinfo:1.2       Sun Oct  7 07:28:01 2018
+++ pkgsrc/textproc/py-parse/distinfo   Thu Jan 24 13:46:00 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/10/07 07:28:01 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/01/24 13:46:00 adam Exp $
 
-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
+SHA1 (parse-1.11.1.tar.gz) = 23dfb188e285904bbd3e3e90120cc483d524b18e
+RMD160 (parse-1.11.1.tar.gz) = 8b684cc8f1e6d0c66f338d19253a8354425346f1
+SHA512 (parse-1.11.1.tar.gz) = 8c5d3a7cfa369dc871e71c7bb5ccb24376bca58ed1a9706f8e510f4988c4e6532aa403d46c5f4c3caf5a176832dac3ff608fb1429b2c3c610fb33809effcf222
+Size (parse-1.11.1.tar.gz) = 37027 bytes



Home | Main Index | Thread Index | Old Index