- 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:
parent
1c719478cb
commit
339c66ef3e
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user