From d2c500bc713886e5178c8ba39ae00de6196e0137 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Thu, 25 Jan 2024 17:05:20 +0100 Subject: [PATCH] automatic version update by autodist [release 0.12.1-1mamba;Thu Jan 25 2024] --- python-toolz.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-toolz.spec b/python-toolz.spec index 44b2ead..ec626b5 100644 --- a/python-toolz.spec +++ b/python-toolz.spec @@ -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 0.12.1-1mamba +- automatic version update by autodist + * Tue Jul 04 2023 Silvan Calarco 0.12.0-1mamba - package created using the webbuild interface