- Last try before this results in an editwar:
* remove importlib_resources and importlib-metadata provides/obsoletes * import importlib_resources is not the same as import importlib.resources, same for metadata * The backport packages from PyPI needed for older flavors are specified as such for setuptools or in pyproject.toml. If a package requires them they typically add them with a python version qualifier and the packages have their own version numbers. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=40
This commit is contained in:
parent
5b0e8f466e
commit
83e48f46d5
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 10 00:26:51 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Last try before this results in an editwar:
|
||||||
|
* remove importlib_resources and importlib-metadata
|
||||||
|
provides/obsoletes
|
||||||
|
* import importlib_resources is not the same as
|
||||||
|
import importlib.resources, same for metadata
|
||||||
|
* The backport packages from PyPI needed for older flavors are
|
||||||
|
specified as such for setuptools or in pyproject.toml. If a
|
||||||
|
package requires them they typically add them with a python
|
||||||
|
version qualifier and the packages have their own version
|
||||||
|
numbers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 5 16:55:12 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Sat Dec 5 16:55:12 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -291,10 +291,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}
|
||||||
@ -303,10 +299,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