pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pyparsing py-pyparsing: updated to 2.4.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7a5e1d06dee
branches: trunk
changeset: 404341:f7a5e1d06dee
user: adam <adam%pkgsrc.org@localhost>
date: Mon Nov 11 15:12:52 2019 +0000
description:
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'.
diffstat:
devel/py-pyparsing/Makefile | 4 ++--
devel/py-pyparsing/distinfo | 10 +++++-----
devel/py-pyparsing/patches/patch-README.rst | 16 ----------------
3 files changed, 7 insertions(+), 23 deletions(-)
diffs (48 lines):
diff -r 5a583baecea7 -r f7a5e1d06dee devel/py-pyparsing/Makefile
--- a/devel/py-pyparsing/Makefile Mon Nov 11 14:56:41 2019 +0000
+++ b/devel/py-pyparsing/Makefile Mon Nov 11 15:12:52 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/11/06 09:31:29 adam Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/11 15:12:52 adam Exp $
-DISTNAME= pyparsing-2.4.4
+DISTNAME= pyparsing-2.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyparsing/}
diff -r 5a583baecea7 -r f7a5e1d06dee devel/py-pyparsing/distinfo
--- a/devel/py-pyparsing/distinfo Mon Nov 11 14:56:41 2019 +0000
+++ b/devel/py-pyparsing/distinfo Mon Nov 11 15:12:52 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2019/11/08 09:47:55 wiz Exp $
+$NetBSD: distinfo,v 1.16 2019/11/11 15:12:52 adam Exp $
-SHA1 (pyparsing-2.4.4.tar.gz) = 881bea23f2dac14a3a5c74507c90072f2509f73d
-RMD160 (pyparsing-2.4.4.tar.gz) = 0b3eef249f1a6fa071e90d4c975f3e6fb24c2e45
-SHA512 (pyparsing-2.4.4.tar.gz) = 426057fd9b372da02f898db1c9a78700a544020c4a9ab5cdb1b07ad2679f2993d0ce2f866e4fb371054a44f4b1466f57a70ec9581ec83e1a17e64501f4311211
-Size (pyparsing-2.4.4.tar.gz) = 644661 bytes
+SHA1 (pyparsing-2.4.5.tar.gz) = 0bcaf83e5efb5dbf268fe1cbb0a6771983394f9a
+RMD160 (pyparsing-2.4.5.tar.gz) = 4558ee4c460441e3d892e7743d70bfe2154aadb8
+SHA512 (pyparsing-2.4.5.tar.gz) = 05563767c6a7be2cbb4755f0bc7b186fea962cd8629e7eaa82633472ce5fd76f8056c2a042c656d6b59cf7eeb0f9513f0abba87645b3b7da5562245ba31c87b5
+Size (pyparsing-2.4.5.tar.gz) = 644726 bytes
SHA1 (patch-README.rst) = 4e64931d4861dee9dc61eb2782e34e11634f45a7
diff -r 5a583baecea7 -r f7a5e1d06dee devel/py-pyparsing/patches/patch-README.rst
--- a/devel/py-pyparsing/patches/patch-README.rst Mon Nov 11 14:56:41 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$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.
Home |
Main Index |
Thread Index |
Old Index