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:           Thu Oct 31 08:22:00 UTC 2019

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/devel/py-xdis/Makefile:1.13
--- pkgsrc/devel/py-xdis/Makefile:1.12  Tue Oct 15 16:59:35 2019
+++ pkgsrc/devel/py-xdis/Makefile       Thu Oct 31 08:22:00 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/10/15 16:59:35 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/10/31 08:22:00 adam Exp $
 
-DISTNAME=      xdis-4.1.0
+DISTNAME=      xdis-4.1.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.12 pkgsrc/devel/py-xdis/distinfo:1.13
--- pkgsrc/devel/py-xdis/distinfo:1.12  Tue Oct 15 16:59:35 2019
+++ pkgsrc/devel/py-xdis/distinfo       Thu Oct 31 08:22:00 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/10/15 16:59:35 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/10/31 08:22:00 adam Exp $
 
-SHA1 (xdis-4.1.0.tar.gz) = 1b58f05c6aafe93ac808f3eefb07236b586a295c
-RMD160 (xdis-4.1.0.tar.gz) = 96361f1a87e3f9b85451c7df0bdb4aac9862ad97
-SHA512 (xdis-4.1.0.tar.gz) = 5f9d3f08d5f90303af3fcadb255f0782db39e0dadfbbd47c3bbc7e222195e202b232c2bfae022d578290675b688abdadb86d27ceab8c8937cca91bb22d8541b5
-Size (xdis-4.1.0.tar.gz) = 195172 bytes
+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



Home | Main Index | Thread Index | Old Index