14
0

- Add patch remove-pkg_resources.patch:

* Use importlib.metadata rather than pkg_resources.
- Since importlib.metadata is not as a stickler as pkg_resources is, remove
  multibuild.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=35
This commit is contained in:
2022-07-18 13:41:20 +00:00
committed by Git OBS Bridge
parent 608e598ab1
commit 0faec7d1b8
4 changed files with 66 additions and 25 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 18 13:40:16 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch remove-pkg_resources.patch:
* Use importlib.metadata rather than pkg_resources.
- Since importlib.metadata is not as a stickler as pkg_resources is, remove
multibuild.
-------------------------------------------------------------------
Wed Jun 2 08:42:23 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>