Wed Jan 25 18:04:24 2017 UTC ()
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.


(adam)
diff -r1.7 -r1.8 pkgsrc/devel/py-pyparsing/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/py-pyparsing/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-pyparsing/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-pyparsing/Makefile 2016/08/17 12:33:50 1.7
+++ pkgsrc/devel/py-pyparsing/Makefile 2017/01/25 18:04:24 1.8
@@ -1,15 +1,17 @@ @@ -1,15 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2016/08/17 12:33:50 richard Exp $ 1# $NetBSD: Makefile,v 1.8 2017/01/25 18:04:24 adam Exp $
2 2
3DISTNAME= pyparsing-2.1.8 3DISTNAME= pyparsing-2.1.10
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyparsing/pyparsing/${DISTNAME}/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyparsing/}
7MASTER_SITES+= ${MASTER_SITE_PYPI:=p/pyparsing/} 7MASTER_SITES+= ${MASTER_SITE_PYPI:=p/pyparsing/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://pyparsing.wikispaces.com/ 10HOMEPAGE= http://pyparsing.wikispaces.com/
11COMMENT= Pyparsing module for Python 11COMMENT= Pyparsing module for Python
12LICENSE= mit 12LICENSE= mit
13 13
 14USE_LANGUAGES= # none
 15
14.include "../../lang/python/egg.mk" 16.include "../../lang/python/egg.mk"
15.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-pyparsing/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-pyparsing/distinfo 2016/08/17 12:33:50 1.6
+++ pkgsrc/devel/py-pyparsing/distinfo 2017/01/25 18:04:24 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2016/08/17 12:33:50 richard Exp $ 1$NetBSD: distinfo,v 1.7 2017/01/25 18:04:24 adam Exp $
2 2
3SHA1 (pyparsing-2.1.8.tar.gz) = 484c1a73eadbc323b0c9429cef86cae432c38ad3 3SHA1 (pyparsing-2.1.10.tar.gz) = 3fc0a5109b6b178899927b773f77a32d504ee00f
4RMD160 (pyparsing-2.1.8.tar.gz) = 3bad579f4cb89ce0228fd8ec26717024263f5495 4RMD160 (pyparsing-2.1.10.tar.gz) = 3c437937d9dbe50748a524ed26e736ee22192c4b
5SHA512 (pyparsing-2.1.8.tar.gz) = 0fb98d3704f9725926b20d72f770a6188a1be6f9856c371afd25d496519b794ba0026e4f9dbeeed6e5188edb99134d8909b595fca5536b1914c5e5832ebabdb2 5SHA512 (pyparsing-2.1.10.tar.gz) = 21af73d6f479d52746f269c8fbaf90c1107a8aec756d30af8c7c4e6a2ff0ea9659cc07816b7ea19286bc12d43497f5e8e63351453bf18daf6a1cb380a195532e
6Size (pyparsing-2.1.8.tar.gz) = 1222883 bytes 6Size (pyparsing-2.1.10.tar.gz) = 1230829 bytes