14
0

- 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``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=42
This commit is contained in:
2023-05-04 21:34:08 +00:00
committed by Git OBS Bridge
parent ce2766e8bf
commit c45e60f2ac
4 changed files with 19 additions and 4 deletions

View File

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