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: update to 4.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45b48bad31bf
branches:  trunk
changeset: 441631:45b48bad31bf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Nov 07 18:55:32 2020 +0000

description:
py-ujson: update to 4.0.1.

4.0.1

Fixed

    Fix UnicodeDecodeError on arm64/aarch64 (#435) @hugovk

4.0.0


Added

    Add support for Python 3.9 (#430) @hugovk
    Build wheels for Python 3.9 (#431) @hugovk

Removed

    Drop support for EOL Python 3.5 (#424) @hugovk

Fixed

    Fix indent and add test case (#426) @chenhan1218
    Update code samples in README (#427) @verhovsky


3.2.0

Added

    Make PEP 384 compliant (#417) @tekknolagi
    Build and deploy aarch64 wheels (#422) @geoffreyblake


3.1.0


Added

    PEP 489 Multi Phase Init support (#418) @WillAyd

Fixed

    PyPy3 test fixes (#413) @mgorny

diffstat:

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

diffs (27 lines):

diff -r 2cffc86b08e5 -r 45b48bad31bf textproc/py-ujson/Makefile
--- a/textproc/py-ujson/Makefile        Sat Nov 07 16:52:19 2020 +0000
+++ b/textproc/py-ujson/Makefile        Sat Nov 07 18:55:32 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/03/30 13:11:01 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/11/07 18:55:32 wiz Exp $
 
-DISTNAME=      ujson-2.0.3
+DISTNAME=      ujson-4.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/ujson/}
diff -r 2cffc86b08e5 -r 45b48bad31bf textproc/py-ujson/distinfo
--- a/textproc/py-ujson/distinfo        Sat Nov 07 16:52:19 2020 +0000
+++ b/textproc/py-ujson/distinfo        Sat Nov 07 18:55:32 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/03/30 13:11:01 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/11/07 18:55:32 wiz Exp $
 
-SHA1 (ujson-2.0.3.tar.gz) = df79b74fc1ea6b590f6d73926d791715b9cf9ce7
-RMD160 (ujson-2.0.3.tar.gz) = 7ebac441237750ddac9d9164139ee37bebfbc24a
-SHA512 (ujson-2.0.3.tar.gz) = 2c1879c372745966a00e064559dbf615f282ef192cbdbb29243c48169fc5f6e9344eba29988a1de3b5b0d1fe7699fcd88373d6dbb2e3fb59b1e8ef12b8a0375d
-Size (ujson-2.0.3.tar.gz) = 7127432 bytes
+SHA1 (ujson-4.0.1.tar.gz) = cf5c58ccef8a2000bc010e78329a16252d427477
+RMD160 (ujson-4.0.1.tar.gz) = 45694f5693e81abfe8ce8bbc1125f0aa2ba8088d
+SHA512 (ujson-4.0.1.tar.gz) = 11fb28166afab30e29d71070c91cfb78245eed704a769bf6fb0871c267135fac3fa1042c4ac875dcb870f8a00615e6bcc8fdcd0168edd5ccbae6437605b4df0d
+Size (ujson-4.0.1.tar.gz) = 7128868 bytes



Home | Main Index | Thread Index | Old Index