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:
2020-11-24 09:10:25 +00:00
committed by Git OBS Bridge
parent a4b422fc49
commit 35dd29ddf6
2 changed files with 8 additions and 8 deletions

View File

@@ -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>