package created using the webbuild interface [release 6.0.0-1mamba;Fri Dec 29 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 16:41:19 +01:00
parent 1382d0d1ce
commit a0daa9ec07

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-smmap
Version: 5.0.1
Version: 6.0.0
Release: 1mamba
Summary: A pure Python implementation of a sliding window memory map manager
Group: System/Libraries
@ -47,5 +47,5 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Fri Dec 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.1-1mamba
* Fri Dec 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.0-1mamba
- package created using the webbuild interface