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:           Sun Mar 10 13:52:37 UTC 2019

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

Log Message:
py-xdis: updated to 3.8.10

3.8.10:
- 3.8 opcode support
- Add Python 2.7.16


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-xdis/Makefile \
    pkgsrc/devel/py-xdis/distinfo
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/devel/py-xdis/Makefile:1.4
--- pkgsrc/devel/py-xdis/Makefile:1.3   Fri Jan  4 22:13:11 2019
+++ pkgsrc/devel/py-xdis/Makefile       Sun Mar 10 13:52:36 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/01/04 22:13:11 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/03/10 13:52:36 adam Exp $
 
-DISTNAME=      xdis-3.8.9
+DISTNAME=      xdis-3.8.10
 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.3 pkgsrc/devel/py-xdis/distinfo:1.4
--- pkgsrc/devel/py-xdis/distinfo:1.3   Fri Jan  4 22:13:11 2019
+++ pkgsrc/devel/py-xdis/distinfo       Sun Mar 10 13:52:36 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/01/04 22:13:11 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/03/10 13:52:36 adam Exp $
 
-SHA1 (xdis-3.8.9.tar.gz) = 00e6051f29e028c5cf0ef25aac0ea98a6c21e7ce
-RMD160 (xdis-3.8.9.tar.gz) = 66beca53c093ef428f7426df41a87f25e37c7294
-SHA512 (xdis-3.8.9.tar.gz) = d4d94846c56a463900a1015660edb559e8104628f151c414c2d0f4ca5d40a7e1c618d1ebc196d15e6174c33a70495772ea41190a7a6670f3337aca79bb6cf85c
-Size (xdis-3.8.9.tar.gz) = 208777 bytes
+SHA1 (xdis-3.8.10.tar.gz) = 6904abe769743f6234b33524e894657417c8bb53
+RMD160 (xdis-3.8.10.tar.gz) = ce90d83cd781c56496eb71d2d1558f033c3257a3
+SHA512 (xdis-3.8.10.tar.gz) = a0482fe7511e304a4ff141c99e302b599ca7c7956428c50fb252a2ff552808deda7a19a311c8e9935e9b1c880c454f677ff96c7a239c2d5386b04e5df86bf2aa
+Size (xdis-3.8.10.tar.gz) = 182223 bytes

Index: pkgsrc/devel/py-xdis/PLIST
diff -u pkgsrc/devel/py-xdis/PLIST:1.2 pkgsrc/devel/py-xdis/PLIST:1.3
--- pkgsrc/devel/py-xdis/PLIST:1.2      Fri Jan  4 22:13:11 2019
+++ pkgsrc/devel/py-xdis/PLIST  Sun Mar 10 13:52:36 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/01/04 22:13:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/03/10 13:52:36 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
@@ -113,6 +116,9 @@ ${PYSITELIB}/xdis/opcodes/opcode_36.pyo
 ${PYSITELIB}/xdis/opcodes/opcode_37.py
 ${PYSITELIB}/xdis/opcodes/opcode_37.pyc
 ${PYSITELIB}/xdis/opcodes/opcode_37.pyo
+${PYSITELIB}/xdis/opcodes/opcode_38.py
+${PYSITELIB}/xdis/opcodes/opcode_38.pyc
+${PYSITELIB}/xdis/opcodes/opcode_38.pyo
 ${PYSITELIB}/xdis/opcodes/opcode_3x.py
 ${PYSITELIB}/xdis/opcodes/opcode_3x.pyc
 ${PYSITELIB}/xdis/opcodes/opcode_3x.pyo



Home | Main Index | Thread Index | Old Index