Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-xdis py-xdis: updated to 4.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19a594d6f39d
branches:  trunk
changeset: 432547:19a594d6f39d
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 23 08:41:11 2020 +0000

description:
py-xdis: updated to 4.6.0

4.6.0:
3.8.3 added as a valid 3.8 release
command program pydisasm disassembles more Python source files now
Add better argument formatting on CALL_FUNCTION and MAKE_FUNCTION
bytecode.py now has distb
opcode modules now have variable python_implementation which is either "CPython" or "PyPY"
Reformat a number of files using blacken, and lint using flymake
Update __init__.py exports based on what is used in projects uncompyle6, decompyle3, trepan3k,
xasm and x-python
Remove duplicate findlinestarts() code. Remove testing on the Python version and simplify
this where possible.
get_opcode_module allows either a float and string datatype for the version, and coverts
the bytecode datatype when needed
Fix a bugs in marshal and unmarshal

diffstat:

 devel/py-xdis/Makefile |   4 ++--
 devel/py-xdis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 41eff5aa23e8 -r 19a594d6f39d devel/py-xdis/Makefile
--- a/devel/py-xdis/Makefile    Sat May 23 08:33:20 2020 +0000
+++ b/devel/py-xdis/Makefile    Sat May 23 08:41:11 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/05/16 14:07:20 adam Exp $
+# $NetBSD: Makefile,v 1.24 2020/05/23 08:41:11 adam Exp $
 
-DISTNAME=      xdis-4.5.1
+DISTNAME=      xdis-4.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xdis/}
diff -r 41eff5aa23e8 -r 19a594d6f39d devel/py-xdis/distinfo
--- a/devel/py-xdis/distinfo    Sat May 23 08:33:20 2020 +0000
+++ b/devel/py-xdis/distinfo    Sat May 23 08:41:11 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2020/04/28 11:01:17 adam Exp $
+$NetBSD: distinfo,v 1.23 2020/05/23 08:41:11 adam Exp $
 
-SHA1 (xdis-4.5.1.tar.gz) = a40d2825025513fdfbd834ef9ee23b36b8dc9475
-RMD160 (xdis-4.5.1.tar.gz) = 0d2900fe6543f7f760586d0c2dd35b2c64afe4d6
-SHA512 (xdis-4.5.1.tar.gz) = b16312578c6a6172eb3cdf3459923ac54bec996865636441a9387d399f493834c0df71b50eea9ae547d0d5122630d15406ab8f11d7198584cf83d05c490a8ea7
-Size (xdis-4.5.1.tar.gz) = 224393 bytes
+SHA1 (xdis-4.6.0.tar.gz) = c537d10b3d37a786aebff05894525b22c81a7c4c
+RMD160 (xdis-4.6.0.tar.gz) = 165c22d498a5b4167b4d478fb89b1f7f122a8462
+SHA512 (xdis-4.6.0.tar.gz) = b806d32576f89b7475df074c98583823d854ad454c5a8fef280bf6c92a46c6265d50d98c7aceba32c6d3144843d639bccad647d18987329c2615da4cd5b33b10
+Size (xdis-4.6.0.tar.gz) = 224124 bytes



Home | Main Index | Thread Index | Old Index