diff --git a/python-cheroot.spec b/python-cheroot.spec index 176985b..47c046a 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 6.5.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Highly-optimized, pure-python HTTP server License: BSD @@ -106,6 +106,9 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %endif %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 6.5.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Apr 30 2019 Dan Radez - 6.5.5-1 - update to 6.5.5 - disable docs build, new dep sphinx-tabs was introduced.