- update to 3.4.0:

* Project now declares itself as being typed.
  * Additional performance enhancements to distribution
    discovery.
  * For PyPA projects, add test ensuring that
    ``MetadataPathFinder._search_paths`` honors the needed
    interface. Method is still private.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=10
This commit is contained in:
Dirk Mueller 2021-01-24 18:17:22 +00:00 committed by Git OBS Bridge
parent 211f5692d9
commit 7dc08b304b
4 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 24 18:15:12 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.4.0:
* Project now declares itself as being typed.
* Additional performance enhancements to distribution
discovery.
* For PyPA projects, add test ensuring that
``MetadataPathFinder._search_paths`` honors the needed
interface. Method is still private.
-------------------------------------------------------------------
Sat Dec 19 23:29:59 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-importlib-metadata
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,7 +27,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-importlib-metadata%{psuffix}
Version: 3.3.0
Version: 3.4.0
Release: 0
Summary: Read metadata from Python packages
License: Apache-2.0