15
0
Files
python-importlib-resources/python-importlib-resources.spec

84 lines
3.0 KiB
RPMSpec
Raw Normal View History

#
# spec file for package python-importlib-resources
#
Accepting request 1268069 from home:bnavigator:branches:devel:languages:python - Update to 6.5.2 * Replaced reference to typing_extensions with stdlib Literal. (#323) - Previous releases since 6.1.1 * Updated Traversable.read_text() to reflect the errors parameter (python/cpython#127012). (#321) * Add type annotations for Traversable.open. (#317) * Require Python 3.9 or later. * Omit sentinel values from a namespace path. (#311) * When inferring the caller in files() correctly detect one’s own module even when the resources package source is not present. (gh#python/cpython#123085) * Merged fix for UTF-16 BOM handling in functional tests. (#312) * When constructing ZipReader, only append the name if the indicated module is a package. (python/cpython#121735) * The functions is_resource(), open_binary(), open_text(), path(), read_binary(), and read_text() are un-deprecated, and support subdirectories via multiple positional arguments. The contents() function also allows subdirectories, but remains deprecated. (#303) * Deferred select imports in for a speedup (python/cpython#109829). * Restored expectation that local standard readers are preferred over degenerate readers. (#298) * Restored expectation that stdlib readers are suppressed on Python 3.10. (#257) * Add Anchor to importlib.resources (in order for the code to comply with the documentation) * Future compatibility adapters now ensure that standard library readers are replaced without overriding non-standard readers. (#295) * Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. (#293) OBS-URL: https://build.opensuse.org/request/show/1268069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=28
2025-04-09 08:59:59 +00:00
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-importlib-resources
Accepting request 1268069 from home:bnavigator:branches:devel:languages:python - Update to 6.5.2 * Replaced reference to typing_extensions with stdlib Literal. (#323) - Previous releases since 6.1.1 * Updated Traversable.read_text() to reflect the errors parameter (python/cpython#127012). (#321) * Add type annotations for Traversable.open. (#317) * Require Python 3.9 or later. * Omit sentinel values from a namespace path. (#311) * When inferring the caller in files() correctly detect one’s own module even when the resources package source is not present. (gh#python/cpython#123085) * Merged fix for UTF-16 BOM handling in functional tests. (#312) * When constructing ZipReader, only append the name if the indicated module is a package. (python/cpython#121735) * The functions is_resource(), open_binary(), open_text(), path(), read_binary(), and read_text() are un-deprecated, and support subdirectories via multiple positional arguments. The contents() function also allows subdirectories, but remains deprecated. (#303) * Deferred select imports in for a speedup (python/cpython#109829). * Restored expectation that local standard readers are preferred over degenerate readers. (#298) * Restored expectation that stdlib readers are suppressed on Python 3.10. (#257) * Add Anchor to importlib.resources (in order for the code to comply with the documentation) * Future compatibility adapters now ensure that standard library readers are replaced without overriding non-standard readers. (#295) * Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. (#293) OBS-URL: https://build.opensuse.org/request/show/1268069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=28
2025-04-09 08:59:59 +00:00
Version: 6.5.2
Release: 0
Summary: Read resources from Python packages
License: Apache-2.0
URL: https://importlib-resources.readthedocs.io/
Source: https://files.pythonhosted.org/packages/source/i/importlib_resources/importlib_resources-%{version}.tar.gz
Accepting request 1268069 from home:bnavigator:branches:devel:languages:python - Update to 6.5.2 * Replaced reference to typing_extensions with stdlib Literal. (#323) - Previous releases since 6.1.1 * Updated Traversable.read_text() to reflect the errors parameter (python/cpython#127012). (#321) * Add type annotations for Traversable.open. (#317) * Require Python 3.9 or later. * Omit sentinel values from a namespace path. (#311) * When inferring the caller in files() correctly detect one’s own module even when the resources package source is not present. (gh#python/cpython#123085) * Merged fix for UTF-16 BOM handling in functional tests. (#312) * When constructing ZipReader, only append the name if the indicated module is a package. (python/cpython#121735) * The functions is_resource(), open_binary(), open_text(), path(), read_binary(), and read_text() are un-deprecated, and support subdirectories via multiple positional arguments. The contents() function also allows subdirectories, but remains deprecated. (#303) * Deferred select imports in for a speedup (python/cpython#109829). * Restored expectation that local standard readers are preferred over degenerate readers. (#298) * Restored expectation that stdlib readers are suppressed on Python 3.10. (#257) * Add Anchor to importlib.resources (in order for the code to comply with the documentation) * Future compatibility adapters now ensure that standard library readers are replaced without overriding non-standard readers. (#295) * Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. (#293) OBS-URL: https://build.opensuse.org/request/show/1268069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=28
2025-04-09 08:59:59 +00:00
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module jaraco.test >= 5.4}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 6}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testsuite}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module zipp >= 3.1.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Provides: python-importlib_resources = %{version}
Obsoletes: python-importlib_resources < %{version}
BuildArch: noarch
Accepting request 920302 from home:bnavigator:branches:devel:languages:python - Update to v5.2.2 * #234: Fix refleak in as_file caught by CPython tests. - Release v5.2.1 * bpo-38291: Avoid DeprecationWarning on typing.io. - Release v5.2.0 * #80 via #221: Legacy API (path, contents, ...) is now supported entirely by the .files() API with a compatibility shim supplied for resource loaders without that functionality. - Release v5.0.6 * bpo-38693: Prefer f-strings to .format calls. - Release v5.1.4 * #225: Require zipp 3.1.0 or later on Python prior to 3.10 to incorporate those fixes. - Release v5.0.5 * #216: Make MultiplexedPath.name a property per the spec. - Release v5.1.3 * Refresh packaging and improve tests. * #216: Make MultiplexedPath.name a property per the spec. - Release v5.1.2 * Re-release with changes from 5.0.4. - Release v5.0.4 * Fixed non-hermetic test in test_reader, revealed by GH-24670. - Release v5.1.1 * Re-release with changes from 5.0.3. - Release v5.0.3 * Simplified DegenerateFiles.Path. - Release v5.0.2 * #214: Added _adapters module to ensure that degenerate files behavior can be made available for legacy loaders whose resource readers don't implement it. Fixes issue where backport compatibility module was masking this fallback behavior only to discover the defect when applying changes to CPython. - Release v5.1.0 * Added simple module implementing adapters from a low-level resource reader interface to a TraversableResources interface. Closes #90. - Release v5.0.1 * Remove pyinstaller hook for hidden 'trees' module. - Release v5.0.0 * Removed importlib_resources.trees, deprecated since 1.3.0. - Release v4.1.1 * Fixed badges in README. - Release v4.1.0 * #209: Adopt jaraco/skeleton. * Cleaned up some straggling Python 2 compatibility code. * Refreshed test zip files without .pyc and .pyo files. - Release v4.0.0 * #108: Drop support for Python 2.7. Now requires Python 3.6+. - Release v3.3.1 * Minor cleanup. OBS-URL: https://build.opensuse.org/request/show/920302 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=5
2021-09-20 21:55:15 +00:00
%if 0%{python_version_nodots} < 310
Requires: python-zipp >= 3.1.0
%endif
%python_subpackages
%description
Accepting request 1268069 from home:bnavigator:branches:devel:languages:python - Update to 6.5.2 * Replaced reference to typing_extensions with stdlib Literal. (#323) - Previous releases since 6.1.1 * Updated Traversable.read_text() to reflect the errors parameter (python/cpython#127012). (#321) * Add type annotations for Traversable.open. (#317) * Require Python 3.9 or later. * Omit sentinel values from a namespace path. (#311) * When inferring the caller in files() correctly detect one’s own module even when the resources package source is not present. (gh#python/cpython#123085) * Merged fix for UTF-16 BOM handling in functional tests. (#312) * When constructing ZipReader, only append the name if the indicated module is a package. (python/cpython#121735) * The functions is_resource(), open_binary(), open_text(), path(), read_binary(), and read_text() are un-deprecated, and support subdirectories via multiple positional arguments. The contents() function also allows subdirectories, but remains deprecated. (#303) * Deferred select imports in for a speedup (python/cpython#109829). * Restored expectation that local standard readers are preferred over degenerate readers. (#298) * Restored expectation that stdlib readers are suppressed on Python 3.10. (#257) * Add Anchor to importlib.resources (in order for the code to comply with the documentation) * Future compatibility adapters now ensure that standard library readers are replaced without overriding non-standard readers. (#295) * Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. (#293) OBS-URL: https://build.opensuse.org/request/show/1268069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=28
2025-04-09 08:59:59 +00:00
importlib_resources is a library which provides for access to resources in
Python packages. It provides functionality similar to pkg_resources Basic
Resource Access API, but without all of the overhead and performance problems
of pkg_resources.
Accepting request 1268069 from home:bnavigator:branches:devel:languages:python - Update to 6.5.2 * Replaced reference to typing_extensions with stdlib Literal. (#323) - Previous releases since 6.1.1 * Updated Traversable.read_text() to reflect the errors parameter (python/cpython#127012). (#321) * Add type annotations for Traversable.open. (#317) * Require Python 3.9 or later. * Omit sentinel values from a namespace path. (#311) * When inferring the caller in files() correctly detect one’s own module even when the resources package source is not present. (gh#python/cpython#123085) * Merged fix for UTF-16 BOM handling in functional tests. (#312) * When constructing ZipReader, only append the name if the indicated module is a package. (python/cpython#121735) * The functions is_resource(), open_binary(), open_text(), path(), read_binary(), and read_text() are un-deprecated, and support subdirectories via multiple positional arguments. The contents() function also allows subdirectories, but remains deprecated. (#303) * Deferred select imports in for a speedup (python/cpython#109829). * Restored expectation that local standard readers are preferred over degenerate readers. (#298) * Restored expectation that stdlib readers are suppressed on Python 3.10. (#257) * Add Anchor to importlib.resources (in order for the code to comply with the documentation) * Future compatibility adapters now ensure that standard library readers are replaced without overriding non-standard readers. (#295) * Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. (#293) OBS-URL: https://build.opensuse.org/request/show/1268069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=28
2025-04-09 08:59:59 +00:00
In our terminology, a resource is a file tree that is located alongside an
importable Python module. Resources can live on the file system or in a zip
file, with support for other loader classes that implement the appropriate API
for reading resources.
importlib_resources supplies a backport of importlib.resources, enabling early
access to features of future Python versions and making functionality available
for older Python versions. Users are encouraged to use the Python standard
library where suitable and fall back to this library for future compatibility.
Developers looking for detailed API descriptions should refer to the standard
library documentation.
%prep
%setup -q -n importlib_resources-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
Accepting request 920302 from home:bnavigator:branches:devel:languages:python - Update to v5.2.2 * #234: Fix refleak in as_file caught by CPython tests. - Release v5.2.1 * bpo-38291: Avoid DeprecationWarning on typing.io. - Release v5.2.0 * #80 via #221: Legacy API (path, contents, ...) is now supported entirely by the .files() API with a compatibility shim supplied for resource loaders without that functionality. - Release v5.0.6 * bpo-38693: Prefer f-strings to .format calls. - Release v5.1.4 * #225: Require zipp 3.1.0 or later on Python prior to 3.10 to incorporate those fixes. - Release v5.0.5 * #216: Make MultiplexedPath.name a property per the spec. - Release v5.1.3 * Refresh packaging and improve tests. * #216: Make MultiplexedPath.name a property per the spec. - Release v5.1.2 * Re-release with changes from 5.0.4. - Release v5.0.4 * Fixed non-hermetic test in test_reader, revealed by GH-24670. - Release v5.1.1 * Re-release with changes from 5.0.3. - Release v5.0.3 * Simplified DegenerateFiles.Path. - Release v5.0.2 * #214: Added _adapters module to ensure that degenerate files behavior can be made available for legacy loaders whose resource readers don't implement it. Fixes issue where backport compatibility module was masking this fallback behavior only to discover the defect when applying changes to CPython. - Release v5.1.0 * Added simple module implementing adapters from a low-level resource reader interface to a TraversableResources interface. Closes #90. - Release v5.0.1 * Remove pyinstaller hook for hidden 'trees' module. - Release v5.0.0 * Removed importlib_resources.trees, deprecated since 1.3.0. - Release v4.1.1 * Fixed badges in README. - Release v4.1.0 * #209: Adopt jaraco/skeleton. * Cleaned up some straggling Python 2 compatibility code. * Refreshed test zip files without .pyc and .pyo files. - Release v4.0.0 * #108: Drop support for Python 2.7. Now requires Python 3.6+. - Release v3.3.1 * Minor cleanup. OBS-URL: https://build.opensuse.org/request/show/920302 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=5
2021-09-20 21:55:15 +00:00
%pytest
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/importlib_resources
Accepting request 1268069 from home:bnavigator:branches:devel:languages:python - Update to 6.5.2 * Replaced reference to typing_extensions with stdlib Literal. (#323) - Previous releases since 6.1.1 * Updated Traversable.read_text() to reflect the errors parameter (python/cpython#127012). (#321) * Add type annotations for Traversable.open. (#317) * Require Python 3.9 or later. * Omit sentinel values from a namespace path. (#311) * When inferring the caller in files() correctly detect one’s own module even when the resources package source is not present. (gh#python/cpython#123085) * Merged fix for UTF-16 BOM handling in functional tests. (#312) * When constructing ZipReader, only append the name if the indicated module is a package. (python/cpython#121735) * The functions is_resource(), open_binary(), open_text(), path(), read_binary(), and read_text() are un-deprecated, and support subdirectories via multiple positional arguments. The contents() function also allows subdirectories, but remains deprecated. (#303) * Deferred select imports in for a speedup (python/cpython#109829). * Restored expectation that local standard readers are preferred over degenerate readers. (#298) * Restored expectation that stdlib readers are suppressed on Python 3.10. (#257) * Add Anchor to importlib.resources (in order for the code to comply with the documentation) * Future compatibility adapters now ensure that standard library readers are replaced without overriding non-standard readers. (#295) * Fixed NotADirectoryError when calling files on a subdirectory of a namespace package. (#293) OBS-URL: https://build.opensuse.org/request/show/1268069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-importlib-resources?expand=0&rev=28
2025-04-09 08:59:59 +00:00
%{python_sitelib}/importlib_resources-%{version}.dist-info
%changelog