17
0

11 Commits

Author SHA256 Message Date
da3e9aa50c Accepting request 1296829 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1296829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-importlib-metadata?expand=0&rev=29
2025-08-01 20:40:03 +00:00
c2b97dafb8 Accepting request 1296732 from home:glaubitz:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1296732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-metadata?expand=0&rev=64
2025-07-31 14:55:58 +00:00
7d72926b59 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
5ddd8024f0 - 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
7dd7556bf2 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
7544637ee6 Accepting request 1243247 from home:glaubitz:branches:devel:languages:python
- 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/request/show/1243247
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
ada0241c89 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
d1c989126b 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
45324c6ccb - 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
1cef888bd8 - 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
3508a85356 - 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 12 additions and 4 deletions

BIN
importlib_metadata-8.6.1.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:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000
size 56641

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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> Wed Mar 5 01:18:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

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