diff --git a/orjson-3.10.0.tar.gz b/orjson-3.10.0.tar.gz deleted file mode 100644 index 35dee55e00284befaef1754895034c9e57622fd7..0000000000000000000000000000000000000000 Binary files a/orjson-3.10.0.tar.gz and /dev/null differ diff --git a/orjson-3.10.11.tar.gz b/orjson-3.10.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a94f148a99b50348fa2623545212e479e79a9007 Binary files /dev/null and b/orjson-3.10.11.tar.gz differ diff --git a/python-orjson.spec b/python-orjson.spec index e51bd097d1dda9c489da41b0e0b223a23e49c520..798013de98c61967769c95a15dec5aea105de81c 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -6,7 +6,7 @@ orjosn is a fast, correct Python JSON library supporting dataclasses, datetimes, and numpy} Name: python-%{pypi_name} -Version: 3.10.0 +Version: 3.10.11 Release: 1 Summary: Fast, correct Python JSON library License: MIT @@ -60,6 +60,14 @@ Summary: Fast, correct Python JSON library %license LICENSE-MIT %changelog +* Wed Nov 20 2024 Dongxing Wang - 3.10.11-1 +- Update package with version 3.10.11 + Improve performance of UUIDs. + Publish PyPI wheels with trusted publishing and PEP 740 attestations. + Compatibility with CPython 3.14 alpha 1. + Drop support for arm7. + Serializing numpy.ndarray with non-native endianness raises orjson.JSONEncodeError. + * Fri Nov 08 2024 liutao1 - 3.10.0-1 - Update package to version 3.10.0 Support serializing numpy.float16 (numpy.half).