Skip to content

Commit

Permalink
Update python-importlib-metadata to version 6.1.0 / rev 16 via SR 107…
Browse files Browse the repository at this point in the history
…2924

https://build.opensuse.org/request/show/1072924
by user dirkmueller + dimstar_suse
- 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.
  • Loading branch information
dirkmueller authored and bmwiedemann committed Mar 21, 2023
1 parent 886a33a commit 9302bab
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2 deletions.
Binary file modified packages/p/python-importlib-metadata/.files
Binary file not shown.
14 changes: 14 additions & 0 deletions packages/p/python-importlib-metadata/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,18 @@ It does NOT conflict with python38 standard library (see upstream description)</
``KeyError``.</comment>
<requestid>1046282</requestid>
</revision>
<revision rev="16" vrev="1">
<srcmd5>4097cd1472d06000aa485d29c164dae7</srcmd5>
<version>6.1.0</version>
<time>1679416805</time>
<user>dimstar_suse</user>
<comment>- 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.</comment>
<requestid>1072924</requestid>
</revision>
</revisionlist>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9302bab

Please sign in to comment.