Sync from SUSE:SLFO:Main python-importlib-resources revision 2b79d76bacb8c387a349189586bfb1fe

This commit is contained in:
Adrian Schröter 2024-12-13 11:34:54 +01:00
parent e5bc7cc747
commit f01af809cd
4 changed files with 49 additions and 33 deletions

BIN
importlib_resources-6.0.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
importlib_resources-6.1.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Mar 12 06:05:56 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Explicitly BuildRequires zipp, it is now used by the testsuite, and
was pulled in anyway.
-------------------------------------------------------------------
Mon Nov 27 19:08:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.1.1:
* Added missed stream argument in simple.ResourceHandle. Ref
python/cpython#111775.
* MultiplexedPath now expects Traversable paths. String
arguments to MultiplexedPath are now deprecated.
* Enabled support for resources in namespace packages in zip
files. (#287)
-------------------------------------------------------------------
Tue Aug 8 11:05:56 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-importlib-resources
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-importlib-resources
Version: 6.0.1
Version: 6.1.1
Release: 0
Summary: Read resources from Python packages
License: Apache-2.0
@ -31,8 +31,7 @@ BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testsuite}
BuildRequires: %{python_module wheel}
# Breaking the depcycle; not absolutely needed as ZipReader is not executed in tests.
# BuildRequires: %%{python_module zipp >= 3.1.0 if %%python-base < 3.10}
BuildRequires: %{python_module zipp >= 3.1.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Provides: python-importlib_resources = %{version}