- update to 7.0.0:

* Removed EntryPoint access by numeric index (tuple behavior).
  * Added ``Distribution.origin`` supplying the
    ``direct_url.json`` in a ``SimpleNamespace``. (#404)
  * Added diagnose script. (#461)
  * Added EntryPoints.__repr__ (#473)
- Remove unneeded BuildRequires on pep517.
- Update to versino 5.1.0
  * #396: Added compatibility for PathDistributions originating from Python 3.8 and 3.9.
- update to 4.12.0:
  - #361: Avoid potential REDoS in ``EntryPoint.pattern``.
  * #353: Fixed discovery of distributions when path is empty.
- Update to v4.8.1
  * #334: Correct SimplePath protocol to match pathlib protocol
  * bpo-44784: Avoid errors in test suite when DeprecationWarnings
  * #327: Deprecation warnings now honor call stack variance on
  * #326: Performance tests now rely on pytest-perf. To disable
    these tests, which require network access and a git checkout,
    entry_points (EntryPoints) to honor expectations in older
    implementations and issuing deprecation warnings for these
    () and other list-based mutation operations. Avoid deprecation
  * EntryPoints results once again allow for access by index. To
    avoid deprecation warnings, cast the result to a Sequence
  * #320: Fix issue where normalized name for eggs was incorrectly
  * #317: De-duplication of distributions no longer requires
    loading the full metadata for PathDistribution objects, entry
  * #315: Add SimplePath protocol for interface clarity in
  * #304: PackageMetadata as returned by metadata() and
    Distribution.metadata() now provides normalized metadata
  * If a long description is provided in the payload of the RFC

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=46
This commit is contained in:
Dirk Mueller 2023-12-07 22:50:04 +00:00 committed by Git OBS Bridge
parent 33310fe611
commit 09742f4d48
4 changed files with 79 additions and 69 deletions

BIN
importlib_metadata-6.8.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Dec 7 22:49:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.0.0:
* Removed EntryPoint access by numeric index (tuple behavior).
* Added ``Distribution.origin`` supplying the
``direct_url.json`` in a ``SimpleNamespace``. (#404)
* Added diagnose script. (#461)
* Added EntryPoints.__repr__ (#473)
-------------------------------------------------------------------
Sat Jul 15 15:01:35 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -28,7 +28,7 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-importlib-metadata%{psuffix}
Version: 6.8.0
Version: 7.0.0
Release: 0
Summary: Read metadata from Python packages
License: Apache-2.0