diff --git a/ninja-1.11.1.1.tar.gz b/ninja-1.11.1.1.tar.gz deleted file mode 100644 index 0fa68ef50472a7502f95752d0afc40f8290bc07d..0000000000000000000000000000000000000000 Binary files a/ninja-1.11.1.1.tar.gz and /dev/null differ diff --git a/ninja-1.13.0.tar.gz b/ninja-1.13.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..969f4f61755ee97c44b1d9b08423611cc1d634ea Binary files /dev/null and b/ninja-1.13.0.tar.gz differ diff --git a/python-ninja.spec b/python-ninja.spec index 70dc4dbc1a6d50a857e91165f95cccb2d9582bef..15f9be97c413e262c9ffb2642c6cc2809e42e329 100644 --- a/python-ninja.spec +++ b/python-ninja.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ninja -Version: 1.11.1.1 -Release: 4 +Version: 1.13.0 +Release: 1 Summary: A small build system with a focus on speed. License: Apache-2.0 URL: https://github.com/ninja-build/ninja -Source0: https://files.pythonhosted.org/packages/37/2c/d717d13a413d6f7579cdaa1e28e6e2c98de95461549b08d311c8a5bf4c51/ninja-1.11.1.1.tar.gz +Source0: https://files.pythonhosted.org/packages/43/73/79a0b22fc731989c708068427579e840a6cf4e937fe7ae5c5d0b7356ac22/ninja-1.13.0.tar.gz Source1: v1.11.1.g95dee.kitware.jobserver-1.tar.gz BuildRequires: python3-devel @@ -76,6 +76,18 @@ mv %{buildroot}/%{_bindir}/ninja %{buildroot}/%{_bindir}/python-ninja %{_docdir}/* %changelog +* Thu Aug 21 2025 Yu Peng - 1.13.0-1 +- Upgrade to 1.13.0. + break: drop Python 3.7, manylinux2010 & musllinux_1_1 + feat: use 1.13.0 official release + feat: use 1.13.0 from Kitware fork (older Make observers support) + feat: add riscv64 linux wheels + feat: use a manylinux_2_31 compatible image for riscv64 + fix: fail early if Ninja sources are missing + chore(deps): bump pypa/cibuildwheel from 2.23 to 3.1 + chore: Simplify build-system replacing FetchContent calls with add_subdirectory + ci: split QEMU builds + * Mon Sep 23 2024 Shinwell Hu - 1.11.1.1-4 - Python-ninja should never obsolate ninja-build. - Rename /usr/bin/ninja shipped in this package to /usr/bin/python-ninja diff --git a/v1.11.1.g95dee.kitware.jobserver-1.tar.gz b/v1.11.1.g95dee.kitware.jobserver-1.tar.gz deleted file mode 100644 index dc35009bea15fc9403552e6561545ac1ba5d3cbf..0000000000000000000000000000000000000000 Binary files a/v1.11.1.g95dee.kitware.jobserver-1.tar.gz and /dev/null differ