From e33b1dcea195c85d2533748e38e89e5b0e6f3b93 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 26 2020 01:44:15 +0000 Subject: Rebuilt for Python 3.9 --- diff --git a/python-unidiff.spec b/python-unidiff.spec index 8f8c539..c415c9c 100644 --- a/python-unidiff.spec +++ b/python-unidiff.spec @@ -3,7 +3,7 @@ Name: python-%{modname} Version: 0.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library to parse and interact with unified diffs (patches) License: MIT URL: http://github.com/matiasb/python-unidiff @@ -46,6 +46,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m unittest discover -s t %{python3_sitelib}/%{modname}*.egg-info %changelog +* Tue May 26 2020 Miro Hrončok - 0.6.0-2 +- Rebuilt for Python 3.9 + * Sun May 17 2020 Dan Callaghan - 0.6.0-1 - new upstream release 0.6.0: https://github.com/matiasb/python-unidiff/blob/v0.6.0/HISTORY