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: adam
Date: Wed Aug 20 20:00:02 UTC 2025
Modified Files:
pkgsrc/textproc/py-ujson: Makefile PLIST distinfo
Log Message:
py-ujson: updated to 5.11.0
5.11.0
Added
Inline type stubs
Add support for Python 3.14
Add support for PyPy3.11
Add Windows ARM64 wheels
Changed
Migrate to src/ layout
Build aarch64 wheels using native runners
Drop support for EOL Python 3.8
Drop support for EOL PyPy3.8-PyPy3.10
Fixed
fix(ujson.loads): raises a JSONDecodeError instead of SystemError when parsing a nested json string
Pin setuptools < 72.2 to fix build on PyPy
Update README.md example to match actual output
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-ujson/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-ujson/PLIST
cvs rdiff -u -r1.21 -r1.22 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.25 pkgsrc/textproc/py-ujson/Makefile:1.26
--- pkgsrc/textproc/py-ujson/Makefile:1.25 Sun Apr 13 12:29:15 2025
+++ pkgsrc/textproc/py-ujson/Makefile Wed Aug 20 20:00:02 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2025/04/13 12:29:15 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/08/20 20:00:02 adam Exp $
-DISTNAME= ujson-5.10.0
+DISTNAME= ujson-5.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/ujson/}
Index: pkgsrc/textproc/py-ujson/PLIST
diff -u pkgsrc/textproc/py-ujson/PLIST:1.3 pkgsrc/textproc/py-ujson/PLIST:1.4
--- pkgsrc/textproc/py-ujson/PLIST:1.3 Sun Apr 13 12:29:15 2025
+++ pkgsrc/textproc/py-ujson/PLIST Wed Aug 20 20:00:02 2025
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2025/04/13 12:29:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/08/20 20:00:02 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/ujson-stubs/__init__.pyi
${PYSITELIB}/ujson.so
Index: pkgsrc/textproc/py-ujson/distinfo
diff -u pkgsrc/textproc/py-ujson/distinfo:1.21 pkgsrc/textproc/py-ujson/distinfo:1.22
--- pkgsrc/textproc/py-ujson/distinfo:1.21 Tue May 14 13:09:34 2024
+++ pkgsrc/textproc/py-ujson/distinfo Wed Aug 20 20:00:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/05/14 13:09:34 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/08/20 20:00:02 adam Exp $
-BLAKE2s (ujson-5.10.0.tar.gz) = 14added4926d4e109612c6977bb12196212a00b11497fb9e270091ed5b91d1d5
-SHA512 (ujson-5.10.0.tar.gz) = 29aeb2f57c607c382deb2825f6262b73d11f1edff0545338819d081f223dabb66b2967744cc11b9f4c0b7f042d51688f04bf07fb9b2cdb6adfec439a3d8aea32
-Size (ujson-5.10.0.tar.gz) = 7154885 bytes
+BLAKE2s (ujson-5.11.0.tar.gz) = 2f253ae68bc6728ecdbdb5b43988001ddfe30acdd74fdb7c1d48b624e8207c4b
+SHA512 (ujson-5.11.0.tar.gz) = 93f94534201dc8227f11eb6852fa15e432d1506fea3a21ec2f16468a78307a9f23f938e55ec6bf7e5707859cd3a5a84e2d15493224675cda2fc70c72967c042e
+Size (ujson-5.11.0.tar.gz) = 7156583 bytes
Home |
Main Index |
Thread Index |
Old Index