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 Apr 22 20:44:35 UTC 2020

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

Log Message:
py-xdis: updated to 4.4.0

4.4.0:
Incompatibility: load_module() and load_module_from_file_object() now return a couple more parameters: is_pypy, and the sip_hash value when that is available. The timestamp and file_size returned on 
these functions is now None when they aren't available. Previously timestamp had been 0.

--asm option fixes
Show sip hash in 3.7+ when that is used
Handle PEP 552 bytecode-file variations more properly
Detect more intermediate Python versions in load_code_from_file_object()
3.8+ posonlyargcount in assembly... rename Kw-only field to Keyword-only
Add 3.5 canonic bytecode version Marshal dumps()
convert from byte() to str() in dumps() when needed in 3.x
to_native() convert to bytes from string when needed in 3.x.
clean up loading code by using float version values rather than magic values


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/devel/py-xdis/Makefile:1.21
--- pkgsrc/devel/py-xdis/Makefile:1.20  Fri Apr 17 05:47:33 2020
+++ pkgsrc/devel/py-xdis/Makefile       Wed Apr 22 20:44:34 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/04/17 05:47:33 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/04/22 20:44:34 adam Exp $
 
-DISTNAME=      xdis-4.3.2
+DISTNAME=      xdis-4.4.0
 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.20 pkgsrc/devel/py-xdis/distinfo:1.21
--- pkgsrc/devel/py-xdis/distinfo:1.20  Fri Apr 17 05:47:33 2020
+++ pkgsrc/devel/py-xdis/distinfo       Wed Apr 22 20:44:34 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/04/17 05:47:33 adam Exp $
+$NetBSD: distinfo,v 1.21 2020/04/22 20:44:34 adam Exp $
 
-SHA1 (xdis-4.3.2.tar.gz) = 1530783674d75cc5d8c11d51f399a10aa16fc76f
-RMD160 (xdis-4.3.2.tar.gz) = ee1f951c35255c569c68bc06021ec669a27d67af
-SHA512 (xdis-4.3.2.tar.gz) = ff4d19f50249f7897e66e126564b872dfb11e913ac25e03f00e13d2ddc80e8e2124f822910f1159454e0594250bd9ef90d4eae2b48c382cefac2b4c903ed6905
-Size (xdis-4.3.2.tar.gz) = 219750 bytes
+SHA1 (xdis-4.4.0.tar.gz) = 139ebbc01389acf27399201943da276bbf989b76
+RMD160 (xdis-4.4.0.tar.gz) = 97a725e50c2282b45ae7d044a6bcd05ca40dc4a2
+SHA512 (xdis-4.4.0.tar.gz) = c027a1b1407e213a73e2f7e4334497038379517ef94796db1e48cbdd6af6190966dcdddbd9fd403e7a08bf4ced48bf190f998248340902298f8505e0bfa47af8
+Size (xdis-4.4.0.tar.gz) = 220581 bytes



Home | Main Index | Thread Index | Old Index