From d46499c835c0a732b630588b8765b3b2f3926375 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 20 Mar 2020 17:26:18 -0400 Subject: [PATCH] Rebuild again for EPEL 8 --- python-importlib-resources.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-importlib-resources.spec b/python-importlib-resources.spec index 0ffa2d6..e27c649 100644 --- a/python-importlib-resources.spec +++ b/python-importlib-resources.spec @@ -9,7 +9,7 @@ versions, importlib_resources just delegates to that module. Name: python-importlib-resources Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Read resources from Python packages License: ASL 2.0 @@ -19,7 +19,7 @@ Source0: %pypi_source Patch0001: 0001-raise-NotImplementedError-on-Python-2.patch BuildArch: noarch - + BuildRequires: python3-devel BuildRequires: python3dist(sphinx) BuildRequires: python3dist(wheel) @@ -68,5 +68,8 @@ rm -r %{buildroot}/%{python3_sitelib}/%{pypi_name}/{docs,tests}/ %doc html %changelog +* 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.