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