Path to this page:
Subject: CVS commit: pkgsrc/devel/py-types-ujson
From: Adam Ciarcinski
Date: 2023-04-26 15:40:17
Message id: 20230426134017.48AA9FA87@cvs.NetBSD.org
Log Message:
py-types-ujson: updated to 5.7.0.4
5.7.0.4 (2023-04-25)
Loosen constraints on ujson file functions
Like `json.dump`, `ujson.dump` takes any object that has a
string-accepting `.write` method.
Similarly, `ujson.load` works with any object with a `.read()` that
returns either a string or a bytes
5.7.0.3 (2023-04-13)
Make most ujson.dump() parameters keyword-only
5.7.0.2 (2023-04-12)
[ujson] Update stubs with new features
Files: