From cbcbfa2e4161c7c5750143086c7ba591034065d4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 10 May 2024 10:40:37 +0200 Subject: [PATCH] update to 1.7 [release 1.7-1mamba;Thu May 09 2024] --- python-pyTwistyScrambler.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-pyTwistyScrambler.spec b/python-pyTwistyScrambler.spec index 3c01fbb..79cfe98 100644 --- a/python-pyTwistyScrambler.spec +++ b/python-pyTwistyScrambler.spec @@ -1,13 +1,13 @@ Name: python-pyTwistyScrambler -Version: 1.6 -Release: 3mamba +Version: 1.7 +Release: 1mamba Summary: Python module for generating scrambles of various twisty puzzles, including the Rubik's cube, 4x4x4 cube, and others Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/euphwes/pyTwistyScrambler -Source: https://pypi.debian.net/pyTwistyScrambler/pyTwistyScrambler-%{version}.tar.gz +Source: https://pypi.debian.net/pyTwistyScrambler/pytwistyscrambler-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -27,7 +27,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %endif %prep -%setup -q -n pyTwistyScrambler-%{version} +%setup -q -n pytwistyscrambler-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -49,6 +49,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/pyTwistyScrambler-%{version}-py*.egg-info/* %changelog +* Thu May 09 2024 Silvan Calarco 1.7-1mamba +- update to 1.7 + * Wed Sep 27 2023 Automatic Build System 1.6-3mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba