Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-xdis py-xdis: updated to 4.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ba83ed401c6
branches:  trunk
changeset: 429636:0ba83ed401c6
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 22 20:44:34 2020 +0000

description:
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

diffstat:

 devel/py-xdis/Makefile |   4 ++--
 devel/py-xdis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 4c80cb95322d -r 0ba83ed401c6 devel/py-xdis/Makefile
--- a/devel/py-xdis/Makefile    Wed Apr 22 20:21:35 2020 +0000
+++ b/devel/py-xdis/Makefile    Wed Apr 22 20:44:34 2020 +0000
@@ -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/}
diff -r 4c80cb95322d -r 0ba83ed401c6 devel/py-xdis/distinfo
--- a/devel/py-xdis/distinfo    Wed Apr 22 20:21:35 2020 +0000
+++ b/devel/py-xdis/distinfo    Wed Apr 22 20:44:34 2020 +0000
@@ -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