14
0

- update to 1.14:

* Produce binary wheels for macOS/arm64
- Update to 1.9
  Fix memory leak when using end_array (issue #160)
    #130 and PR #131, thanks to Sebastian Pipping)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=22
This commit is contained in:
2024-01-05 17:40:28 +00:00
committed by Git OBS Bridge
parent 2287251c45
commit b59944b814
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 5 17:39:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.14:
* Produce binary wheels for macOS/arm64
-------------------------------------------------------------------
Thu Nov 23 11:43:24 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -17,7 +23,7 @@ Thu Nov 23 11:43:24 UTC 2023 - ecsos <ecsos@opensuse.org>
-------------------------------------------------------------------
Fri Oct 28 20:41:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 1.9
- Update to 1.9
* Produce Python 3.11 wheels, thanks to cibuildwheel 2.11.1.
-------------------------------------------------------------------
@@ -31,7 +37,7 @@ Thu Oct 6 22:46:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Update the test suite to work on Pyston, thanks to Kevin Modzelewski (PR #161)
- Update to version 1.6 (2022-02-19)
Fix memory leak when using end_array (issue #160)
Fix memory leak when using end_array (issue #160)
-------------------------------------------------------------------
Thu Jan 13 23:07:04 UTC 2022 - Ben Greiner <code@bnavigator.de>
@@ -71,7 +77,7 @@ Thu Jan 13 23:07:04 UTC 2022 - Ben Greiner <code@bnavigator.de>
* Handle wider precision range in timestamps fractional seconds
(PR 133), thanks to Karl Seguin
* Add comparison benchmarks against orjson and hyperjson (issue
#130 and PR #131, thanks to Sebastian Pipping)
#130 and PR #131, thanks to Sebastian Pipping)
-------------------------------------------------------------------
Tue Mar 10 10:08:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>