pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pyparsing Version 2.1.10 - October, 2016
details: https://anonhg.NetBSD.org/pkgsrc/rev/4cdc8f322f23
branches: trunk
changeset: 357683:4cdc8f322f23
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jan 25 18:04:24 2017 +0000
description:
Version 2.1.10 - October, 2016
-------------------------------
- Fixed bug in reporting named parse results for ZeroOrMore
expressions, thanks Ethan Nash for reporting this!
- Fixed behavior of LineStart to be much more predictable.
LineStart can now be used to detect if the next parse position
is col 1, factoring in potential leading whitespace (which would
cause LineStart to fail). Also fixed a bug in col, which is
used in LineStart, where '\n's were erroneously considered to
be column 1.
- Added support for multiline test strings in runTests.
- Fixed bug in ParseResults.dump when keys were not strings.
Also changed display of string values to show them in quotes,
to help distinguish parsed numeric strings from parsed integers
that have been converted to Python ints.
diffstat:
devel/py-pyparsing/Makefile | 8 +++++---
devel/py-pyparsing/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 8 deletions(-)
diffs (39 lines):
diff -r 1a83ae12a8ed -r 4cdc8f322f23 devel/py-pyparsing/Makefile
--- a/devel/py-pyparsing/Makefile Wed Jan 25 17:26:56 2017 +0000
+++ b/devel/py-pyparsing/Makefile Wed Jan 25 18:04:24 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2016/08/17 12:33:50 richard Exp $
+# $NetBSD: Makefile,v 1.8 2017/01/25 18:04:24 adam Exp $
-DISTNAME= pyparsing-2.1.8
+DISTNAME= pyparsing-2.1.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyparsing/pyparsing/${DISTNAME}/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyparsing/}
MASTER_SITES+= ${MASTER_SITE_PYPI:=p/pyparsing/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,5 +11,7 @@
COMMENT= Pyparsing module for Python
LICENSE= mit
+USE_LANGUAGES= # none
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 1a83ae12a8ed -r 4cdc8f322f23 devel/py-pyparsing/distinfo
--- a/devel/py-pyparsing/distinfo Wed Jan 25 17:26:56 2017 +0000
+++ b/devel/py-pyparsing/distinfo Wed Jan 25 18:04:24 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/08/17 12:33:50 richard Exp $
+$NetBSD: distinfo,v 1.7 2017/01/25 18:04:24 adam Exp $
-SHA1 (pyparsing-2.1.8.tar.gz) = 484c1a73eadbc323b0c9429cef86cae432c38ad3
-RMD160 (pyparsing-2.1.8.tar.gz) = 3bad579f4cb89ce0228fd8ec26717024263f5495
-SHA512 (pyparsing-2.1.8.tar.gz) = 0fb98d3704f9725926b20d72f770a6188a1be6f9856c371afd25d496519b794ba0026e4f9dbeeed6e5188edb99134d8909b595fca5536b1914c5e5832ebabdb2
-Size (pyparsing-2.1.8.tar.gz) = 1222883 bytes
+SHA1 (pyparsing-2.1.10.tar.gz) = 3fc0a5109b6b178899927b773f77a32d504ee00f
+RMD160 (pyparsing-2.1.10.tar.gz) = 3c437937d9dbe50748a524ed26e736ee22192c4b
+SHA512 (pyparsing-2.1.10.tar.gz) = 21af73d6f479d52746f269c8fbaf90c1107a8aec756d30af8c7c4e6a2ff0ea9659cc07816b7ea19286bc12d43497f5e8e63351453bf18daf6a1cb380a195532e
+Size (pyparsing-2.1.10.tar.gz) = 1230829 bytes
Home |
Main Index |
Thread Index |
Old Index