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
This commit is contained in:
wiz 2022-05-18 21:52:39 +00:00
parent 8f3966a93c
commit c508b1fc27
2 changed files with 8 additions and 6 deletions

View file

@ -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 @@ USE_LANGUAGES= c c++
PYTHON_VERSIONS_INCOMPATIBLE= 27
DISTUTILS_BUILDDIR_IN_TEST_ENV= yes
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

View file

@ -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