From c8dbc989c24fa908856761a2cc0c4cf274d6accd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:46:53 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 1.10-2mamba;Tue Aug 01 2023] --- python-toposort.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-toposort.spec b/python-toposort.spec index 2eeefa1..8709cc8 100644 --- a/python-toposort.spec +++ b/python-toposort.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-toposort Version: 1.10 -Release: 1mamba +Release: 2mamba Summary: Implements a topological sort algorithm Group: System/Libraries Vendor: openmamba @@ -40,6 +40,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE.txt %changelog +* Tue Aug 01 2023 Silvan Calarco 1.10-2mamba +- rebuilt with python 3.10 + * Mon Feb 27 2023 Automatic Build System 1.10-1mamba - automatic version update by autodist