%{?python_enable_dependency_generator} %global pypi_name importlib_resources %global desc \ importlib_resources is a backport of Python 3.7's standard library\ importlib.resources module for 3.4 through 3.6. Users of Python 3.7 and\ beyond should use the standard library module, since for these\ versions, importlib_resources just delegates to that module. Name: python-importlib-resources Version: 4.1.1 Release: 1%{?dist} Summary: Read resources from Python packages License: ASL 2.0 URL: https://importlib-resources.readthedocs.io/ Source0: %pypi_source Patch0001: 0001-Set-use_scm_version-to-True-in-setup.py.patch BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools_scm BuildRequires: python3-zipp BuildRequires: python3dist(sphinx) BuildRequires: python3dist(wheel) %description %{desc} %package -n python3-importlib-resources Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-importlib-resources %{desc} %package doc Summary: importlib_resources documentation %description doc Documentation for importlib_resources %prep %autosetup -p1 -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info sed -i '/setup_requires/d' setup.cfg %build %py3_build # Skip doc build, needs new deps python-rst-linker, python-jaraco-packaging # generate html docs #PYTHONPATH=${PWD} sphinx-build-3 docs html # remove the sphinx-build leftovers #rm -rf html/.{doctrees,buildinfo} %install %py3_install %files -n python3-importlib-resources %license LICENSE %doc README.rst %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %files doc %license LICENSE %doc README.rst %changelog * Thu Jan 14 2021 Joel Capitao - 4.1.1-1 - Update to 4.1.1 * Thu Nov 05 2020 Joel Capitao - 3.3.0-1 - Update to 3.3.0 * Mon Jul 20 2020 Yatin Karel - 3.0.0-1 - Update to 3.0.0 - Also update NotImplemented Python2 patch - Skip docs build * Fri Mar 20 2020 Neal Gompa - 1.0.2-2 - Rebuild again for EPEL 8 * Thu Nov 07 2019 Ken Dreyer - 1.0.2-1 - Initial package.