diff options
author | adam <adam@pkgsrc.org> | 2021-08-25 07:27:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-08-25 07:27:46 +0000 |
commit | 286de63bba1c9e6da1714ade5a0d44900d19838f (patch) | |
tree | 31f878fc9420af1ee33c82e6c951a56d45464d62 /textproc/py-ujson | |
parent | 4d31870d7ec0fb130bbe666a44fd68fffa606f69 (diff) | |
download | pkgsrc-286de63bba1c9e6da1714ade5a0d44900d19838f.tar.gz |
py-ujson: updated to 4.1.0
4.1.0
Added
Add gcov coverage testing for C code
Test Python 3.10-dev
Changed
Remove unused variable
Remove explicit handling of manylinux platform tag
Fixed
dconv no longer uses global instances of StringToDoubleConverter and
Switch shebang for the manylinux-wheels script
Fix typos in error message
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 6b9643afdfb..e8dedda2760 100644 --- a/textproc/py-ujson/Makefile +++ b/textproc/py-ujson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/01/25 14:23:59 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/08/25 07:27:46 adam Exp $ -DISTNAME= ujson-4.0.2 +DISTNAME= ujson-4.1.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 6cddd8d5782..9516c999574 100644 --- a/textproc/py-ujson/distinfo +++ b/textproc/py-ujson/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2021/01/25 14:23:59 adam Exp $ +$NetBSD: distinfo,v 1.7 2021/08/25 07:27:46 adam Exp $ -SHA1 (ujson-4.0.2.tar.gz) = 7377b99213934e800a54930f42f6ddf7769e1859 -RMD160 (ujson-4.0.2.tar.gz) = e51e57803d870971453f47adb93b18027da5b03f -SHA512 (ujson-4.0.2.tar.gz) = ece12d4407cb7cdb647597ff7fc32e4390fc4c790c59e764da5c5644e5dec470c48cb6a6aaa18429cb713643e5205c5d26b2d2d2195bc90f3a171615d3dbd80d -Size (ujson-4.0.2.tar.gz) = 7129106 bytes +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 |