14
0

- Update to 4.10.0:

- #354: Removed Distribution._local factory. This
    functionality was created as a demonstration of the possible
    implementation. Now, the pep517 package provides this
    functionality directly through pep517.meta.load.
  - Require Python 3.7 or later.
  - #357: Fixed requirement generation from egg-info when a URL
    requirement is given.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=18
This commit is contained in:
2021-12-31 12:55:24 +00:00
committed by Git OBS Bridge
parent 46b3d8e145
commit a0b7567741
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Dec 31 12:51:32 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 4.10.0:
- #354: Removed Distribution._local factory. This
functionality was created as a demonstration of the possible
implementation. Now, the pep517 package provides this
functionality directly through pep517.meta.load.
- Require Python 3.7 or later.
- #357: Fixed requirement generation from egg-info when a URL
requirement is given.
-------------------------------------------------------------------
Mon Dec 6 09:40:17 UTC 2021 - Dirk Müller <dmueller@suse.com>