python-orjson/python-orjson.changes
Dirk Mueller decba6fff4 - update to 3.8.3:
* `orjson.dumps()` accepts `option=None` per `Optional[int]` type.
  * Fix tests on 32-bit for `numpy.intp` and `numpy.uintp`.
  * Build now depends on rustc 1.60 or later.
  * Support building with maturin 0.13 or 0.14.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-orjson?expand=0&rev=9
2023-01-02 20:10:26 +00:00

34 lines
1.2 KiB
Plaintext

-------------------------------------------------------------------
Mon Jan 2 20:07:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.8.3:
* `orjson.dumps()` accepts `option=None` per `Optional[int]` type.
* Fix tests on 32-bit for `numpy.intp` and `numpy.uintp`.
* Build now depends on rustc 1.60 or later.
* Support building with maturin 0.13 or 0.14.
-------------------------------------------------------------------
Fri Oct 28 18:35:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.8.1
- Build maintenance for Python 3.11.
-------------------------------------------------------------------
Wed Sep 21 12:11:03 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 3.8.0:
- Support serializing numpy.int16 and numpy.uint16.
- Fix datetime regression tests with tzinfo 2022b.
-------------------------------------------------------------------
Wed Sep 21 00:35:02 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Activate test suite
- Tidy spec
-------------------------------------------------------------------
Wed Jul 13 07:52:11 UTC 2022 - Adrian Schröter <adrian@suse.de>
- initial package of version 3.7.7