forked from pool/python38
Accepting request 849807 from home:bnavigator:branches:devel:languages:python
- The Python stdlib >= does not provide importlib_metadata or importlib_resources but importlib.metadata and importlib.resources. If a package specifically asks for importlib_*, they actually require the dedicated package with extended API. OBS-URL: https://build.opensuse.org/request/show/849807 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=39
This commit is contained in:
parent
a4b422fc49
commit
35dd29ddf6
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 20 14:40:09 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- The Python stdlib >= does not provide importlib_metadata or
|
||||||
|
importlib_resources but importlib.metadata and importlib.resources.
|
||||||
|
If a package specifically asks for importlib_*, they actually
|
||||||
|
require the dedicated package with extended API.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 9 10:51:30 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Mon Nov 9 10:51:30 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -299,10 +299,6 @@ Provides: %{python_pkg_name}-asyncio = %{version}
|
|||||||
Provides: %{python_pkg_name}-typing = %{version}
|
Provides: %{python_pkg_name}-typing = %{version}
|
||||||
# python3-xml was merged into python3, now moved into -base
|
# python3-xml was merged into python3, now moved into -base
|
||||||
Provides: %{python_pkg_name}-xml = %{version}
|
Provides: %{python_pkg_name}-xml = %{version}
|
||||||
# python-importlib-metadata was specifical project which was merged into 3.8
|
|
||||||
Provides: %{python_pkg_name}-importlib-metadata = %{version}
|
|
||||||
# python-importlib_resources is a backport of 3.7 behaviour into older pythons
|
|
||||||
Provides: %{python_pkg_name}-importlib_resources = %{version}
|
|
||||||
%if %{primary_interpreter}
|
%if %{primary_interpreter}
|
||||||
Provides: python3-asyncio = %{version}
|
Provides: python3-asyncio = %{version}
|
||||||
Provides: python3-base = %{version}
|
Provides: python3-base = %{version}
|
||||||
@ -311,10 +307,6 @@ Provides: python3-typing = %{version}
|
|||||||
Obsoletes: python3-typing < %{version}
|
Obsoletes: python3-typing < %{version}
|
||||||
Provides: python3-xml = %{version}
|
Provides: python3-xml = %{version}
|
||||||
Obsoletes: python3-xml < %{version}
|
Obsoletes: python3-xml < %{version}
|
||||||
Provides: python3-importlib-metadata = %{version}
|
|
||||||
Obsoletes: python3-importlib-metadata < %{version}
|
|
||||||
Provides: python3-importlib_resources = %{version}
|
|
||||||
Obsoletes: python3-importlib_resources < %{version}
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n %{python_pkg_name}-base
|
%description -n %{python_pkg_name}-base
|
||||||
|
Loading…
Reference in New Issue
Block a user