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:           Mon Jan 16 09:26:23 UTC 2023

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

Log Message:
py-xdis: updated to 6.0.5

6.0.5 2022-12-22
=================
* Detect versions pypy3.8.15, pypy-3.9.15
* Dectect Python 3.{7,8,9}.14 3.10.{5,6,7}
* correct 3.10+ pydisasm -F xasm label
* Revise marshal error handling
* Improve PyPy 3.7 `CALL_FUNCTION` arg interpretation
* Fix 1.5-2.x bugs in line number encoding
* Fix showing `MAKE_FUNCTION` operand
* Miscellaneous lint, black, and isort changes


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-xdis/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-xdis/PLIST
cvs rdiff -u -r1.39 -r1.40 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.41 pkgsrc/devel/py-xdis/Makefile:1.42
--- pkgsrc/devel/py-xdis/Makefile:1.41  Sun May 22 19:05:00 2022
+++ pkgsrc/devel/py-xdis/Makefile       Mon Jan 16 09:26:23 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2022/05/22 19:05:00 adam Exp $
+# $NetBSD: Makefile,v 1.42 2023/01/16 09:26:23 adam Exp $
 
-DISTNAME=      xdis-6.0.4
+DISTNAME=      xdis-6.0.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.18 pkgsrc/devel/py-xdis/PLIST:1.19
--- pkgsrc/devel/py-xdis/PLIST:1.18     Sun May 22 19:05:00 2022
+++ pkgsrc/devel/py-xdis/PLIST  Mon Jan 16 09:26:23 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2022/05/22 19:05:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2023/01/16 09:26:23 adam Exp $
 bin/pydisasm-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -67,6 +67,9 @@ ${PYSITELIB}/xdis/load.pyo
 ${PYSITELIB}/xdis/magics.py
 ${PYSITELIB}/xdis/magics.pyc
 ${PYSITELIB}/xdis/magics.pyo
+${PYSITELIB}/xdis/marsh-try.py
+${PYSITELIB}/xdis/marsh-try.pyc
+${PYSITELIB}/xdis/marsh-try.pyo
 ${PYSITELIB}/xdis/marsh.py
 ${PYSITELIB}/xdis/marsh.pyc
 ${PYSITELIB}/xdis/marsh.pyo

Index: pkgsrc/devel/py-xdis/distinfo
diff -u pkgsrc/devel/py-xdis/distinfo:1.39 pkgsrc/devel/py-xdis/distinfo:1.40
--- pkgsrc/devel/py-xdis/distinfo:1.39  Sun May 22 19:05:00 2022
+++ pkgsrc/devel/py-xdis/distinfo       Mon Jan 16 09:26:23 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2022/05/22 19:05:00 adam Exp $
+$NetBSD: distinfo,v 1.40 2023/01/16 09:26:23 adam Exp $
 
-BLAKE2s (xdis-6.0.4.tar.gz) = e476b768625dbb7f74e4f68382e0d23c3922a8102203a80a6c744381546a0b33
-SHA512 (xdis-6.0.4.tar.gz) = 5dec8fcb9828c62ef16fad284053c4ff206ae6c3480830afbd254d17eca730873df5f9b58edc8488db81246bbf31bfa2d55164af99a9c3f13cdfda37a3f307e8
-Size (xdis-6.0.4.tar.gz) = 371706 bytes
+BLAKE2s (xdis-6.0.5.tar.gz) = 034b51a13a7c514d770e2bde90ce58a86ee18dc001e136d9cb17bccd1e85db37
+SHA512 (xdis-6.0.5.tar.gz) = 01e6f9477bb06d6dde3cf664f62010127fac08b4bd1f8764d674a25d23b1528a07ff7805d0d95f0aa0435ef988bb802953a569953e3c9521015b8d7844fd4864
+Size (xdis-6.0.5.tar.gz) = 372826 bytes



Home | Main Index | Thread Index | Old Index