Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/py-parso py-parso: update to 0.8.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/56cca1c2c1ee
branches: trunk
changeset: 437464:56cca1c2c1ee
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 24 08:31:26 2020 +0000
description:
py-parso: update to 0.8.0.
0.8.0 (2020-08-05)
++++++++++++++++++
- Dropped Support for Python 2.7, 3.4, 3.5
- It's possible to use ``pathlib.Path`` objects now in the API
- The stubs are gone, we are now using annotations
- ``namedexpr_test`` nodes are now a proper class called ``NamedExpr``
- A lot of smaller refactorings
diffstat:
lang/py-parso/Makefile | 6 ++++--
lang/py-parso/PLIST | 6 +-----
lang/py-parso/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 12 deletions(-)
diffs (57 lines):
diff -r 7fca4208233f -r 56cca1c2c1ee lang/py-parso/Makefile
--- a/lang/py-parso/Makefile Mon Aug 24 08:26:33 2020 +0000
+++ b/lang/py-parso/Makefile Mon Aug 24 08:31:26 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/07/24 06:54:40 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/08/24 08:31:26 wiz Exp $
-DISTNAME= parso-0.7.1
+DISTNAME= parso-0.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parso/}
@@ -14,6 +14,8 @@
PYTHON_VERSIONED_DEPENDENCIES= test:test
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_LANGUAGES= # none
do-test:
diff -r 7fca4208233f -r 56cca1c2c1ee lang/py-parso/PLIST
--- a/lang/py-parso/PLIST Mon Aug 24 08:26:33 2020 +0000
+++ b/lang/py-parso/PLIST Mon Aug 24 08:31:26 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/07/24 06:54:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/08/24 08:31:26 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -43,11 +43,7 @@
${PYSITELIB}/parso/python/errors.py
${PYSITELIB}/parso/python/errors.pyc
${PYSITELIB}/parso/python/errors.pyo
-${PYSITELIB}/parso/python/grammar27.txt
${PYSITELIB}/parso/python/grammar310.txt
-${PYSITELIB}/parso/python/grammar33.txt
-${PYSITELIB}/parso/python/grammar34.txt
-${PYSITELIB}/parso/python/grammar35.txt
${PYSITELIB}/parso/python/grammar36.txt
${PYSITELIB}/parso/python/grammar37.txt
${PYSITELIB}/parso/python/grammar38.txt
diff -r 7fca4208233f -r 56cca1c2c1ee lang/py-parso/distinfo
--- a/lang/py-parso/distinfo Mon Aug 24 08:26:33 2020 +0000
+++ b/lang/py-parso/distinfo Mon Aug 24 08:31:26 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/07/24 06:54:40 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/08/24 08:31:26 wiz Exp $
-SHA1 (parso-0.7.1.tar.gz) = 3fe737203791888cb527d0ca4bd483c7b201b565
-RMD160 (parso-0.7.1.tar.gz) = acc080335b1228df041a54e944f3f63bec3c3d38
-SHA512 (parso-0.7.1.tar.gz) = 19c30d07a8982323ffbeba3fa36c8f504f49991c54df595e47defca1b1ba94ab3f5203485e6459012adfd440cc648dd8cfd44c571f02db7ed8e49f372eb3df3a
-Size (parso-0.7.1.tar.gz) = 400854 bytes
+SHA1 (parso-0.8.0.tar.gz) = 6cde49451b3f023b882fbcd220ead0a0d19c6f3f
+RMD160 (parso-0.8.0.tar.gz) = c2a595f56ad619e0c27c5085317325f4a1610431
+SHA512 (parso-0.8.0.tar.gz) = ea8da28f97847acf29c35dfc46e569adbeb3b5a8b40db22906d0e04d0bc25f3b4f5de4f9bc75cc4bcd8a0d1dc36705e66ccf35b2d8d9648bf0342e1451059a80
+Size (parso-0.8.0.tar.gz) = 395215 bytes
Home |
Main Index |
Thread Index |
Old Index