Skip to content

Commit

Permalink
py-ujson: updated to 5.7.0
Browse files Browse the repository at this point in the history
5.7.0

Added

Support ujson.loads(bytearray(...)) and other bytes-like objects.
  • Loading branch information
adam committed Jan 11, 2023
1 parent 3bc680f commit d2cfad6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/py-ujson/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.17 2022/12/06 08:12:11 adam Exp $
# $NetBSD: Makefile,v 1.18 2023/01/11 12:05:24 adam Exp $

DISTNAME= ujson-5.6.0
DISTNAME= ujson-5.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/ujson/}
Expand Down
8 changes: 4 additions & 4 deletions textproc/py-ujson/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2022/12/06 08:12:11 adam Exp $
$NetBSD: distinfo,v 1.18 2023/01/11 12:05:24 adam Exp $

BLAKE2s (ujson-5.6.0.tar.gz) = 0a95ff40470ba8ee78e2a536129fba27cc103978456e087e6f9bdfcbad3beea4
SHA512 (ujson-5.6.0.tar.gz) = 996c9746e011f116fcab3e61345df27cb2c1251852f758eff1d3465e19df03deb1a037669aa6ee5aad2fc6c2cf76c22075ad6a73158ff4dc81357e59a4ee244a
Size (ujson-5.6.0.tar.gz) = 7151977 bytes
BLAKE2s (ujson-5.7.0.tar.gz) = 1cda2e519d8055fc240e2c9c15cba7461f54a01dc380fecca7c87f88361e68dc
SHA512 (ujson-5.7.0.tar.gz) = e18a1608a7fe79030e3ff307c9e95a0e238cd5049ee791eddbc07efa55853475d053268b80a8765023639ae8ff39f82b4ae2c04e82fc7dc5f3192a5134ec0757
Size (ujson-5.7.0.tar.gz) = 7152625 bytes

0 comments on commit d2cfad6

Please sign in to comment.