- Add python310 Obsoletes line to obsolete_python_versioned macro.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=50
This commit is contained in:
Matej Cepl 2023-03-01 20:51:07 +00:00 committed by Git OBS Bridge
parent 1c719478cb
commit 339c66ef3e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 1 20:50:04 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Add python310 Obsoletes line to obsolete_python_versioned macro.
-------------------------------------------------------------------
Tue Feb 21 11:34:49 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -47,7 +47,8 @@
# Obsoleting previous "latest" Python versions
# Next versions will get more lines like for older versions
%define obsolete_python_versioned() \
Obsoletes: python39%{?1:-%{1}}
Obsoletes: python39%{?1:-%{1}} \
Obsoletes: python310%{?1:-%{1}} \
%else
%define obsolete_python_versioned() %{nil}
%endif