diff --git a/orjson-3.9.5.tar.gz b/orjson-3.10.0.tar.gz similarity index 41% rename from orjson-3.9.5.tar.gz rename to orjson-3.10.0.tar.gz index 3e43da3deb4dcca842ab04f483311e8497a4d815..35dee55e00284befaef1754895034c9e57622fd7 100644 Binary files a/orjson-3.9.5.tar.gz and b/orjson-3.10.0.tar.gz differ diff --git a/python-orjson.spec b/python-orjson.spec index 98fdbb122ed1507e1c07f70b5d54f776a6267d6e..60724c74d1935a563a60e98b1e9c6d0f2e78924b 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -6,8 +6,8 @@ orjosn is a fast, correct Python JSON library supporting dataclasses, datetimes, and numpy} Name: python-%{pypi_name} -Version: 3.9.5 -Release: 2 +Version: 3.10.0 +Release: 1 Summary: Fast, correct Python JSON library License: MIT URL: https://github.com/ijl/orjson @@ -60,6 +60,11 @@ Summary: Fast, correct Python JSON library %license LICENSE-MIT %changelog +* Tue Oct 29 2024 muxiaohui - 3.10.0-1 +- Update version to 3.10.0 +- Improve Windows PyPI builds. +- Support serializing numpy.float16. + * Fri Sep 1 2023 li-miaomiao_zhr - 3.9.5-2 - Start self-test of software package