14
0
Commit Graph

12 Commits

Author SHA256 Message Date
b59944b814 - 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
2024-01-05 17:40:28 +00:00
2287251c45 Accepting request 1128334 from home:ecsos:python
- Update to 1.13
  * Fix handling of write_mode in dump functions (problem emerged discussing issue #191)
- Update to 1.12
  * Generate wheels on PyPI using final Python 3.12 release, thanks to cibuildwheel 2.16.2
- Update to 1.11
  * Use current master version of rapidjson
  * Use cibuildwheel 2.15.0
- Update to 1.10
  * Use current master version of rapidjson
  * Produce ppc64le wheels, thanks to mgiessing (PR #170)
  * Use cibuildwheel 2.12.1
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1128334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=20
2023-11-23 13:09:56 +00:00
5e04e33d12 Accepting request 1032063 from home:yarunachalam:branches:devel:languages:python
- Update to 1.9 
  * Produce Python 3.11 wheels, thanks to cibuildwheel 2.11.1.

OBS-URL: https://build.opensuse.org/request/show/1032063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=18
2022-10-31 10:17:21 +00:00
dfefa6812e 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
2022-10-07 07:54:51 +00:00
50922a9c65 Accepting request 946516 from home:bnavigator:branches:devel:languages:python:numeric
- Update to v1.5
  * Fix serialization bug when using DM_UNIX_TIME in a non-C locale
    context
- Release 1.1 - 1.4
  * wheel related
- Release 1.1
  * Reduce decoder memory consumption by uniquifiying keys in the
    loaded dictionaries
  * Implement an alternative way of transmogrify JSON objects,
    similar to json's object_pairs_hook load option (issue #154)
- Release 1.0
  * Require Python 3.6 or greater
  * New serialization options, iterable_mode and mapping_mode, to
    give some control on how generic iterables and mappings get
    encoded (fix issue #149 and issue #150)
  * Internal refactorings, folding "skipkeys" and "sort_keys"
    arguments into the mapping_mode options, respectively as
    MM_SKIP_NON_STRING_KEYS and MM_SORT_KEYS: "old" arguments kept
    for backward compatibility
  * Bump major version to 1, tag as "production/stable" and switch
    to a simpler X.Y versioning schema
- Release 0.9.4
  * Fix memory leak loading an invalid JSON (issue #148)
- Release 0.9.3
  * Fix access to Encoder instance attributes (issue #147)
- Release 0.9.2
  * Use current master version of rapidjson
  * Enable GH Actions-based test workflow, thanks to Martin Thoma
    (PR #143)
  * Produce Python 3.9 wheels, disable testing under Python < 3.6

OBS-URL: https://build.opensuse.org/request/show/946516
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=15
2022-01-14 22:21:30 +00:00
Tomáš Chvátal
805d9c2770 - Update to 0.9.1:
* Compatibility fix for Python 3.8 (issue #125)
  * Fix memory leak in case of failed validation (issue 126)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=13
2020-03-10 10:10:03 +00:00
Tomáš Chvátal
ca42c89f29 - Fix fdupes call to run on sitearch not sitelib
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=11
2019-10-07 08:29:41 +00:00
Tomáš Chvátal
e93683fa42 Accepting request 726701 from home:mcalabkova:branches:devel:languages:python
- Update to 0.8.0
  * New serialization option bytes_mode to control how bytes instances gets encoded

OBS-URL: https://build.opensuse.org/request/show/726701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=9
2019-08-28 09:16:47 +00:00
Tomáš Chvátal
ad44a4dd1b - Update to 0.7.2:
* Hopefully fix the memory leak when loading from a stream (issue #117)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=7
2019-07-22 13:15:19 +00:00
63e13804e6 Accepting request 708990 from home:jengelh:branches:devel:languages:python
- Trim bias from description.

OBS-URL: https://build.opensuse.org/request/show/708990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=4
2019-06-11 08:59:23 +00:00
Tomáš Chvátal
5200316042 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=3 2019-06-06 09:28:02 +00:00
Tomáš Chvátal
01a2e585a2 - Update to 0.7.1:
* Raise a more specific exception on loading errors, JSONDecodeError, instead of generic ValueError (issue #118)
  * Fix optimization path when using OrderedDicts (issue #119)
  * Fix serialization of IntEnums (issue #121)
  * Raise correct exception in code samples (PR #109), thanks to Thomas Dähling
  * Fix compilation with system-wide install of rapidjson (issue #110)
  * Use current master version of rapidjson, that includes a fix for its issue #1368 and issue #1336, and cures several compilation warnings as well (issue #112 and issue #107)
  * Fix memory leak when using object_hook (issue #115)
- Add patch to enforce use of system rapidjson:
  * rapidjson-system.patch

- Initial packaging of version 0.6.3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=2
2019-06-06 09:25:24 +00:00