Name: | python3-importlib-resources |
---|---|
Version: | 6.4.4 |
Release: | 2.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 249196 |
License: | Apache-2.0 |
RPM: | python3-importlib-resources-6.4.4-2.el9.noarch.rpm |
Source RPM: | python-importlib-resources-6.4.4-2.el9.src.rpm |
Build Date: | Sat Oct 05 2024 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/python/importlib_resources |
Summary: | Backport of the importlib.resources module |
Description: | importlib_resources is a backport of Python standard library importlib.resources module for older Pythons. The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics. |
- Make package buildable for epel>=9
- import rhbz#2307512