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:           Wed Dec 25 21:59:39 UTC 2024

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

Log Message:
py-xdis: updated to 6.1.3

6.1.3 2024-12-19

* Support for Python 3.13 added courtesy of Elliot Tarbet 2elli
* Add get_logical_instruction_at_offset() This disassembles a single instruction at a given offset
* Update Python magics for 3.13.1, 3.10.16, pypy3.6.12, 3.12.8


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-xdis/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-xdis/PLIST
cvs rdiff -u -r1.43 -r1.44 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.46 pkgsrc/devel/py-xdis/Makefile:1.47
--- pkgsrc/devel/py-xdis/Makefile:1.46  Tue Nov 12 10:53:53 2024
+++ pkgsrc/devel/py-xdis/Makefile       Wed Dec 25 21:59:39 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2024/11/12 10:53:53 adam Exp $
+# $NetBSD: Makefile,v 1.47 2024/12/25 21:59:39 adam Exp $
 
-DISTNAME=      xdis-6.1.2
+DISTNAME=      xdis-6.1.3
 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.22 pkgsrc/devel/py-xdis/PLIST:1.23
--- pkgsrc/devel/py-xdis/PLIST:1.22     Tue Nov 12 10:53:53 2024
+++ pkgsrc/devel/py-xdis/PLIST  Wed Dec 25 21:59:39 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2024/11/12 10:53:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2024/12/25 21:59:39 adam Exp $
 bin/pydisasm-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -47,9 +47,6 @@ ${PYSITELIB}/xdis/codetype/code310.pyo
 ${PYSITELIB}/xdis/codetype/code311.py
 ${PYSITELIB}/xdis/codetype/code311.pyc
 ${PYSITELIB}/xdis/codetype/code311.pyo
-${PYSITELIB}/xdis/codetype/code313.py
-${PYSITELIB}/xdis/codetype/code313.pyc
-${PYSITELIB}/xdis/codetype/code313.pyo
 ${PYSITELIB}/xdis/codetype/code38.py
 ${PYSITELIB}/xdis/codetype/code38.pyc
 ${PYSITELIB}/xdis/codetype/code38.pyo
@@ -152,9 +149,6 @@ ${PYSITELIB}/xdis/opcodes/opcode_26.pyo
 ${PYSITELIB}/xdis/opcodes/opcode_26pypy.py
 ${PYSITELIB}/xdis/opcodes/opcode_26pypy.pyc
 ${PYSITELIB}/xdis/opcodes/opcode_26pypy.pyo
-${PYSITELIB}/xdis/opcodes/opcode_27-next.py
-${PYSITELIB}/xdis/opcodes/opcode_27-next.pyc
-${PYSITELIB}/xdis/opcodes/opcode_27-next.pyo
 ${PYSITELIB}/xdis/opcodes/opcode_27.py
 ${PYSITELIB}/xdis/opcodes/opcode_27.pyc
 ${PYSITELIB}/xdis/opcodes/opcode_27.pyo

Index: pkgsrc/devel/py-xdis/distinfo
diff -u pkgsrc/devel/py-xdis/distinfo:1.43 pkgsrc/devel/py-xdis/distinfo:1.44
--- pkgsrc/devel/py-xdis/distinfo:1.43  Tue Nov 12 10:53:53 2024
+++ pkgsrc/devel/py-xdis/distinfo       Wed Dec 25 21:59:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2024/11/12 10:53:53 adam Exp $
+$NetBSD: distinfo,v 1.44 2024/12/25 21:59:39 adam Exp $
 
-BLAKE2s (xdis-6.1.2.tar.gz) = d941b5819bdf5eef876bcfa317cb675761d619e5aaa8f1edc655ff5f19be3dec
-SHA512 (xdis-6.1.2.tar.gz) = 03a5f4301b5b686f0403c6a83688edc0f259cf7ea410d3db8874f19adda62bbd517922d37d81ba126f095fd168b2610b002222cc696f4c5c1354ab91626e14a2
-Size (xdis-6.1.2.tar.gz) = 434515 bytes
+BLAKE2s (xdis-6.1.3.tar.gz) = ce17897310565ab3d1b4c304a92a3fd41b3ec4fee14d16269430039244a5d9d7
+SHA512 (xdis-6.1.3.tar.gz) = 603401efae0225b81241c399af608ab562bf2338a0e69daa43f5ef642a6280ac0c308fed8897bc2f0b49ccc9147301c9ce32834ea12b3db7330fa188d3fd8fa7
+Size (xdis-6.1.3.tar.gz) = 436490 bytes



Home | Main Index | Thread Index | Old Index