From 9e59062d09fd1308870479691c354d5f5d531188 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 26 2020 01:02:04 +0000 Subject: Rebuilt for Python 3.9 --- 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)