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 May  2 08:32:15 UTC 2019

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

Log Message:
py-xdis: updated to 4.0.1

release-4.0.1
Add magics.IS_PYPY3 and correct is_pypy()
disassemble PyPY3 versions correctly


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-xdis/Makefile \
    pkgsrc/devel/py-xdis/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-xdis/PLIST

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.7 pkgsrc/devel/py-xdis/Makefile:1.8
--- pkgsrc/devel/py-xdis/Makefile:1.7   Wed Apr 17 12:16:05 2019
+++ pkgsrc/devel/py-xdis/Makefile       Thu May  2 08:32:15 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/04/17 12:16:05 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/05/02 08:32:15 adam Exp $
 
-DISTNAME=      xdis-4.0.0
+DISTNAME=      xdis-4.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xdis/}
Index: pkgsrc/devel/py-xdis/distinfo
diff -u pkgsrc/devel/py-xdis/distinfo:1.7 pkgsrc/devel/py-xdis/distinfo:1.8
--- pkgsrc/devel/py-xdis/distinfo:1.7   Wed Apr 17 12:16:05 2019
+++ pkgsrc/devel/py-xdis/distinfo       Thu May  2 08:32:15 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/04/17 12:16:05 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/05/02 08:32:15 adam Exp $
 
-SHA1 (xdis-4.0.0.tar.gz) = e876ca154e15d1ad1c149295b7bcfe8e77abbbfc
-RMD160 (xdis-4.0.0.tar.gz) = 237dc97ec6f916f9f37b5dbf00f33ee55ecaab9e
-SHA512 (xdis-4.0.0.tar.gz) = f0f4c163d00b5c6a1189f459db905ded2533495f30aae844a4c381ebab2b0b0a057ee947acbb941cea6a1d5474c3e44570322fae76621cb1c58eda1e6f60499f
-Size (xdis-4.0.0.tar.gz) = 183064 bytes
+SHA1 (xdis-4.0.1.tar.gz) = d38f6d5c6f8f1860b938c718aa73ffdb31bec5a2
+RMD160 (xdis-4.0.1.tar.gz) = 3cbae730ef234b2ed92a2a7c6350b7620fd259ef
+SHA512 (xdis-4.0.1.tar.gz) = 2f597d9f9b8567ec09fb982edbd1121501ec0727284db117355aa5aca884d9b48d0076b86b64698f84edbfe0738c7bd51f5cecc13b079a48eb23c43d09a77497
+Size (xdis-4.0.1.tar.gz) = 206093 bytes

Index: pkgsrc/devel/py-xdis/PLIST
diff -u pkgsrc/devel/py-xdis/PLIST:1.4 pkgsrc/devel/py-xdis/PLIST:1.5
--- pkgsrc/devel/py-xdis/PLIST:1.4      Wed Apr 17 12:16:05 2019
+++ pkgsrc/devel/py-xdis/PLIST  Thu May  2 08:32:15 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/04/17 12:16:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/05/02 08:32:15 adam Exp $
 bin/pydisasm-${PYVERSSUFFIX}.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -41,9 +41,6 @@ ${PYSITELIB}/xdis/opcodes/__init__.pyo
 ${PYSITELIB}/xdis/opcodes/base.py
 ${PYSITELIB}/xdis/opcodes/base.pyc
 ${PYSITELIB}/xdis/opcodes/base.pyo
-${PYSITELIB}/xdis/opcodes/check-stackeffect.py
-${PYSITELIB}/xdis/opcodes/check-stackeffect.pyc
-${PYSITELIB}/xdis/opcodes/check-stackeffect.pyo
 ${PYSITELIB}/xdis/opcodes/opcode_13.py
 ${PYSITELIB}/xdis/opcodes/opcode_13.pyc
 ${PYSITELIB}/xdis/opcodes/opcode_13.pyo



Home | Main Index | Thread Index | Old Index