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 Jun 13 07:52:46 UTC 2019

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

Log Message:
py-xdis: updated to 4.0.2

4.0.2:
To unicode strings in Python 2.x Try to convert to ascii, but if that doesn't work, leave as unicode.
BUILD_TUPLE_UNPACK_WITH_CALL is a vararg


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-xdis/Makefile \
    pkgsrc/devel/py-xdis/distinfo
cvs rdiff -u -r1.5 -r1.6 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.8 pkgsrc/devel/py-xdis/Makefile:1.9
--- pkgsrc/devel/py-xdis/Makefile:1.8   Thu May  2 08:32:15 2019
+++ pkgsrc/devel/py-xdis/Makefile       Thu Jun 13 07:52:45 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/05/02 08:32:15 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/06/13 07:52:45 adam Exp $
 
-DISTNAME=      xdis-4.0.1
+DISTNAME=      xdis-4.0.2
 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.8 pkgsrc/devel/py-xdis/distinfo:1.9
--- pkgsrc/devel/py-xdis/distinfo:1.8   Thu May  2 08:32:15 2019
+++ pkgsrc/devel/py-xdis/distinfo       Thu Jun 13 07:52:45 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/05/02 08:32:15 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/06/13 07:52:45 adam Exp $
 
-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
+SHA1 (xdis-4.0.2.tar.gz) = 1111600d0c45962d561e439e3644f035741ce5cd
+RMD160 (xdis-4.0.2.tar.gz) = 6e5f3572f61cdc869b1135a5074f02b217b0705c
+SHA512 (xdis-4.0.2.tar.gz) = a295d9a7ae75b5d01e493a37f26f700bd4d3d7c3ee5d3e970845b81ee213f6b48b79e68f70bccbe6dd246d82b77f4eef0457602cab2029757123cdf6c76e8ac5
+Size (xdis-4.0.2.tar.gz) = 183774 bytes

Index: pkgsrc/devel/py-xdis/PLIST
diff -u pkgsrc/devel/py-xdis/PLIST:1.5 pkgsrc/devel/py-xdis/PLIST:1.6
--- pkgsrc/devel/py-xdis/PLIST:1.5      Thu May  2 08:32:15 2019
+++ pkgsrc/devel/py-xdis/PLIST  Thu Jun 13 07:52:45 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/05/02 08:32:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/06/13 07:52:45 adam Exp $
 bin/pydisasm-${PYVERSSUFFIX}.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -41,6 +41,9 @@ ${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