diff --git a/python-curio.spec b/python-curio.spec index d6f67f2..a21b9ee 100644 --- a/python-curio.spec +++ b/python-curio.spec @@ -25,7 +25,7 @@ many of its ideas have influenced other libraries with similar functionality. Name: python-%{pkgname} Version: 1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Building blocks for performing concurrent I/O License: BSD URL: https://github.com/dabeaz/curio @@ -78,6 +78,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} --verbose - %changelog +* Tue May 26 2020 Miro HronĨok - 1.1-2 +- Rebuilt for Python 3.9 + * Wed Mar 18 2020 Carl George - 1.1-1 - Latest upstream - Add patch0 to skip tests that require internet