diff --git a/python-traitlets.spec b/python-traitlets.spec index 1d8f29e..73e319c 100644 --- a/python-traitlets.spec +++ b/python-traitlets.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-traitlets -Version: 5.14.2 +Version: 5.14.3 Release: 1mamba Summary: A lightweight, simple, pure Python derivative of Enthought Traits Group: System/Libraries @@ -13,6 +13,7 @@ License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python-hatchling-py3 %description This Python module is designed to provide a lightweight, simple, pure Python version of many of the capabilities of enthought.traits. @@ -40,6 +41,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Fri Apr 19 2024 Automatic Build System 5.14.3-1mamba +- automatic version update by autodist + * Tue Mar 12 2024 Automatic Build System 5.14.2-1mamba - automatic version update by autodist