Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-importlib_resources-1.1.0-lp152.2.4.1 RPM for noarch

From OpenSuSE Leap 15.2 updates for noarch

Name: python3-importlib_resources Distribution: openSUSE Leap 15.2
Version: 1.1.0 Vendor: openSUSE
Release: lp152.2.4.1 Build date: Thu Jul 23 12:50:56 2020
Group: Development/Languages/Python Build host: lamb13
Size: 141154 Source RPM: python-importlib_resources-1.1.0-lp152.2.4.1.src.rpm
Packager: http://bugs.opensuse.org
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.

Provides

Requires

License

Apache-2.0

Changelog

* Sat Jun 13 2020 Matej Cepl <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 Tomáš Chvátal <tchvatal@suse.com>
  - This package is by default provided in python 3.7 and newer
* Thu Mar 21 2019 John Vandenberg <jayvdb@gmail.com>
  - Simplify logic for typing dependency
* Tue Feb 05 2019 Jan Engelhardt <jengelh@inai.de>
  - Use noun phrase in summary.
* Thu Jan 31 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Initial commit, needed by importlib-metadata

Files

/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 Apr 9 14:25:09 2024