14
0

Accepting request 1008615 from home:yarunachalam:branches:devel:languages:python

- Update to version 1.8 (2022-07-07)
  Fix problem on macOS explicitly requiring C++11, thanks to agate-pris (issue #166)
- Update to version 1.7 (2022-07-06)
  Use current master version of rapidjson
  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)

OBS-URL: https://build.opensuse.org/request/show/1008615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=16
This commit is contained in:
2022-10-07 07:54:51 +00:00
committed by Git OBS Bridge
parent 50922a9c65
commit dfefa6812e
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Oct 6 22:46:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.8 (2022-07-07)
Fix problem on macOS explicitly requiring C++11, thanks to agate-pris (issue #166)
- Update to version 1.7 (2022-07-06)
Use current master version of rapidjson
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)
-------------------------------------------------------------------
Thu Jan 13 23:07:04 UTC 2022 - Ben Greiner <code@bnavigator.de>