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: Thu Oct 16 09:44:07 UTC 2025
Modified Files:
pkgsrc/devel/py-xdis: Makefile PLIST distinfo
Log Message:
py-xdis: updated to 6.1.7
6.1.7 2025-10-12
* Include Python versions 3.9.24, 3.10.19, 3.11.14, and 3.12.12
* Better code type and marshalling routines for 3.11+
* Adjust formatting for `MAKE_FUNCTION` for 3.6 & 3.11. Python 3.11 MAKE_FUNCTION is different from 3.6.
* Fix O(n^2) performance issue with Python 3.11+ exception. Patch submitted by ril3y.
* Don't allow installing the wrong wheel or tarball for the Python interpreter installed.
* Add more magics like Rust and 3.15. Python 3.14 is out, so that's another magic number too.
* Minimal support for RustPython bytecode.
* Improve 3.13 assembly priting
* Handle pyston and unknown bytecodes better
* More type annotations via pyrefly
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/py-xdis/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-xdis/PLIST
cvs rdiff -u -r1.47 -r1.48 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.51 pkgsrc/devel/py-xdis/Makefile:1.52
--- pkgsrc/devel/py-xdis/Makefile:1.51 Fri Sep 5 05:41:47 2025
+++ pkgsrc/devel/py-xdis/Makefile Thu Oct 16 09:44:06 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2025/09/05 05:41:47 adam Exp $
+# $NetBSD: Makefile,v 1.52 2025/10/16 09:44:06 adam Exp $
-DISTNAME= xdis-6.1.6
+DISTNAME= xdis-6.1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/}
Index: pkgsrc/devel/py-xdis/PLIST
diff -u pkgsrc/devel/py-xdis/PLIST:1.25 pkgsrc/devel/py-xdis/PLIST:1.26
--- pkgsrc/devel/py-xdis/PLIST:1.25 Sat Aug 2 10:42:10 2025
+++ pkgsrc/devel/py-xdis/PLIST Thu Oct 16 09:44:06 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2025/08/02 10:42:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2025/10/16 09:44:06 adam Exp $
bin/pydisasm-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -68,9 +68,6 @@ ${PYSITELIB}/xdis/dropbox/decrypt25.pyo
${PYSITELIB}/xdis/instruction.py
${PYSITELIB}/xdis/instruction.pyc
${PYSITELIB}/xdis/instruction.pyo
-${PYSITELIB}/xdis/jvm.py
-${PYSITELIB}/xdis/jvm.pyc
-${PYSITELIB}/xdis/jvm.pyo
${PYSITELIB}/xdis/lineoffsets.py
${PYSITELIB}/xdis/lineoffsets.pyc
${PYSITELIB}/xdis/lineoffsets.pyo
@@ -182,9 +179,15 @@ ${PYSITELIB}/xdis/opcodes/opcode_311pypy
${PYSITELIB}/xdis/opcodes/opcode_312.py
${PYSITELIB}/xdis/opcodes/opcode_312.pyc
${PYSITELIB}/xdis/opcodes/opcode_312.pyo
+${PYSITELIB}/xdis/opcodes/opcode_312rust.py
+${PYSITELIB}/xdis/opcodes/opcode_312rust.pyc
+${PYSITELIB}/xdis/opcodes/opcode_312rust.pyo
${PYSITELIB}/xdis/opcodes/opcode_313.py
${PYSITELIB}/xdis/opcodes/opcode_313.pyc
${PYSITELIB}/xdis/opcodes/opcode_313.pyo
+${PYSITELIB}/xdis/opcodes/opcode_314.py
+${PYSITELIB}/xdis/opcodes/opcode_314.pyc
+${PYSITELIB}/xdis/opcodes/opcode_314.pyo
${PYSITELIB}/xdis/opcodes/opcode_32.py
${PYSITELIB}/xdis/opcodes/opcode_32.pyc
${PYSITELIB}/xdis/opcodes/opcode_32.pyo
Index: pkgsrc/devel/py-xdis/distinfo
diff -u pkgsrc/devel/py-xdis/distinfo:1.47 pkgsrc/devel/py-xdis/distinfo:1.48
--- pkgsrc/devel/py-xdis/distinfo:1.47 Fri Sep 5 05:41:47 2025
+++ pkgsrc/devel/py-xdis/distinfo Thu Oct 16 09:44:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2025/09/05 05:41:47 adam Exp $
+$NetBSD: distinfo,v 1.48 2025/10/16 09:44:06 adam Exp $
-BLAKE2s (xdis-6.1.6.tar.gz) = 66018b2f27ae446a5af06e7a22fafa8d459eea07f10122c182f8f801a3fa4d6b
-SHA512 (xdis-6.1.6.tar.gz) = d2953132820a5ef9948d103dc67896a5c053641470d13db3b490bdf78e947c98d506107b69f530598d36ccbe293e0a1507484e9c8602995000291576e2ae127b
-Size (xdis-6.1.6.tar.gz) = 463837 bytes
+BLAKE2s (xdis-6.1.7.tar.gz) = 0595c517159ee2509e82eebac0b89ee4652fc337bef787c053e3779670fc4324
+SHA512 (xdis-6.1.7.tar.gz) = 41401807a0c03616a4f73672bba97eea4b185ee60b53766726065df4f1df7383587b286c46cd76d232f5571641c7b95e5c2c558bc3ed0b91943a5d94efe37ebd
+Size (xdis-6.1.7.tar.gz) = 630750 bytes
Home |
Main Index |
Thread Index |
Old Index