14
0

- update to 4.12.0:

* py-93259: Now raise ``ValueError`` when ``None`` or an empty
    string are passed to ``Distribution.from_name`` (and other
    callers).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=26
This commit is contained in:
2022-07-25 21:17:03 +00:00
committed by Git OBS Bridge
parent 886036a2d8
commit 1a02add923
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 25 21:15:25 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 4.12.0:
* py-93259: Now raise ``ValueError`` when ``None`` or an empty
string are passed to ``Distribution.from_name`` (and other
callers).
-------------------------------------------------------------------
Sun Jun 5 00:10:35 UTC 2022 - Dirk Müller <dmueller@suse.com>