Hello community, here is the log from the commit of package python38 for openSUSE:Factory checked in at 2020-11-29 12:18:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python38 (Old) and /work/SRC/openSUSE:Factory/.python38.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python38" Sun Nov 29 12:18:26 2020 rev:7 rq:850380 version:3.8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python38/python38.changes 2020-11-15 15:17:04.986857035 +0100 +++ /work/SRC/openSUSE:Factory/.python38.new.5913/python38.changes 2020-11-29 12:18:43.289413116 +0100 @@ -1,0 +2,8 @@ +Fri Nov 20 14:40:09 UTC 2020 - Benjamin Greiner <[email protected]> + +- 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. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python38.spec ++++++ --- /var/tmp/diff_new_pack.swkBOV/_old 2020-11-29 12:18:45.573415426 +0100 +++ /var/tmp/diff_new_pack.swkBOV/_new 2020-11-29 12:18:45.573415426 +0100 @@ -299,10 +299,6 @@ Provides: %{python_pkg_name}-typing = %{version} # python3-xml was merged into python3, now moved into -base 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} Provides: python3-asyncio = %{version} Provides: python3-base = %{version} @@ -311,10 +307,6 @@ Obsoletes: python3-typing < %{version} Provides: 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 %description -n %{python_pkg_name}-base _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
