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:           Fri Jun 12 06:26:47 UTC 2020

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

Log Message:
py-xdis: updated to 4.6.1

4.6.1:
The main purpose of this release is to support x-python better.

Fix a bad bug in handling byte constants in 3.x. How could this go so long fixed?
More custom formatting across more opcodes
* CALL_FUNCTION, CALL_FUNCTION_KW, CALL_FUNCTION_VAR, etc
* MAKE_FUNCTION
* LOAD_CONST in some cases
Go over magics numbers, yet again
Update See also links


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-xdis/Makefile
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/devel/py-xdis/Makefile:1.25
--- pkgsrc/devel/py-xdis/Makefile:1.24  Sat May 23 08:41:11 2020
+++ pkgsrc/devel/py-xdis/Makefile       Fri Jun 12 06:26:47 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2020/05/23 08:41:11 adam Exp $
+# $NetBSD: Makefile,v 1.25 2020/06/12 06:26:47 adam Exp $
 
-DISTNAME=      xdis-4.6.0
+DISTNAME=      xdis-4.6.1
 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.23 pkgsrc/devel/py-xdis/distinfo:1.24
--- pkgsrc/devel/py-xdis/distinfo:1.23  Sat May 23 08:41:11 2020
+++ pkgsrc/devel/py-xdis/distinfo       Fri Jun 12 06:26:47 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2020/05/23 08:41:11 adam Exp $
+$NetBSD: distinfo,v 1.24 2020/06/12 06:26:47 adam Exp $
 
-SHA1 (xdis-4.6.0.tar.gz) = c537d10b3d37a786aebff05894525b22c81a7c4c
-RMD160 (xdis-4.6.0.tar.gz) = 165c22d498a5b4167b4d478fb89b1f7f122a8462
-SHA512 (xdis-4.6.0.tar.gz) = b806d32576f89b7475df074c98583823d854ad454c5a8fef280bf6c92a46c6265d50d98c7aceba32c6d3144843d639bccad647d18987329c2615da4cd5b33b10
-Size (xdis-4.6.0.tar.gz) = 224124 bytes
+SHA1 (xdis-4.6.1.tar.gz) = 644aa4c909165a79116e48be7b4659f15ff45f91
+RMD160 (xdis-4.6.1.tar.gz) = 126c6914015a5bd04634a9ed20d0bdca41fd3fbe
+SHA512 (xdis-4.6.1.tar.gz) = fd7695b431ada695f7fd0be0ccec62736b2319e0abedb1483c0e2348399886358e0ed24b75702a7ef23423c4ee5527f4d676d193a6f8b6615ff2a99752791118
+Size (xdis-4.6.1.tar.gz) = 225314 bytes



Home | Main Index | Thread Index | Old Index