Stop enumerating the patches

There was a gap between 1 and 3, which was not ideal.
This way, we don't have to deal with the numbers.
This commit is contained in:
Miro Hrončok 2023-09-19 12:19:40 +02:00
parent 856a4a0af9
commit 5edf3c3fa7
4 changed files with 3 additions and 3 deletions

View File

@ -15,17 +15,17 @@ Source0: %pypi_source argcomplete
# Fish in Fedora contains git hash in version which breaks tests,
# this patch removes it
Patch1: 0001-Remove-commit-hash-from-Fish-version.patch
Patch: Remove-commit-hash-from-Fish-version.patch
# Ensure Python 3.7+ compatibility in check_console_script
# Rebased from https://github.com/kislyuk/argcomplete/commit/f4d046c0ce
# Partial fix for https://bugzilla.redhat.com/2231593
Patch3: 0003-Ensure-Python-3.7-compatibility-in-check_console_script.patch
Patch: Ensure-Python-3.7-compatibility-in-check_console_script.patch
# Ensure Python 3.12+ compatibility in check_console_script
# Rebased from https://github.com/kislyuk/argcomplete/pull/448
# A second part of the fix for https://bugzilla.redhat.com/2231593
Patch4: 0004-Ensure-Python-3.12-compatibility-in-check_console_script.patch
Patch: Ensure-Python-3.12-compatibility-in-check_console_script.patch
BuildRequires: python3-devel
BuildRequires: python3-setuptools