diff --git a/python-rpds_py.spec b/python-rpds_py.spec index f838f3e..950c837 100644 --- a/python-rpds_py.spec +++ b/python-rpds_py.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-rpds_py -Version: 0.10.2 +Version: 0.13.0 Release: 1mamba Summary: Python bindings to Rust's persistent data structures (rpds) Group: System/Libraries @@ -13,8 +13,9 @@ License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python-maturin-py3 %description %{summary}. @@ -26,6 +27,7 @@ BuildRequires: libpython3-devel %prep %setup -q -n rpds_py-%{version} + %build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel @@ -49,5 +51,14 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Fri Nov 17 2023 Automatic Build System 0.13.0-1mamba +- automatic version update by autodist + +* Thu Nov 16 2023 Silvan Calarco 0.12.0-1mamba +- update to 0.12.0 + +* Thu Nov 16 2023 Silvan Calarco 0.10.2-2mamba +- rebuilt with python3 == 3.11 + * Sat Sep 09 2023 Silvan Calarco 0.10.2-1mamba - package created using the webbuild interface