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 Aug  2 10:42:10 UTC 2025

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

Log Message:
py-xdis: updated to 6.1.5

6.1.5 2025-07-25

* Start extended formatting for stack maipulation opcodes: SWAP, COPY, DUP_TUP, ROT_XXX
* Add magics: RustPython 3.12 & 3.13, Graal 3.11.7, PyPy 3.11.3
* Note that Python versions 3.9.21-3.9.24, 3.10,18, 3.11.13, 3.12.11, 3.13.4-5 now exist
* Add PyPy 3.9 and 3.10 bytecode for regular testing
* Fix 163: extended formatting for %=


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-xdis/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-xdis/PLIST
cvs rdiff -u -r1.45 -r1.46 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.49 pkgsrc/devel/py-xdis/Makefile:1.50
--- pkgsrc/devel/py-xdis/Makefile:1.49  Wed May 28 04:58:08 2025
+++ pkgsrc/devel/py-xdis/Makefile       Sat Aug  2 10:42:10 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2025/05/28 04:58:08 adam Exp $
+# $NetBSD: Makefile,v 1.50 2025/08/02 10:42:10 adam Exp $
 
-DISTNAME=      xdis-6.1.4
+DISTNAME=      xdis-6.1.5
 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.24 pkgsrc/devel/py-xdis/PLIST:1.25
--- pkgsrc/devel/py-xdis/PLIST:1.24     Sun Apr 13 06:51:58 2025
+++ pkgsrc/devel/py-xdis/PLIST  Sat Aug  2 10:42:10 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2025/04/13 06:51:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2025/08/02 10:42:10 adam Exp $
 bin/pydisasm-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -176,6 +176,9 @@ ${PYSITELIB}/xdis/opcodes/opcode_310pypy
 ${PYSITELIB}/xdis/opcodes/opcode_311.py
 ${PYSITELIB}/xdis/opcodes/opcode_311.pyc
 ${PYSITELIB}/xdis/opcodes/opcode_311.pyo
+${PYSITELIB}/xdis/opcodes/opcode_311pypy.py
+${PYSITELIB}/xdis/opcodes/opcode_311pypy.pyc
+${PYSITELIB}/xdis/opcodes/opcode_311pypy.pyo
 ${PYSITELIB}/xdis/opcodes/opcode_312.py
 ${PYSITELIB}/xdis/opcodes/opcode_312.pyc
 ${PYSITELIB}/xdis/opcodes/opcode_312.pyo

Index: pkgsrc/devel/py-xdis/distinfo
diff -u pkgsrc/devel/py-xdis/distinfo:1.45 pkgsrc/devel/py-xdis/distinfo:1.46
--- pkgsrc/devel/py-xdis/distinfo:1.45  Wed May 28 04:58:08 2025
+++ pkgsrc/devel/py-xdis/distinfo       Sat Aug  2 10:42:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2025/05/28 04:58:08 adam Exp $
+$NetBSD: distinfo,v 1.46 2025/08/02 10:42:10 adam Exp $
 
-BLAKE2s (xdis-6.1.4.tar.gz) = 6afb91f708e4b696afa66554d5d98026caf89d6878eb6da11c86ff0687ee6827
-SHA512 (xdis-6.1.4.tar.gz) = d1cfba642021eec647ca0f18c3455ee3ea467ba438d83da1ef9d23eb092d65886a1069ee8ef762bd82dd04de184528a4a6e124ffe1fda19b895f5bb8ca3fa63b
-Size (xdis-6.1.4.tar.gz) = 437460 bytes
+BLAKE2s (xdis-6.1.5.tar.gz) = a3b483259781ffd1afcf8d76c1d74e08923d523c13cc055528e305a376b683c7
+SHA512 (xdis-6.1.5.tar.gz) = 42968831e3748f01b905c1d20cea8c3faccb59385c12090dea4e8c1bdf2d65ad6f609bbe073dd517a43dee8ad22823c50e37ef538147a73fa01052d6e6bc0fd2
+Size (xdis-6.1.5.tar.gz) = 463577 bytes



Home | Main Index | Thread Index | Old Index