diff --git a/python-maturin.spec b/python-maturin.spec index 384f0f6..d08ba02 100644 --- a/python-maturin.spec +++ b/python-maturin.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-maturin -Version: 1.2.3 +Version: 1.3.0 Release: 1mamba Summary: Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages Group: System/Libraries @@ -14,8 +14,7 @@ License: MIT, Apache License 2.0 BuildRequires: glibc-devel BuildRequires: libbzip2-devel BuildRequires: libgcc -BuildRequires: libpython310-devel -BuildRequires: python3.10dist(tomli) +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END %description @@ -53,5 +52,8 @@ done %{python_sitearch}/%{pkgname}/* %changelog +* Tue Oct 03 2023 Automatic Build System 1.3.0-1mamba +- automatic version update by autodist + * Sat Sep 09 2023 Silvan Calarco 1.2.3-1mamba - package created using the webbuild interface