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:           Mon Nov 11 15:12:52 UTC 2019

Modified Files:
        pkgsrc/devel/py-pyparsing: Makefile distinfo
Removed Files:
        pkgsrc/devel/py-pyparsing/patches: patch-README.rst

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-pyparsing/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-pyparsing/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-pyparsing/patches/patch-README.rst

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.17 pkgsrc/devel/py-pyparsing/Makefile:1.18
--- pkgsrc/devel/py-pyparsing/Makefile:1.17     Wed Nov  6 09:31:29 2019
+++ pkgsrc/devel/py-pyparsing/Makefile  Mon Nov 11 15:12:52 2019
@@ -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/}

Index: pkgsrc/devel/py-pyparsing/distinfo
diff -u pkgsrc/devel/py-pyparsing/distinfo:1.15 pkgsrc/devel/py-pyparsing/distinfo:1.16
--- pkgsrc/devel/py-pyparsing/distinfo:1.15     Fri Nov  8 09:47:55 2019
+++ pkgsrc/devel/py-pyparsing/distinfo  Mon Nov 11 15:12:52 2019
@@ -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



Home | Main Index | Thread Index | Old Index