diff --git a/python-altgraph.spec b/python-altgraph.spec index b9a08bd..7b0e226 100644 --- a/python-altgraph.spec +++ b/python-altgraph.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.17 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python graph (network) package License: MIT @@ -65,6 +65,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v altgraph_ %license LICENSE %changelog +* Tue May 26 2020 Miro HronĨok - 0.17-2 +- Rebuilt for Python 3.9 + * Thu Mar 26 2020 Fabian Affolter - 0.17-1 - Add doc subpackage - Upgrade to latest upstream release 0.17 (rhbz#1792939)