Received: by mail.netbsd.org (Postfix, from userid 605) id E342684D59; Mon, 16 Jan 2023 09:27:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1DA7E84D3A for ; Mon, 16 Jan 2023 09:27:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Qb4ozeFzJjXj for ; Mon, 16 Jan 2023 09:27:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1AE1184D32 for ; Mon, 16 Jan 2023 09:27:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18430FA90; Mon, 16 Jan 2023 09:27:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673861237191530" MIME-Version: 1.0 Date: Mon, 16 Jan 2023 09:27:17 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/py-uncompyle6 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230116092717.18430FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673861237191530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 16 09:27:17 UTC 2023 Modified Files: pkgsrc/lang/py-uncompyle6: Makefile PLIST distinfo Log Message: py-uncompyle6: updated to 3.9.0 3.9.0: 2022-12-22 ================= * deparse generator expressions for Python 3.0 .. 3.2 * Python 3.0 list comprehension. * Fix Issues * Limited support for 3.8+ f-string "=" specifier * Correct 2.5-7 relative import formatting * Miscellaneous bug fixing * remove \n in lambda * Python 2.6 gramar cleanup * Correct some Python 2.6 chain compare decompilation * Ensure no parenthesis subscript slices * Correct 2.x formatting "slice2" nonterminal * Correct 3.7 imports * Improve "async for" parsing * Handle BUILD_MAP opcode * match Python AT better * Correct 3.7 positional args * PyPy 3.7 and PyPy 3.8 support * Miscellaneous linting, isorting, blacking To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/py-uncompyle6/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/py-uncompyle6/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/py-uncompyle6/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673861237191530 Content-Disposition: inline Content-Length: 8518 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py-uncompyle6/Makefile diff -u pkgsrc/lang/py-uncompyle6/Makefile:1.31 pkgsrc/lang/py-uncompyle6/Makefile:1.32 --- pkgsrc/lang/py-uncompyle6/Makefile:1.31 Tue Nov 15 08:44:46 2022 +++ pkgsrc/lang/py-uncompyle6/Makefile Mon Jan 16 09:27:16 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2022/11/15 08:44:46 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2023/01/16 09:27:16 adam Exp $ -DISTNAME= uncompyle6-3.8.0 +DISTNAME= uncompyle6-3.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=u/uncompyle6/} Index: pkgsrc/lang/py-uncompyle6/PLIST diff -u pkgsrc/lang/py-uncompyle6/PLIST:1.14 pkgsrc/lang/py-uncompyle6/PLIST:1.15 --- pkgsrc/lang/py-uncompyle6/PLIST:1.14 Thu Sep 10 09:27:26 2020 +++ pkgsrc/lang/py-uncompyle6/PLIST Mon Jan 16 09:27:16 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2020/09/10 09:27:26 adam Exp $ +@comment $NetBSD: PLIST,v 1.15 2023/01/16 09:27:16 adam Exp $ bin/pydisassemble-${PYVERSSUFFIX} bin/uncompyle6-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO @@ -20,9 +20,9 @@ ${PYSITELIB}/uncompyle6/bin/pydisassembl ${PYSITELIB}/uncompyle6/bin/uncompile.py ${PYSITELIB}/uncompyle6/bin/uncompile.pyc ${PYSITELIB}/uncompyle6/bin/uncompile.pyo -${PYSITELIB}/uncompyle6/disas.py -${PYSITELIB}/uncompyle6/disas.pyc -${PYSITELIB}/uncompyle6/disas.pyo +${PYSITELIB}/uncompyle6/code_fns.py +${PYSITELIB}/uncompyle6/code_fns.pyc +${PYSITELIB}/uncompyle6/code_fns.pyo ${PYSITELIB}/uncompyle6/linenumbers.py ${PYSITELIB}/uncompyle6/linenumbers.pyc ${PYSITELIB}/uncompyle6/linenumbers.pyo @@ -131,18 +131,33 @@ ${PYSITELIB}/uncompyle6/parsers/reducech ${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler_else.py ${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler_else.pyc ${PYSITELIB}/uncompyle6/parsers/reducecheck/except_handler_else.pyo +${PYSITELIB}/uncompyle6/parsers/reducecheck/for_block_check.py +${PYSITELIB}/uncompyle6/parsers/reducecheck/for_block_check.pyc +${PYSITELIB}/uncompyle6/parsers/reducecheck/for_block_check.pyo +${PYSITELIB}/uncompyle6/parsers/reducecheck/ifelsestmt-save.py +${PYSITELIB}/uncompyle6/parsers/reducecheck/ifelsestmt-save.pyc +${PYSITELIB}/uncompyle6/parsers/reducecheck/ifelsestmt-save.pyo ${PYSITELIB}/uncompyle6/parsers/reducecheck/ifelsestmt.py ${PYSITELIB}/uncompyle6/parsers/reducecheck/ifelsestmt.pyc ${PYSITELIB}/uncompyle6/parsers/reducecheck/ifelsestmt.pyo +${PYSITELIB}/uncompyle6/parsers/reducecheck/ifelsestmt2.py +${PYSITELIB}/uncompyle6/parsers/reducecheck/ifelsestmt2.pyc +${PYSITELIB}/uncompyle6/parsers/reducecheck/ifelsestmt2.pyo ${PYSITELIB}/uncompyle6/parsers/reducecheck/iflaststmt.py ${PYSITELIB}/uncompyle6/parsers/reducecheck/iflaststmt.pyc ${PYSITELIB}/uncompyle6/parsers/reducecheck/iflaststmt.pyo ${PYSITELIB}/uncompyle6/parsers/reducecheck/ifstmt.py ${PYSITELIB}/uncompyle6/parsers/reducecheck/ifstmt.pyc ${PYSITELIB}/uncompyle6/parsers/reducecheck/ifstmt.pyo +${PYSITELIB}/uncompyle6/parsers/reducecheck/ifstmt2.py +${PYSITELIB}/uncompyle6/parsers/reducecheck/ifstmt2.pyc +${PYSITELIB}/uncompyle6/parsers/reducecheck/ifstmt2.pyo ${PYSITELIB}/uncompyle6/parsers/reducecheck/ifstmts_jump.py ${PYSITELIB}/uncompyle6/parsers/reducecheck/ifstmts_jump.pyc ${PYSITELIB}/uncompyle6/parsers/reducecheck/ifstmts_jump.pyo +${PYSITELIB}/uncompyle6/parsers/reducecheck/joined_str_check.py +${PYSITELIB}/uncompyle6/parsers/reducecheck/joined_str_check.pyc +${PYSITELIB}/uncompyle6/parsers/reducecheck/joined_str_check.pyo ${PYSITELIB}/uncompyle6/parsers/reducecheck/or_check.py ${PYSITELIB}/uncompyle6/parsers/reducecheck/or_check.pyc ${PYSITELIB}/uncompyle6/parsers/reducecheck/or_check.pyo @@ -164,6 +179,12 @@ ${PYSITELIB}/uncompyle6/parsers/reducech ${PYSITELIB}/uncompyle6/parsers/reducecheck/while1stmt.py ${PYSITELIB}/uncompyle6/parsers/reducecheck/while1stmt.pyc ${PYSITELIB}/uncompyle6/parsers/reducecheck/while1stmt.pyo +${PYSITELIB}/uncompyle6/parsers/reducecheck/whilestmt.py +${PYSITELIB}/uncompyle6/parsers/reducecheck/whilestmt.pyc +${PYSITELIB}/uncompyle6/parsers/reducecheck/whilestmt.pyo +${PYSITELIB}/uncompyle6/parsers/reducecheck/whilestmt38.py +${PYSITELIB}/uncompyle6/parsers/reducecheck/whilestmt38.pyc +${PYSITELIB}/uncompyle6/parsers/reducecheck/whilestmt38.pyo ${PYSITELIB}/uncompyle6/parsers/treenode.py ${PYSITELIB}/uncompyle6/parsers/treenode.pyc ${PYSITELIB}/uncompyle6/parsers/treenode.pyo @@ -188,6 +209,12 @@ ${PYSITELIB}/uncompyle6/scanners/pypy35. ${PYSITELIB}/uncompyle6/scanners/pypy36.py ${PYSITELIB}/uncompyle6/scanners/pypy36.pyc ${PYSITELIB}/uncompyle6/scanners/pypy36.pyo +${PYSITELIB}/uncompyle6/scanners/pypy37.py +${PYSITELIB}/uncompyle6/scanners/pypy37.pyc +${PYSITELIB}/uncompyle6/scanners/pypy37.pyo +${PYSITELIB}/uncompyle6/scanners/pypy38.py +${PYSITELIB}/uncompyle6/scanners/pypy38.pyc +${PYSITELIB}/uncompyle6/scanners/pypy38.pyo ${PYSITELIB}/uncompyle6/scanners/scanner10.py ${PYSITELIB}/uncompyle6/scanners/scanner10.pyc ${PYSITELIB}/uncompyle6/scanners/scanner10.pyo @@ -287,6 +314,9 @@ ${PYSITELIB}/uncompyle6/semantics/consts ${PYSITELIB}/uncompyle6/semantics/customize.py ${PYSITELIB}/uncompyle6/semantics/customize.pyc ${PYSITELIB}/uncompyle6/semantics/customize.pyo +${PYSITELIB}/uncompyle6/semantics/customize14.py +${PYSITELIB}/uncompyle6/semantics/customize14.pyc +${PYSITELIB}/uncompyle6/semantics/customize14.pyo ${PYSITELIB}/uncompyle6/semantics/customize25.py ${PYSITELIB}/uncompyle6/semantics/customize25.pyc ${PYSITELIB}/uncompyle6/semantics/customize25.pyo @@ -311,12 +341,21 @@ ${PYSITELIB}/uncompyle6/semantics/custom ${PYSITELIB}/uncompyle6/semantics/fragments.py ${PYSITELIB}/uncompyle6/semantics/fragments.pyc ${PYSITELIB}/uncompyle6/semantics/fragments.pyo +${PYSITELIB}/uncompyle6/semantics/gencomp-try.py +${PYSITELIB}/uncompyle6/semantics/gencomp-try.pyc +${PYSITELIB}/uncompyle6/semantics/gencomp-try.pyo +${PYSITELIB}/uncompyle6/semantics/gencomp.py +${PYSITELIB}/uncompyle6/semantics/gencomp.pyc +${PYSITELIB}/uncompyle6/semantics/gencomp.pyo ${PYSITELIB}/uncompyle6/semantics/helper.py ${PYSITELIB}/uncompyle6/semantics/helper.pyc ${PYSITELIB}/uncompyle6/semantics/helper.pyo ${PYSITELIB}/uncompyle6/semantics/linemap.py ${PYSITELIB}/uncompyle6/semantics/linemap.pyc ${PYSITELIB}/uncompyle6/semantics/linemap.pyo +${PYSITELIB}/uncompyle6/semantics/make_function1.py +${PYSITELIB}/uncompyle6/semantics/make_function1.pyc +${PYSITELIB}/uncompyle6/semantics/make_function1.pyo ${PYSITELIB}/uncompyle6/semantics/make_function2.py ${PYSITELIB}/uncompyle6/semantics/make_function2.pyc ${PYSITELIB}/uncompyle6/semantics/make_function2.pyo @@ -326,9 +365,15 @@ ${PYSITELIB}/uncompyle6/semantics/make_f ${PYSITELIB}/uncompyle6/semantics/make_function36.py ${PYSITELIB}/uncompyle6/semantics/make_function36.pyc ${PYSITELIB}/uncompyle6/semantics/make_function36.pyo +${PYSITELIB}/uncompyle6/semantics/n_actions.py +${PYSITELIB}/uncompyle6/semantics/n_actions.pyc +${PYSITELIB}/uncompyle6/semantics/n_actions.pyo ${PYSITELIB}/uncompyle6/semantics/parser_error.py ${PYSITELIB}/uncompyle6/semantics/parser_error.pyc ${PYSITELIB}/uncompyle6/semantics/parser_error.pyo +${PYSITELIB}/uncompyle6/semantics/pysource-bad.py +${PYSITELIB}/uncompyle6/semantics/pysource-bad.pyc +${PYSITELIB}/uncompyle6/semantics/pysource-bad.pyo ${PYSITELIB}/uncompyle6/semantics/pysource.py ${PYSITELIB}/uncompyle6/semantics/pysource.pyc ${PYSITELIB}/uncompyle6/semantics/pysource.pyo Index: pkgsrc/lang/py-uncompyle6/distinfo diff -u pkgsrc/lang/py-uncompyle6/distinfo:1.27 pkgsrc/lang/py-uncompyle6/distinfo:1.28 --- pkgsrc/lang/py-uncompyle6/distinfo:1.27 Sun Oct 31 08:44:00 2021 +++ pkgsrc/lang/py-uncompyle6/distinfo Mon Jan 16 09:27:16 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2021/10/31 08:44:00 adam Exp $ +$NetBSD: distinfo,v 1.28 2023/01/16 09:27:16 adam Exp $ -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 +BLAKE2s (uncompyle6-3.9.0.tar.gz) = e150cec1bea7fcc1ba9cf751f46cba0d3a3052f799980daac2e59c89983b2fe8 +SHA512 (uncompyle6-3.9.0.tar.gz) = ff1efcb14a859e343d7633c3f3de92535c8dce30395eaa11a9e0c433aebef90a13cb052088e5cc1ce42e0b789d54a84e2a13f2804ee5f7038aef72d23cd9e270 +Size (uncompyle6-3.9.0.tar.gz) = 2569924 bytes --_----------=_1673861237191530--