diff --git a/orjson-3.9.13.tar.gz b/orjson-3.11.5.tar.gz similarity index 37% rename from orjson-3.9.13.tar.gz rename to orjson-3.11.5.tar.gz index 42257b6cb60fa2bbb3beadcaf4fb470f55671082..e9f670e08389c57b5981219611ed462d75980cfe 100644 Binary files a/orjson-3.9.13.tar.gz and b/orjson-3.11.5.tar.gz differ diff --git a/python-orjson.spec b/python-orjson.spec index bcef08ee1c91f6600d64f0bac717c3a03095725a..df7bb9b3557e85c755a62ad4dfa427f1421e556c 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -1,6 +1,7 @@ %define anolis_release 1 +%global debug_package %{nil} %global pypi_name orjson -%global pypi_version 3.9.13 +%global pypi_version 3.11.5 Name: python-%{pypi_name} Version: %{pypi_version} @@ -42,12 +43,16 @@ orjson is a fast, correct JSON library for Python %check %pyproject_check_import -%pytest +%pytest -p no:trio %files -n python3-%{pypi_name} -f %{pyproject_files} %license LICENSE-APACHE LICENSE-MIT %doc README.md %changelog +* Fri Mar 27 2026 tomcruiseqi - 3.11.5-1 +- Update to 3.11.5 +- Fix CVE-2025-67221 + * Thu Apr 11 2024 Shenglong Zhu - 3.9.13-1 - Initial package.