14
0
forked from pool/python-ujson

- update to 5.7.0:

* Support ujson.loads(bytearray(...)) and other bytes-like
    objects.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=38
This commit is contained in:
2023-03-27 10:04:43 +00:00
committed by Git OBS Bridge
parent 7ed064f6cd
commit 1fbc7c56ca
5 changed files with 12 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 27 10:04:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.7.0:
* Support ujson.loads(bytearray(...)) and other bytes-like
objects.
-------------------------------------------------------------------
Wed Dec 7 22:34:15 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>