diff --git a/python-ujson.changes b/python-ujson.changes index dcbb8b0..c8e6d65 100644 --- a/python-ujson.changes +++ b/python-ujson.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Sep 12 14:28:16 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 5.11.0 + * Inline type stubs (#674) @MarcoGorelli + * Add support for Python 3.14 (#680) @hugovk + * Add support for PyPy3.11 (#658) @hugovk + * Add Windows ARM64 wheels (#663) @tonybaloney + * Migrate to src/ layout (#664) @hugovk + * Build aarch64 wheels using native runners (#652) @hugovk + * Drop support for EOL Python 3.8 (#645) @hugovk + * Drop support for EOL PyPy3.8-PyPy3.10 (#639, #682) @hugovk + * fix(ujson.loads): raises a JSONDecodeError instead of + SystemError when parsing a nested json string (#667) @grandnew + * Pin setuptools < 72.2 to fix build on PyPy (#638) @hugovk + * Update README.md example to match actual output (#654) @AvdN +- Add %{python_sitearch}/ujson-stubs to %files section +- Drop command to remove deps directory + ------------------------------------------------------------------- Thu Jun 12 05:01:35 UTC 2025 - Steve Kowalik diff --git a/python-ujson.spec b/python-ujson.spec index ec4e954..d2dfaf9 100644 --- a/python-ujson.spec +++ b/python-ujson.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-ujson -Version: 5.10.0 +Version: 5.11.0 Release: 0 Summary: JSON encoder and decoder for Python License: BSD-3-Clause @@ -45,7 +45,6 @@ bindings for Python 2.7 and 3.8+ %autosetup -p1 -n ujson-%{version} %build -rm -r deps export CFLAGS="%{optflags} -fno-strict-aliasing" export UJSON_BUILD_DC_INCLUDES='%{_includedir}/double-conversion' export UJSON_BUILD_DC_LIBS='-ldouble-conversion' @@ -61,6 +60,7 @@ export UJSON_BUILD_DC_LIBS='-ldouble-conversion' %files %{python_files} %doc README.md %{python_sitearch}/ujson.cpython-*-linux-gnu.so +%{python_sitearch}/ujson-stubs %{python_sitearch}/ujson-%{version}.dist-info %changelog diff --git a/ujson-5.10.0.tar.gz b/ujson-5.10.0.tar.gz deleted file mode 100644 index 1833954..0000000 --- a/ujson-5.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86ad4bc1 -size 7154885 diff --git a/ujson-5.11.0.tar.gz b/ujson-5.11.0.tar.gz new file mode 100644 index 0000000..d0b227a --- /dev/null +++ b/ujson-5.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e204ae6f909f099ba6b6b942131cee359ddda2b6e4ea39c12eb8b991fe2010e0 +size 7156583