diff --git a/importlib_metadata-3.3.0.tar.gz b/importlib_metadata-3.3.0.tar.gz deleted file mode 100644 index f2a2291..0000000 --- a/importlib_metadata-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c5a2720817414a6c41f0a49993908068243ae02c1635a228126519b509c8aed -size 33549 diff --git a/importlib_metadata-3.4.0.tar.gz b/importlib_metadata-3.4.0.tar.gz new file mode 100644 index 0000000..8a3cbcf --- /dev/null +++ b/importlib_metadata-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5daa4477a7414ae34e95942e4dd07f62adf589143c875c133c1e53c4eff38d +size 33841 diff --git a/python-importlib-metadata.changes b/python-importlib-metadata.changes index f2d9e65..604f213 100644 --- a/python-importlib-metadata.changes +++ b/python-importlib-metadata.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jan 24 18:15:12 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-importlib-metadata.spec b/python-importlib-metadata.spec index aedeb4b..a12f801 100644 --- a/python-importlib-metadata.spec +++ b/python-importlib-metadata.spec @@ -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