diff --git a/importlib_metadata-6.3.0.tar.gz b/importlib_metadata-6.3.0.tar.gz deleted file mode 100644 index eda1dda..0000000 --- a/importlib_metadata-6.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23c2bcae4762dfb0bbe072d358faec24957901d75b6c4ab11172c0c982532402 -size 52838 diff --git a/importlib_metadata-6.6.0.tar.gz b/importlib_metadata-6.6.0.tar.gz new file mode 100644 index 0000000..a0e9989 --- /dev/null +++ b/importlib_metadata-6.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92501cdf9cc66ebd3e612f1b4f0c0765dfa42f0fa38ffb319b6bd84dd675d705 +size 53379 diff --git a/python-importlib-metadata.changes b/python-importlib-metadata.changes index 8cba958..efe06e5 100644 --- a/python-importlib-metadata.changes +++ b/python-importlib-metadata.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu May 4 21:32:41 UTC 2023 - Dirk Müller + +- update to 6.6.0: + * Expanded type annotations. + * python/cpython#103661: Removed excess error suppression in + ``_read_files_egginfo_installed`` and fixed path handling + on Windows. + * #422: Removed ABC metaclass from ``Distribution`` and instead + deprecated construction of ``Distribution`` objects without + concrete methods. + * Updated docs with tweaks from upstream CPython. + * Consolidated some behaviors in tests around ``_path``. + * Added type annotation for ``Distribution.read_text``. + ------------------------------------------------------------------- Fri Apr 21 12:26:47 UTC 2023 - Dirk Müller diff --git a/python-importlib-metadata.spec b/python-importlib-metadata.spec index f599173..723223a 100644 --- a/python-importlib-metadata.spec +++ b/python-importlib-metadata.spec @@ -28,7 +28,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-importlib-metadata%{psuffix} -Version: 6.3.0 +Version: 6.6.0 Release: 0 Summary: Read metadata from Python packages License: Apache-2.0