14
0

- update to 3.7.2:

* Cleaned up cruft in entry_points docstring.
  * Internal refactoring to facilitate ``entry_points() -> dict``
    deprecation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=14
This commit is contained in:
2021-04-26 09:24:52 +00:00
committed by Git OBS Bridge
parent 67d3b8146c
commit 6bc6dabc14
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 12 21:29:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.7.2:
* Cleaned up cruft in entry_points docstring.
* Internal refactoring to facilitate ``entry_points() -> dict``
deprecation.
-------------------------------------------------------------------
Tue Mar 2 00:20:59 UTC 2021 - Dirk Müller <dmueller@suse.com>