diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 647a701db8e98a9f3fe0ad71a9cdd012691a730d..eb6ded6e98b96ea16fdba62eeaec233112220554 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-importlib-resources Version: 5.10.1 -Release: 1 +Release: 2 Summary: Read resources from Python packages License: Apache-2.0 URL: https://github.com/python/importlib_resources @@ -35,8 +35,7 @@ Provides: python3-importlib-resources-doc Importlib_resources is a backport of Python standard library. %prep -%autosetup -n importlib_resources-%{version} -%patch0 +%autosetup -n importlib_resources-%{version} -p1 %build %py3_build @@ -79,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Feb 27 2023 xu_ping - 5.10.1-2 +- Rectify the patching mode to solve installation of b/__pycache__ unnecessary files. + * Thu Dec 15 2022 jiangxinyu - 5.10.1-1 - Update package to version 5.10.1