automatic version update by autodist [release 0.12.1-1mamba;Thu Jan 25 2024]

This commit is contained in:
Automatic Build System 2024-01-25 17:05:20 +01:00
parent 76f19db750
commit d2c500bc71

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-toolz
Version: 0.12.0
Version: 0.12.1
Release: 1mamba
Summary: List processing tools and functional utilities
Group: System/Libraries
@ -11,7 +11,7 @@ URL: https://github.com/pytoolz/toolz/
Source: https://pypi.debian.net/toolz/toolz-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
%description
@ -48,5 +48,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/tlz/*
%changelog
* Thu Jan 25 2024 Automatic Build System <autodist@openmamba.org> 0.12.1-1mamba
- automatic version update by autodist
* Tue Jul 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-1mamba
- package created using the webbuild interface