14
0

- Make requirement of importlib_resources only for particular

versions of Python (< 3.9).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=3
This commit is contained in:
2020-12-02 18:15:19 +00:00
committed by Git OBS Bridge
parent fde6cc1df5
commit 277f5c07dd
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 2 18:11:11 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Make requirement of importlib_resources only for particular
versions of Python (< 3.9).
-------------------------------------------------------------------
Thu Nov 19 19:43:05 UTC 2020 - Benjamin Greiner <code@bnavigator.de>