Tue Oct 27 22:33:37 2020 UTC ()
py-xdis: updated to 5.0.5

5.0.5:
Add support for Python2.7 on Ubuntu 20.04
Bump versions for Python 3.8.6 and 3.5.10
Release instructions moved to wiki
VERSION -> __version__ because Python prefers it that way


(adam)
diff -r1.27 -r1.28 pkgsrc/devel/py-xdis/Makefile
diff -r1.26 -r1.27 pkgsrc/devel/py-xdis/distinfo

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

--- pkgsrc/devel/py-xdis/Makefile 2020/09/10 09:25:02 1.27
+++ pkgsrc/devel/py-xdis/Makefile 2020/10/27 22:33:37 1.28
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.27 2020/09/10 09:25:02 adam Exp $ 1# $NetBSD: Makefile,v 1.28 2020/10/27 22:33:37 adam Exp $
2 2
3DISTNAME= xdis-5.0.4 3DISTNAME= xdis-5.0.5
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-runner-[0-9]*:../../devel/py-test-runner 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
16 16

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

--- pkgsrc/devel/py-xdis/distinfo 2020/09/10 09:25:02 1.26
+++ pkgsrc/devel/py-xdis/distinfo 2020/10/27 22:33:37 1.27
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.26 2020/09/10 09:25:02 adam Exp $ 1$NetBSD: distinfo,v 1.27 2020/10/27 22:33:37 adam Exp $
2 2
3SHA1 (xdis-5.0.4.tar.gz) = 75e650ce0961c55cda74c0c124d77204109a47af 3SHA1 (xdis-5.0.5.tar.gz) = 14b9e2438dd57e1791a04ac184bc8e500118a026
4RMD160 (xdis-5.0.4.tar.gz) = 8677e8949ab007ee7ba770e00ffa36f918458f8d 4RMD160 (xdis-5.0.5.tar.gz) = bb0ad26399191c6878a2edd1deeab9648e29dc56
5SHA512 (xdis-5.0.4.tar.gz) = 50cad73185ade5c37c4ae71e5eaeb3e7b295e8dd380533abe1f67c589e97691d605d52b338716b95bf22ddd02b4d994265c88fb4e3fa62bf9d421e1b768779a6 5SHA512 (xdis-5.0.5.tar.gz) = 6fedf77f93138177082b3c5758ebc4b157d862f37fc68605f64afffd40d31bdfe15b3b1fde2d54d7f20e69317000cf66a97207b47791db4d44a73b0dc0b99b6c
6Size (xdis-5.0.4.tar.gz) = 232959 bytes 6Size (xdis-5.0.5.tar.gz) = 233229 bytes