diff options
author | adam <adam@pkgsrc.org> | 2021-10-02 18:33:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-10-02 18:33:50 +0000 |
commit | 37a635b81e6a4532eeeb1c5b1b96df59716145d7 (patch) | |
tree | 2c01b8fb7e37626516352f1c41bc15ccacf768dc /textproc/py-ujson | |
parent | 978acf4ddd44cf56667a052ca402813e8bd039d5 (diff) | |
download | pkgsrc-37a635b81e6a4532eeeb1c5b1b96df59716145d7.tar.gz |
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 (limited to 'textproc/py-ujson')
-rw-r--r-- | textproc/py-ujson/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-ujson/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-ujson/Makefile b/textproc/py-ujson/Makefile index e8dedda2760..72b8819a1c5 100644 --- a/textproc/py-ujson/Makefile +++ b/textproc/py-ujson/Makefile @@ -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 --git a/textproc/py-ujson/distinfo b/textproc/py-ujson/distinfo index 9516c999574..2c049f33b22 100644 --- a/textproc/py-ujson/distinfo +++ b/textproc/py-ujson/distinfo @@ -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 |