pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py-uncompyle6 py-uncompyle6: updated to 3.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ac38d2602ec
branches:  trunk
changeset: 768718:7ac38d2602ec
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 31 08:44:00 2021 +0000

description:
py-uncompyle6: updated to 3.8.0

3.8.0: 2020-10-29
=================

* Better handling of invalid bytecode magic
* Support running from 3.9 and 3.10 although we do not support those bytecodes
* Redo version comparisons using tuples instead of floats. This is needed for Python 3.10
* Split out into 3 branches so that the master branch can assume Python 3.6+ conventions, especially type annotations
* Source Fragment fixes
* Lambda-bug fixes 360
* Bug fixes

diffstat:

 lang/py-uncompyle6/Makefile |  8 ++++----
 lang/py-uncompyle6/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 7c043700eca8 -r 7ac38d2602ec lang/py-uncompyle6/Makefile
--- a/lang/py-uncompyle6/Makefile       Sun Oct 31 08:40:18 2021 +0000
+++ b/lang/py-uncompyle6/Makefile       Sun Oct 31 08:44:00 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2020/09/10 09:27:26 adam Exp $
+# $NetBSD: Makefile,v 1.27 2021/10/31 08:44:00 adam Exp $
 
-DISTNAME=      uncompyle6-3.7.4
+DISTNAME=      uncompyle6-3.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uncompyle6/}
@@ -11,7 +11,7 @@
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      ${PYPKGPREFIX}-spark-parser>=1.8.9:../../lang/py-spark-parser
-DEPENDS+=      ${PYPKGPREFIX}-xdis>=5.0.4:../../devel/py-xdis
+DEPENDS+=      ${PYPKGPREFIX}-xdis>=6.0.2:../../devel/py-xdis
 
 PYTHON_VERSIONED_DEPENDENCIES= test:test
 
@@ -23,7 +23,7 @@
        ${MV} uncompyle6 uncompyle6-${PYVERSSUFFIX} || ${TRUE}
 
 do-test:
-       cd ${WRKSRC}/pytest && pytest-${PYVERSSUFFIX}
+       cd ${WRKSRC}/pytest && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
diff -r 7c043700eca8 -r 7ac38d2602ec lang/py-uncompyle6/distinfo
--- a/lang/py-uncompyle6/distinfo       Sun Oct 31 08:40:18 2021 +0000
+++ b/lang/py-uncompyle6/distinfo       Sun Oct 31 08:44:00 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2021/10/26 10:51:51 nia Exp $
+$NetBSD: distinfo,v 1.27 2021/10/31 08:44:00 adam Exp $
 
-BLAKE2s (uncompyle6-3.7.4.tar.gz) = 8df8a6c16f2c2fe14cb6d00e4aaeb8580eec308d5a3fa62aebc43efc1ed936af
-SHA512 (uncompyle6-3.7.4.tar.gz) = 073e1712b7a80070502fe18c928d1c6e09bfb9574e0753f14524802dfcfd2639de2225cc89b201e48a1f50fb8c21dc97b2bfa7082725a882adc92af922367cdd
-Size (uncompyle6-3.7.4.tar.gz) = 2381166 bytes
+BLAKE2s (uncompyle6-3.8.0.tar.gz) = 245e12f4d79bd087e1e1829d2a753fa66466809bf19b8fcc4b26407d7140892e
+SHA512 (uncompyle6-3.8.0.tar.gz) = 346794ef94988e4a109e35a0b767ccfe65d67df9c284903203d2b3aa70b0c8377ce59b12ff9f0ba2188c76597f6045e46e966e74239c1bbbf49b92287d128045
+Size (uncompyle6-3.8.0.tar.gz) = 2453838 bytes



Home | Main Index | Thread Index | Old Index