Accepting request 1072924 from devel:languages:python

- update to 6.1.0:
  * ``packages_distributions`` now honors packages and
    modules with Python modules that not ``.py`` sources (e.g.
    ``.pyc``, *   ``.so``).
  * #434: Expand protocol for ``PackageMetadata.get_all`` to
    match the upstream implementation of ``email.message.Message.get_all``
    in python/typeshed#9620.

OBS-URL: https://build.opensuse.org/request/show/1072924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlib-metadata?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2023-03-21 16:40:05 +00:00 committed by Git OBS Bridge
commit 776e0f1d01
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d
size 49776

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43ce9281e097583d758c2c708c4376371261a02c34682491a8e98352365aad20
size 50209

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Mar 19 10:22:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.1.0:
* ``packages_distributions`` now honors packages and
modules with Python modules that not ``.py`` sources (e.g.
``.pyc``, * ``.so``).
* #434: Expand protocol for ``PackageMetadata.get_all`` to
match the upstream implementation of ``email.message.Message.get_all``
in python/typeshed#9620.
-------------------------------------------------------------------
Mon Jan 2 19:12:18 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -27,7 +27,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-importlib-metadata%{psuffix}
Version: 6.0.0
Version: 6.1.0
Release: 0
Summary: Read metadata from Python packages
License: Apache-2.0