forked from pool/python-importlib-metadata
- 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/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=34
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d
|
||||
size 49776
|
3
importlib_metadata-6.1.0.tar.gz
Normal file
3
importlib_metadata-6.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43ce9281e097583d758c2c708c4376371261a02c34682491a8e98352365aad20
|
||||
size 50209
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user