14
0

9 Commits

Author SHA256 Message Date
219b0dcbaa Accepting request 1250282 from devel:languages:python
- Fix multibuild by BuildRequires ourselves.

OBS-URL: https://build.opensuse.org/request/show/1250282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlib-metadata?expand=0&rev=28
2025-03-06 13:48:17 +00:00
c3f7c248d1 - Fix multibuild by BuildRequires ourselves.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=62
2025-03-05 01:20:11 +00:00
be73795209 Accepting request 1243315 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1243315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlib-metadata?expand=0&rev=27
2025-02-07 21:56:42 +00:00
fe5438e7cc - Update to 8.6.1
* Fixed indentation logic to also honor blank lines.
- from version 8.6.0
  * Add support for rendering metadata where some fields
    have newlines (python/cpython#119650).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=60
2025-02-05 10:54:02 +00:00
f53eb89e0c Accepting request 1222646 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1222646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlib-metadata?expand=0&rev=26
2024-11-15 14:38:04 +00:00
553808ffd1 Explain more skipping tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=58
2024-11-01 06:17:42 +00:00
54c53835ca - Skip failing tests (gh#python/importlib_metadata#509).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=57
2024-11-01 06:09:47 +00:00
f92e1d90d1 - Update to 8.5.0:
- Features
    - Deferred import of zipfile.Path
    - Deferred import of json
    - Rely on zipp overlay for zipfile.Path.
    - Deferred import of inspect for import performance.
    - Disallow passing of 'dist' to EntryPoints.select.
    - Add SimplePath to importlib_metadata.__all__.
    - Prioritize valid dists to invalid dists when retrieving by
      name.
    - Deferred select imports in for speedup
      (python/cpython#109829).
    - Updated fixtures for python/cpython#120801.
  - Deprecations and Removals
    - Message.__getitem__ now raises a KeyError on missing
      keys.
    - Removed deprecated support for Distribution subclasses not
      implementing abstract methods.
  - Bugfixes
    - When reading installed files from an egg, use
      relative_to(walk_up=True) to honor files installed outside
      of the installation root.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=56
2024-10-31 18:37:34 +00:00
4b02c746d7 - update to 8.5.0:
* Deferred import of zipfile.Path
  * Deferred import of json
  * Rely on zipp overlay for zipfile.Path.
  * Deferred import of inspect for import performance.
  * Disallow passing of 'dist' to EntryPoints.select.
  * Add SimplePath to importlib_metadata.__all__.
  * Prioritize valid dists to invalid dists when retrieving by
    name.
  * Message.__getitem__ now raises a KeyError on missing keys.
  * Removed deprecated support for Distribution subclasses not
    implementing abstract methods.
  * When reading installed files from an egg, use
    relative_to(walk_up=True) to honor files installed outside of
    the installation root.
  * Deferred select imports in for speedup
    (python/cpython#109829).
  * Updated fixtures for python/cpython#120801.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=55
2024-10-23 20:30:36 +00:00
4 changed files with 4 additions and 12 deletions

BIN
importlib_metadata-8.6.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

View File

@@ -1,11 +1,3 @@
-------------------------------------------------------------------
Thu Jul 31 09:10:08 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 8.7.0
* ``.metadata()`` (and ``Distribution.metadata``) can now return ``None``
if the metadata directory exists but not metadata file is present. (#493)
* Raise consistent ValueError for invalid EntryPoint.value (#518)
-------------------------------------------------------------------
Wed Mar 5 01:18:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-importlib-metadata%{psuffix}
Version: 8.7.0
Version: 8.6.1
Release: 0
Summary: Read metadata from Python packages
License: Apache-2.0