forked from pool/python-importlib-metadata
- update to 6.3.0:
* #115: Support ``installed-files.txt`` for ``Distribution.files`` when present. * #442: Fixed issue introduced in v6.1.0 where non-importable * names (metadata dirs) began appearing in ``packages_distributions``. * #384: ``PackageMetadata`` now stipulates an additional ``get`` method allowing for easy querying of metadata keys that may not be present OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=38
This commit is contained in:
parent
5693c52a04
commit
e9d7a6afb3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43ce9281e097583d758c2c708c4376371261a02c34682491a8e98352365aad20
|
|
||||||
size 50209
|
|
3
importlib_metadata-6.3.0.tar.gz
Normal file
3
importlib_metadata-6.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:23c2bcae4762dfb0bbe072d358faec24957901d75b6c4ab11172c0c982532402
|
||||||
|
size 52838
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 15 10:16:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 6.3.0:
|
||||||
|
* #115: Support ``installed-files.txt`` for
|
||||||
|
``Distribution.files`` when present.
|
||||||
|
* #442: Fixed issue introduced in v6.1.0 where non-importable
|
||||||
|
* names (metadata dirs) began appearing in ``packages_distributions``.
|
||||||
|
* #384: ``PackageMetadata`` now stipulates an additional
|
||||||
|
``get`` method allowing for easy querying of metadata keys that may
|
||||||
|
not be present
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 3 01:27:18 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Mon Apr 3 01:27:18 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-importlib-metadata%{psuffix}
|
Name: python-importlib-metadata%{psuffix}
|
||||||
Version: 6.1.0
|
Version: 6.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Read metadata from Python packages
|
Summary: Read metadata from Python packages
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user