- 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:
Dirk Mueller 2023-04-15 10:17:52 +00:00 committed by Git OBS Bridge
parent 5693c52a04
commit e9d7a6afb3
4 changed files with 16 additions and 4 deletions

View File

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

View File

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

View File

@ -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>

View File

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