head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2019.11.11.15.12.52; author adam; state dead; branches; next 1.1; commitid e7M5Sak9QCkkGrKB; 1.1 date 2019.11.08.09.47.55; author wiz; state Exp; branches; next ; commitid sUGJmzTPijFWY1KB; desc @@ 1.2 log @py-pyparsing: updated to 2.4.5 Version 2.4.5: - Fixed encoding when setup.py reads README.rst to include the project long description when uploading to PyPI. A stray unicode space in README.rst prevented the source install on systems whose default encoding is not 'utf-8'. @ text @$NetBSD: patch-README.rst,v 1.1 2019/11/08 09:47:55 wiz Exp $ Remove Unicode space to fix build with python 3.6. https://github.com/pyparsing/pyparsing/pull/163 --- README.rst.orig 2019-11-03 21:47:38.000000000 +0000 +++ README.rst @@@@ -7,7 +7,7 @@@@ Introduction ============ The pyparsing module is an alternative approach to creating and -executing simple grammars, vs. the traditional lex/yacc approach, or the +executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code. @ 1.1 log @py-pyparsing: fix build with python 3.6 @ text @d1 1 a1 1 $NetBSD$ @