Skip to content

Commit

Permalink
Update python-importlib-metadata to version 6.6.0 / rev 20 via SR 108…
Browse files Browse the repository at this point in the history
…4915

https://build.opensuse.org/request/show/1084915
by user dirkmueller + dimstar_suse
- 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``.
  • Loading branch information
dirkmueller authored and bmwiedemann committed May 9, 2023
1 parent 40d710a commit ba39a02
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 2 deletions.
Binary file modified packages/p/python-importlib-metadata/.files
Binary file not shown.
18 changes: 18 additions & 0 deletions packages/p/python-importlib-metadata/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,22 @@ It does NOT conflict with python38 standard library (see upstream description)</
<comment></comment>
<requestid>1081884</requestid>
</revision>
<revision rev="20" vrev="1">
<srcmd5>e815e7fe0400ab955d01b3dc72f53763</srcmd5>
<version>6.6.0</version>
<time>1683630390</time>
<user>dimstar_suse</user>
<comment>- 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``.</comment>
<requestid>1084915</requestid>
</revision>
</revisionlist>

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu May 4 21:32:41 UTC 2023 - Dirk Müller <dmueller@suse.com>

- 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 <dmueller@suse.com>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba39a02

Please sign in to comment.