- Add Obsoletes for python3-base when primary interpreter is set to
properly replace it during upgrades. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=50
This commit is contained in:
parent
eecd8bd4f8
commit
51990694fa
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 9 01:37:01 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add Obsoletes for python3-base when primary interpreter is set to
|
||||
properly replace it during upgrades.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 5 15:35:29 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -307,8 +307,9 @@ Provides: %{python_pkg_name}-typing = %{version}
|
||||
Provides: %{python_pkg_name}-xml = %{version}
|
||||
%if %{primary_interpreter}
|
||||
Provides: python3-asyncio = %{version}
|
||||
Provides: python3-base = %{version}
|
||||
Obsoletes: python3-asyncio < %{version}
|
||||
Provides: python3-base = %{version}
|
||||
Obsoletes: python3-base < %{version}
|
||||
Provides: python3-typing = %{version}
|
||||
Obsoletes: python3-typing < %{version}
|
||||
Provides: python3-xml = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user