From a0daa9ec070664bf02e7eea03572f64f89bd1417 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:41:19 +0100 Subject: [PATCH] package created using the webbuild interface [release 6.0.0-1mamba;Fri Dec 29 2023] --- python-smmap.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-smmap.spec b/python-smmap.spec index 7c750eb..852909e 100644 --- a/python-smmap.spec +++ b/python-smmap.spec @@ -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 5.0.1-1mamba +* Fri Dec 29 2023 Silvan Calarco 6.0.0-1mamba - package created using the webbuild interface