pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-ujson py-ujson: update to 5.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2302d2ee970d
branches:  trunk
changeset: 379566:2302d2ee970d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 18 21:52:39 2022 +0000

description:
py-ujson: update to 5.3.0.

Fix test target.

Changes:

Added

    Test Python 3.11 beta (#539) @hugovk

Changed

    Benchmark refactor - argparse CLI (#533) @Erotemic

Fixed

    Fix segmentation faults when errors occur while handling unserialisable objects (#531) @JustAnotherArchivist
    Fix segmentation fault when an exception is raised while converting a dict key to a string (#526) @JustAnotherArchivist
    Fix memory leak dumping on non-string dict keys (#521) @JustAnotherArchivist
    Fix ref counting on repeated default function calls (#524) @JustAnotherArchivist
    Remove redundant wheel dependency from pyproject.toml (#535) @hugovk

diffstat:

 textproc/py-ujson/Makefile |  6 ++++--
 textproc/py-ujson/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 22530a9492c6 -r 2302d2ee970d textproc/py-ujson/Makefile
--- a/textproc/py-ujson/Makefile        Wed May 18 20:58:03 2022 +0000
+++ b/textproc/py-ujson/Makefile        Wed May 18 21:52:39 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/04/06 09:24:43 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/05/18 21:52:39 wiz Exp $
 
-DISTNAME=      ujson-5.2.0
+DISTNAME=      ujson-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/ujson/}
@@ -17,6 +17,8 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+DISTUTILS_BUILDDIR_IN_TEST_ENV=        yes
+
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
diff -r 22530a9492c6 -r 2302d2ee970d textproc/py-ujson/distinfo
--- a/textproc/py-ujson/distinfo        Wed May 18 20:58:03 2022 +0000
+++ b/textproc/py-ujson/distinfo        Wed May 18 21:52:39 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/04/06 09:24:43 adam Exp $
+$NetBSD: distinfo,v 1.14 2022/05/18 21:52:39 wiz Exp $
 
-BLAKE2s (ujson-5.2.0.tar.gz) = 431d2bf2e9367f8f1ee8539b2ed1e1cde57029599f834dab0df7b9734dca0465
-SHA512 (ujson-5.2.0.tar.gz) = c0ef90bdaa2d5e02109ea3e01288ff9ab4e4bd865ea0a33d915de2878cb13a04f24fe278f86582e042b430e6b20077f2b337d6a4349777a803e9725666952fd6
-Size (ujson-5.2.0.tar.gz) = 7135591 bytes
+BLAKE2s (ujson-5.3.0.tar.gz) = 3f321a4e8d18a83440bb100db63abd1d94a43bc2c2e406682efbe6abd17ea32b
+SHA512 (ujson-5.3.0.tar.gz) = 7342ab3548980e14ff7a931b40aa9886703c167b3f079d01e1d07c9f6408b2994a84cf157ff8966400af057cdd8f332d6f47e2747b918efcd67129727434c501
+Size (ujson-5.3.0.tar.gz) = 7137499 bytes



Home | Main Index | Thread Index | Old Index