Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-importlib_resources | Distribution: SUSE Linux Enterprise 15 |
Version: 1.1.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150100.3.12.1 | Build date: Tue May 3 07:36:36 2022 |
Group: Unspecified | Build host: sheep20 |
Size: 141154 | Source RPM: python-importlib_resources-1.1.0-150100.3.12.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://gitlab.com/python-devs/importlib_resources | |
Summary: Python package resource reader |
importlib_resources is a backport of Python 3.7's standard library importlib.resources module for Python 2.7, and 3.4 through 3.6.
Apache-2.0
* Mon Apr 11 2022 dmueller@suse.com - add compatibility provides with the openSUSE package name (bsc#1198331) * Tue Aug 25 2020 tchvatal@suse.com - Add missing runtime dependencies bsc#1175707 * Sat Jun 13 2020 mcepl@suse.com - Update to 1.1.0 (jsc#PM-1954 bsc#1172933): - Add support for retrieving resources from subdirectories of packages through the new files() function, which returns a Traversable object with joinpath and read_* interfaces matching those of pathlib.Path objects. This new function supersedes all of the previous functionality as it provides a more general-purpose access to a package’s resources. - With this function, subdirectories are supported. - The documentation has been updated to reflect that this function is now the preferred interface for loading package resources. It does not, however, support resources from arbitrary loaders. It currently only supports resources from file system path and zipfile packages (a consequence of the ResourceReader interface only operating on Python packages). * Wed Jul 31 2019 tchvatal@suse.com - This package is by default provided in python 3.7 and newer * Thu Mar 21 2019 jayvdb@gmail.com - Simplify logic for typing dependency * Tue Feb 05 2019 jengelh@inai.de - Use noun phrase in summary. * Thu Jan 31 2019 tchvatal@suse.com - Initial commit, needed by importlib-metadata
/usr/lib/python3.6/site-packages/importlib_resources /usr/lib/python3.6/site-packages/importlib_resources-1.1.0-py3.6.egg-info /usr/lib/python3.6/site-packages/importlib_resources-1.1.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/importlib_resources-1.1.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/importlib_resources-1.1.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/importlib_resources-1.1.0-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/importlib_resources-1.1.0-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/importlib_resources/__init__.py /usr/lib/python3.6/site-packages/importlib_resources/__pycache__ /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/_compat.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/_compat.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/_py2.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/_py2.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/_py3.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/_py3.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/abc.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/abc.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/trees.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/__pycache__/trees.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/_compat.py /usr/lib/python3.6/site-packages/importlib_resources/_py2.py /usr/lib/python3.6/site-packages/importlib_resources/_py3.py /usr/lib/python3.6/site-packages/importlib_resources/abc.py /usr/lib/python3.6/site-packages/importlib_resources/docs /usr/lib/python3.6/site-packages/importlib_resources/docs/__pycache__ /usr/lib/python3.6/site-packages/importlib_resources/docs/__pycache__/conf.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/docs/__pycache__/conf.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/docs/changelog.rst /usr/lib/python3.6/site-packages/importlib_resources/docs/conf.py /usr/lib/python3.6/site-packages/importlib_resources/docs/index.rst /usr/lib/python3.6/site-packages/importlib_resources/docs/migration.rst /usr/lib/python3.6/site-packages/importlib_resources/docs/using.rst /usr/lib/python3.6/site-packages/importlib_resources/tests /usr/lib/python3.6/site-packages/importlib_resources/tests/__init__.py /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__ /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/test_open.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/test_open.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/test_path.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/test_path.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/test_read.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/test_read.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/test_resource.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/test_resource.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/util.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/__pycache__/util.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data01 /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/__init__.py /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/__pycache__ /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/binary.file /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/subdirectory /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/subdirectory/__init__.py /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/subdirectory/__pycache__ /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/subdirectory/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/subdirectory/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/subdirectory/binary.file /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/utf-16.file /usr/lib/python3.6/site-packages/importlib_resources/tests/data01/utf-8.file /usr/lib/python3.6/site-packages/importlib_resources/tests/data02 /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/__init__.py /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/__pycache__ /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/one /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/one/__init__.py /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/one/__pycache__ /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/one/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/one/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/one/resource1.txt /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/two /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/two/__init__.py /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/two/__pycache__ /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/two/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/two/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data02/two/resource2.txt /usr/lib/python3.6/site-packages/importlib_resources/tests/data03 /usr/lib/python3.6/site-packages/importlib_resources/tests/data03/__init__.py /usr/lib/python3.6/site-packages/importlib_resources/tests/data03/__pycache__ /usr/lib/python3.6/site-packages/importlib_resources/tests/data03/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data03/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/data03/namespace /usr/lib/python3.6/site-packages/importlib_resources/tests/data03/namespace/resource1.txt /usr/lib/python3.6/site-packages/importlib_resources/tests/test_open.py /usr/lib/python3.6/site-packages/importlib_resources/tests/test_path.py /usr/lib/python3.6/site-packages/importlib_resources/tests/test_read.py /usr/lib/python3.6/site-packages/importlib_resources/tests/test_resource.py /usr/lib/python3.6/site-packages/importlib_resources/tests/util.py /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata01 /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata01/__init__.py /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata01/__pycache__ /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata01/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata01/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata01/ziptestdata.zip /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata02 /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata02/__init__.py /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata02/__pycache__ /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata02/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata02/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/importlib_resources/tests/zipdata02/ziptestdata.zip /usr/lib/python3.6/site-packages/importlib_resources/trees.py /usr/lib/python3.6/site-packages/importlib_resources/version.txt /usr/share/doc/packages/python3-importlib_resources /usr/share/doc/packages/python3-importlib_resources/README.rst /usr/share/licenses/python3-importlib_resources /usr/share/licenses/python3-importlib_resources/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:05:00 2024