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: Tue Nov 12 10:53:53 UTC 2024
Modified Files:
pkgsrc/devel/py-xdis: Makefile PLIST distinfo
Log Message:
py-xdis: updated to 6.1.2
6.1.2 2024-11-08
* Support for Python 3.12 and 3.12 added courtesy of Elliot Tarbet 2elli
* Fixes issues
* Include Python 3.12.5
* Raise exception on invalid timestamp
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-xdis/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-xdis/PLIST
cvs rdiff -u -r1.42 -r1.43 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.45 pkgsrc/devel/py-xdis/Makefile:1.46
--- pkgsrc/devel/py-xdis/Makefile:1.45 Mon Nov 11 07:28:30 2024
+++ pkgsrc/devel/py-xdis/Makefile Tue Nov 12 10:53:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2024/11/11 07:28:30 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2024/11/12 10:53:53 adam Exp $
-DISTNAME= xdis-6.1.1
+DISTNAME= xdis-6.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/}
@@ -16,8 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} pydisasm pydisasm-${PYVERSSUFFIX} || ${TRUE}
Index: pkgsrc/devel/py-xdis/PLIST
diff -u pkgsrc/devel/py-xdis/PLIST:1.21 pkgsrc/devel/py-xdis/PLIST:1.22
--- pkgsrc/devel/py-xdis/PLIST:1.21 Mon Jul 22 05:19:21 2024
+++ pkgsrc/devel/py-xdis/PLIST Tue Nov 12 10:53:53 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2024/07/22 05:19:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2024/11/12 10:53:53 adam Exp $
bin/pydisasm-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/COPYING
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -41,15 +41,15 @@ ${PYSITELIB}/xdis/codetype/code20.pyo
${PYSITELIB}/xdis/codetype/code30.py
${PYSITELIB}/xdis/codetype/code30.pyc
${PYSITELIB}/xdis/codetype/code30.pyo
-${PYSITELIB}/xdis/codetype/code310-try.py
-${PYSITELIB}/xdis/codetype/code310-try.pyc
-${PYSITELIB}/xdis/codetype/code310-try.pyo
${PYSITELIB}/xdis/codetype/code310.py
${PYSITELIB}/xdis/codetype/code310.pyc
${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,6 +152,9 @@ ${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
@@ -182,6 +185,9 @@ ${PYSITELIB}/xdis/opcodes/opcode_311.pyo
${PYSITELIB}/xdis/opcodes/opcode_312.py
${PYSITELIB}/xdis/opcodes/opcode_312.pyc
${PYSITELIB}/xdis/opcodes/opcode_312.pyo
+${PYSITELIB}/xdis/opcodes/opcode_313.py
+${PYSITELIB}/xdis/opcodes/opcode_313.pyc
+${PYSITELIB}/xdis/opcodes/opcode_313.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.42 pkgsrc/devel/py-xdis/distinfo:1.43
--- pkgsrc/devel/py-xdis/distinfo:1.42 Mon Jul 22 05:19:21 2024
+++ pkgsrc/devel/py-xdis/distinfo Tue Nov 12 10:53:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2024/07/22 05:19:21 adam Exp $
+$NetBSD: distinfo,v 1.43 2024/11/12 10:53:53 adam Exp $
-BLAKE2s (xdis-6.1.1.tar.gz) = c8d6a103bd3fd23d9650f4f0896c7b24affcd5677681e38dd7406348f9ab1983
-SHA512 (xdis-6.1.1.tar.gz) = 88889effc3311a09d800a83e483ce8a7cdb5090f985967a0f50a3609abf5579a801e761bbc278508d51e56cca1d2e803403e77fd7ada532553271e329efe79cb
-Size (xdis-6.1.1.tar.gz) = 425134 bytes
+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
Home |
Main Index |
Thread Index |
Old Index