14
0

- update to 6.8.0:

* Require Python 3.8 or later.
  * #453: When inferring top-level names that are importable for
    distributions in ``package_distributions``, now symlinks to
    other directories are honored.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=44
This commit is contained in:
2023-07-15 15:02:23 +00:00
committed by Git OBS Bridge
parent c45e60f2ac
commit 33310fe611
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jul 15 15:01:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.8.0:
* Require Python 3.8 or later.
* #453: When inferring top-level names that are importable for
distributions in ``package_distributions``, now symlinks to
other directories are honored.
-------------------------------------------------------------------
Thu May 4 21:32:41 UTC 2023 - Dirk Müller <dmueller@suse.com>