automatic version update by autodist [release 0.13.0-1mamba;Fri Nov 17 2023]
This commit is contained in:
parent
52105fc9de
commit
81b9871e88
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-rpds_py
|
Name: python-rpds_py
|
||||||
Version: 0.10.2
|
Version: 0.13.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Python bindings to Rust's persistent data structures (rpds)
|
Summary: Python bindings to Rust's persistent data structures (rpds)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -13,8 +13,9 @@ License: MIT
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python-maturin-py3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -26,6 +27,7 @@ BuildRequires: libpython3-devel
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n rpds_py-%{version}
|
%setup -q -n rpds_py-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||||
|
|
||||||
@ -49,5 +51,14 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 17 2023 Automatic Build System <autodist@mambasoft.it> 0.13.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-1mamba
|
||||||
|
- update to 0.12.0
|
||||||
|
|
||||||
|
* Thu Nov 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-2mamba
|
||||||
|
- rebuilt with python3 == 3.11
|
||||||
|
|
||||||
* Sat Sep 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-1mamba
|
* Sat Sep 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user