Thu Oct 31 08:22:00 2019 UTC ()
py-xdis: updated to 4.1.2

4.1.2 pre Halloween redux:
Python 3.8.0 magic changed
More Pypy 3.6 tolerance
Fixed DeprecationWarning

4.1.1 pre-Halloween:
Fix unmarshaling 3.4+ object_ref bugs.
A big thanks to Armin Rigo of the PyPy team.
Add Pypy 3.6+ disassembly, e.g. pypy3.6-7.1.0 and pypy3.6-7.1.1
Add Python 3.7.5, 2.7.16, 2.7.17rc1, and 2.7.15candidate1 as a valid releases
convert unmarshal if .. elif code to a dictionary lookup with function entries
Handle newer Python importlib


(adam)
diff -r1.12 -r1.13 pkgsrc/devel/py-xdis/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/py-xdis/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/devel/py-xdis/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-xdis/Makefile 2019/10/15 16:59:35 1.12
+++ pkgsrc/devel/py-xdis/Makefile 2019/10/31 08:22:00 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2019/10/15 16:59:35 adam Exp $ 1# $NetBSD: Makefile,v 1.13 2019/10/31 08:22:00 adam Exp $
2 2
3DISTNAME= xdis-4.1.0 3DISTNAME= xdis-4.1.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=x/xdis/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/rocky/python-xdis 9HOMEPAGE= https://github.com/rocky/python-xdis
10COMMENT= Python cross-version byte-code disassembler and marshal routines 10COMMENT= Python cross-version byte-code disassembler and marshal routines
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click 13DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
14DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
16 16

cvs diff -r1.12 -r1.13 pkgsrc/devel/py-xdis/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-xdis/distinfo 2019/10/15 16:59:35 1.12
+++ pkgsrc/devel/py-xdis/distinfo 2019/10/31 08:22:00 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2019/10/15 16:59:35 adam Exp $ 1$NetBSD: distinfo,v 1.13 2019/10/31 08:22:00 adam Exp $
2 2
3SHA1 (xdis-4.1.0.tar.gz) = 1b58f05c6aafe93ac808f3eefb07236b586a295c 3SHA1 (xdis-4.1.2.tar.gz) = 237a94cbda3b1371a1b834be4a94e41ebdcd03b6
4RMD160 (xdis-4.1.0.tar.gz) = 96361f1a87e3f9b85451c7df0bdb4aac9862ad97 4RMD160 (xdis-4.1.2.tar.gz) = 810446f09459748443800d989d3df41e636b4489
5SHA512 (xdis-4.1.0.tar.gz) = 5f9d3f08d5f90303af3fcadb255f0782db39e0dadfbbd47c3bbc7e222195e202b232c2bfae022d578290675b688abdadb86d27ceab8c8937cca91bb22d8541b5 5SHA512 (xdis-4.1.2.tar.gz) = 9ca6007d97e41d7ad8775997d3f8bdae4f69e45918a2dd5f82061a394cd5745a914b8ba04b6834aca84daa4253555e86faf5b733a7ccf9197dec749af10fcd92
6Size (xdis-4.1.0.tar.gz) = 195172 bytes 6Size (xdis-4.1.2.tar.gz) = 197189 bytes