pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-uncompyle6



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct 31 08:44:00 UTC 2021

Modified Files:
        pkgsrc/lang/py-uncompyle6: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/py-uncompyle6/Makefile \
    pkgsrc/lang/py-uncompyle6/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-uncompyle6/Makefile
diff -u pkgsrc/lang/py-uncompyle6/Makefile:1.26 pkgsrc/lang/py-uncompyle6/Makefile:1.27
--- pkgsrc/lang/py-uncompyle6/Makefile:1.26     Thu Sep 10 09:27:26 2020
+++ pkgsrc/lang/py-uncompyle6/Makefile  Sun Oct 31 08:44:00 2021
@@ -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 @@ COMMENT=      Python cross-version byte-code 
 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 @@ post-install:
        ${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"
Index: pkgsrc/lang/py-uncompyle6/distinfo
diff -u pkgsrc/lang/py-uncompyle6/distinfo:1.26 pkgsrc/lang/py-uncompyle6/distinfo:1.27
--- pkgsrc/lang/py-uncompyle6/distinfo:1.26     Tue Oct 26 10:51:51 2021
+++ pkgsrc/lang/py-uncompyle6/distinfo  Sun Oct 31 08:44:00 2021
@@ -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