diff --git a/python-frozenlist.spec b/python-frozenlist.spec index 9c33d69..b53dc7b 100644 --- a/python-frozenlist.spec +++ b/python-frozenlist.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-frozenlist -Version: 1.4.1 +Version: 1.5.0 Release: 1mamba Summary: A list-like structure which implements collections.abc.MutableSequence Group: System/Libraries @@ -48,5 +48,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Thu Oct 24 2024 Automatic Build System 1.5.0-1mamba +- automatic version update by autodist + * Thu Sep 05 2024 Silvan Calarco 1.4.1-1mamba - package created using the webbuild interface