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: Wed Nov 20 09:29:21 UTC 2019
Modified Files:
pkgsrc/devel/py-xdis: Makefile PLIST distinfo
Log Message:
py-xdis: updated to 4.1.3
4.1.3:
Add magics for 3.5.8 and 3.5.9
Python 3.0 tolerance
Fix for unmarshaling Python 3.8 str from 3.2
Pypy 3.3, 3.5 3.6 and 3.6.9 magic numbers and support
improve distribution wheels, and eggs
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-xdis/Makefile \
pkgsrc/devel/py-xdis/distinfo
cvs rdiff -u -r1.8 -r1.9 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.13 pkgsrc/devel/py-xdis/Makefile:1.14
--- pkgsrc/devel/py-xdis/Makefile:1.13 Thu Oct 31 08:22:00 2019
+++ pkgsrc/devel/py-xdis/Makefile Wed Nov 20 09:29:21 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/10/31 08:22:00 adam Exp $
+# $NetBSD: Makefile,v 1.14 2019/11/20 09:29:21 adam Exp $
-DISTNAME= xdis-4.1.2
+DISTNAME= xdis-4.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/}
@@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-xdis/distinfo
diff -u pkgsrc/devel/py-xdis/distinfo:1.13 pkgsrc/devel/py-xdis/distinfo:1.14
--- pkgsrc/devel/py-xdis/distinfo:1.13 Thu Oct 31 08:22:00 2019
+++ pkgsrc/devel/py-xdis/distinfo Wed Nov 20 09:29:21 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/10/31 08:22:00 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/11/20 09:29:21 adam Exp $
-SHA1 (xdis-4.1.2.tar.gz) = 237a94cbda3b1371a1b834be4a94e41ebdcd03b6
-RMD160 (xdis-4.1.2.tar.gz) = 810446f09459748443800d989d3df41e636b4489
-SHA512 (xdis-4.1.2.tar.gz) = 9ca6007d97e41d7ad8775997d3f8bdae4f69e45918a2dd5f82061a394cd5745a914b8ba04b6834aca84daa4253555e86faf5b733a7ccf9197dec749af10fcd92
-Size (xdis-4.1.2.tar.gz) = 197189 bytes
+SHA1 (xdis-4.1.3.tar.gz) = b9e9bee631e3d6a09778855ce0e3c29d3920b8f4
+RMD160 (xdis-4.1.3.tar.gz) = 0af7d9682e4dbaad8dbaba63e9e8be197aa22b1e
+SHA512 (xdis-4.1.3.tar.gz) = f93d1fc149844baf80c3db30d658b0a30ec81059b3301f0d1661e6fee237a85902ab1515ec770634f27e421c890022aef942ba28e0c31686c3bed658d50f1090
+Size (xdis-4.1.3.tar.gz) = 203684 bytes
Index: pkgsrc/devel/py-xdis/PLIST
diff -u pkgsrc/devel/py-xdis/PLIST:1.8 pkgsrc/devel/py-xdis/PLIST:1.9
--- pkgsrc/devel/py-xdis/PLIST:1.8 Tue Oct 15 16:59:35 2019
+++ pkgsrc/devel/py-xdis/PLIST Wed Nov 20 09:29:21 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/10/15 16:59:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/11/20 09:29:21 adam Exp $
bin/pydisasm-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -117,6 +117,9 @@ ${PYSITELIB}/xdis/opcodes/opcode_32pypy.
${PYSITELIB}/xdis/opcodes/opcode_33.py
${PYSITELIB}/xdis/opcodes/opcode_33.pyc
${PYSITELIB}/xdis/opcodes/opcode_33.pyo
+${PYSITELIB}/xdis/opcodes/opcode_33pypy.py
+${PYSITELIB}/xdis/opcodes/opcode_33pypy.pyc
+${PYSITELIB}/xdis/opcodes/opcode_33pypy.pyo
${PYSITELIB}/xdis/opcodes/opcode_34.py
${PYSITELIB}/xdis/opcodes/opcode_34.pyc
${PYSITELIB}/xdis/opcodes/opcode_34.pyo
Home |
Main Index |
Thread Index |
Old Index