pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-ujson
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 18 21:52:40 UTC 2022
Modified Files:
pkgsrc/textproc/py-ujson: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-ujson/Makefile \
pkgsrc/textproc/py-ujson/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-ujson/Makefile
diff -u pkgsrc/textproc/py-ujson/Makefile:1.13 pkgsrc/textproc/py-ujson/Makefile:1.14
--- pkgsrc/textproc/py-ujson/Makefile:1.13 Wed Apr 6 09:24:43 2022
+++ pkgsrc/textproc/py-ujson/Makefile Wed May 18 21:52:39 2022
@@ -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
Index: pkgsrc/textproc/py-ujson/distinfo
diff -u pkgsrc/textproc/py-ujson/distinfo:1.13 pkgsrc/textproc/py-ujson/distinfo:1.14
--- pkgsrc/textproc/py-ujson/distinfo:1.13 Wed Apr 6 09:24:43 2022
+++ pkgsrc/textproc/py-ujson/distinfo Wed May 18 21:52:39 2022
@@ -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