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: updated to 4.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/904e5db1e5a9
branches:  trunk
changeset: 459289:904e5db1e5a9
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Oct 02 18:33:50 2021 +0000

description:
py-ujson: updated to 4.2.0

4.2.0

Added

Add a default keyword argument to dumps
Add support for Python 3.10
Build 32-bit wheels for Windows
Build PyPy3 wheels for manylinux
Build wheels for musl aarch64 (aka ARM) Linux (musllinux_1_1_aarch64)
Build wheels for musl Linux (musllinux_1_1_x86_64)

Changed

Use declarative setup metadata
Wheel building updates
Rename master to main
Replace README.rst with Markdown

diffstat:

 textproc/py-ujson/Makefile |   4 ++--
 textproc/py-ujson/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r fc94c83c6956 -r 904e5db1e5a9 textproc/py-ujson/Makefile
--- a/textproc/py-ujson/Makefile        Sat Oct 02 18:30:59 2021 +0000
+++ b/textproc/py-ujson/Makefile        Sat Oct 02 18:33:50 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/08/25 07:27:46 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/10/02 18:33:50 adam Exp $
 
-DISTNAME=      ujson-4.1.0
+DISTNAME=      ujson-4.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/ujson/}
diff -r fc94c83c6956 -r 904e5db1e5a9 textproc/py-ujson/distinfo
--- a/textproc/py-ujson/distinfo        Sat Oct 02 18:30:59 2021 +0000
+++ b/textproc/py-ujson/distinfo        Sat Oct 02 18:33:50 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/08/25 07:27:46 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/10/02 18:33:50 adam Exp $
 
-SHA1 (ujson-4.1.0.tar.gz) = 08c802da0db297136c69939b015b36bab5da91ad
-RMD160 (ujson-4.1.0.tar.gz) = ef8d29f201179877520fa095ea84ba4fe0f711b6
-SHA512 (ujson-4.1.0.tar.gz) = b3661c23fcdad2dbbac1d92b319f85ad3b7b575c1e773f5207cc83811974ed8de0e9780acb50986fcdea1c4237d5ded8d10a9bb641468b198824f5da15b8ae0e
-Size (ujson-4.1.0.tar.gz) = 7129002 bytes
+SHA1 (ujson-4.2.0.tar.gz) = 20d6d48da518a7be60e42faa9cc5db2975a0163d
+RMD160 (ujson-4.2.0.tar.gz) = 14362aefc2c3acefe929a8755eccd1db96f41b56
+SHA512 (ujson-4.2.0.tar.gz) = 894316eeeafe80eb3328958f4336c1989c9591caf84de5a9442f9d028c85f67d08e7c295e74f5828abc93ad56ffa2d12b98ebe0ecf4bca27ae37642fbffe47e4
+Size (ujson-4.2.0.tar.gz) = 7129419 bytes



Home | Main Index | Thread Index | Old Index