pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pyparsing



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 25 18:04:24 UTC 2017

Modified Files:
        pkgsrc/devel/py-pyparsing: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-pyparsing/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pyparsing/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pyparsing/Makefile
diff -u pkgsrc/devel/py-pyparsing/Makefile:1.7 pkgsrc/devel/py-pyparsing/Makefile:1.8
--- pkgsrc/devel/py-pyparsing/Makefile:1.7      Wed Aug 17 12:33:50 2016
+++ pkgsrc/devel/py-pyparsing/Makefile  Wed Jan 25 18:04:24 2017
@@ -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 @@ HOMEPAGE=     http://pyparsing.wikispaces.co
 COMMENT=       Pyparsing module for Python
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pyparsing/distinfo
diff -u pkgsrc/devel/py-pyparsing/distinfo:1.6 pkgsrc/devel/py-pyparsing/distinfo:1.7
--- pkgsrc/devel/py-pyparsing/distinfo:1.6      Wed Aug 17 12:33:50 2016
+++ pkgsrc/devel/py-pyparsing/distinfo  Wed Jan 25 18:04:24 2017
@@ -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