From 72b5f6b48ab37ea62c522343ec64dfb4c3bac2ab Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 10 May 2024 10:40:59 +0200 Subject: [PATCH] update to 1.0.2 [release 1.0.2-1mamba;Thu May 09 2024] --- python-random2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-random2.spec b/python-random2.spec index f541539..cdaa52d 100644 --- a/python-random2.spec +++ b/python-random2.spec @@ -1,13 +1,13 @@ Name: python-random2 -Version: 1.0.1 -Release: 2mamba +Version: 1.0.2 +Release: 1mamba Summary: A Python 3 ported version of Python 2.7's random module Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://docs.python.org/2/library/random.html -Source: https://pypi.debian.net/random2/random2-%{version}.zip +Source: https://pypi.debian.net/random2/random2-%{version}.tar.gz License: Python Software Foundation License ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -44,6 +44,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %defattr(-,root,root) %changelog +* Thu May 09 2024 Silvan Calarco 1.0.2-1mamba +- update to 1.0.2 + * Sat Sep 23 2023 Automatic Build System 1.0.1-2mamba - rebuilt with python3 = 3.11.5