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:           Tue Dec 31 10:16:56 UTC 2019

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

Log Message:
py-xdis: updated to 4.2.2

4.2.2:
Add Python versions: 3.6.10, 3.7.6. 3.8.1,
Update 3.9-dev to 3.9.0alpha2
Add interpolation of FUNCTION_CALL_{KW,EX} argument for 3.7-3.9
Better output of complex type values

4.2.1:
Correct and clean up compiler flags. Add 3.5+ ITERABLE_COROUTINE and
3.6+ ASYNC_GENERATOR.
Clean up PYPY 3.6 flags and opcodes Many thanks again to Arman Rigo.
Split PYPY specfic compiler-specific flags into its own thing.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-xdis/Makefile \
    pkgsrc/devel/py-xdis/distinfo

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.15 pkgsrc/devel/py-xdis/Makefile:1.16
--- pkgsrc/devel/py-xdis/Makefile:1.15  Wed Dec 11 13:18:25 2019
+++ pkgsrc/devel/py-xdis/Makefile       Tue Dec 31 10:16:56 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/12/11 13:18:25 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/12/31 10:16:56 adam Exp $
 
-DISTNAME=      xdis-4.2.0
+DISTNAME=      xdis-4.2.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.15 pkgsrc/devel/py-xdis/distinfo:1.16
--- pkgsrc/devel/py-xdis/distinfo:1.15  Wed Dec 11 13:18:25 2019
+++ pkgsrc/devel/py-xdis/distinfo       Tue Dec 31 10:16:56 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2019/12/11 13:18:25 adam Exp $
+$NetBSD: distinfo,v 1.16 2019/12/31 10:16:56 adam Exp $
 
-SHA1 (xdis-4.2.0.tar.gz) = 30e62815ae297fab40f120159f7eded74ccc8f48
-RMD160 (xdis-4.2.0.tar.gz) = 0f8553c264385a900b70c21d3fe2fa20585b1c73
-SHA512 (xdis-4.2.0.tar.gz) = a2f5ac9086adfd10af62690f091701a3bf5a87ac8da4c154bf0965ec2d63ebae4e972a4312875663e96efbe6c15314a9d90d17cf3f7f0943a258b961e443bd76
-Size (xdis-4.2.0.tar.gz) = 204204 bytes
+SHA1 (xdis-4.2.2.tar.gz) = b644c4ae623352139f995d981b55fd2fff86977e
+RMD160 (xdis-4.2.2.tar.gz) = e3b0ef97ced1fc90daffdd947b312476f006c22d
+SHA512 (xdis-4.2.2.tar.gz) = bacea9c4941ac6e8277a0f37e224859cfaa6247b3592c2151b829395cb485054dbd809588cb154974b604afd129c87821c5b042d0e49ba12f0a8fbd04d6ba338
+Size (xdis-4.2.2.tar.gz) = 205819 bytes



Home | Main Index | Thread Index | Old Index