pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-xdis



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 23 08:41:11 UTC 2020

Modified Files:
        pkgsrc/devel/py-xdis: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-xdis/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-xdis/distinfo

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

Modified files:

Index: pkgsrc/devel/py-xdis/Makefile
diff -u pkgsrc/devel/py-xdis/Makefile:1.23 pkgsrc/devel/py-xdis/Makefile:1.24
--- pkgsrc/devel/py-xdis/Makefile:1.23  Sat May 16 14:07:20 2020
+++ pkgsrc/devel/py-xdis/Makefile       Sat May 23 08:41:11 2020
@@ -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/}

Index: pkgsrc/devel/py-xdis/distinfo
diff -u pkgsrc/devel/py-xdis/distinfo:1.22 pkgsrc/devel/py-xdis/distinfo:1.23
--- pkgsrc/devel/py-xdis/distinfo:1.22  Tue Apr 28 11:01:17 2020
+++ pkgsrc/devel/py-xdis/distinfo       Sat May 23 08:41:11 2020
@@ -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