From fc3abfbd385adcf0c5b6f7147e3fc600fa399d70 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 19 2019 08:31:00 +0000 Subject: Rebuilt for Python 3.8 --- diff --git a/python-cherrypy.spec b/python-cherrypy.spec index 169a537..9d3bc94 100644 --- a/python-cherrypy.spec +++ b/python-cherrypy.spec @@ -5,7 +5,7 @@ Name: python-cherrypy %global camelname CherryPy Version: 18.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pythonic, object-oriented web development framework License: BSD URL: http://www.cherrypy.org/ @@ -81,6 +81,9 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %exclude %{python3_sitelib}/cherrypy/tutorial %changelog +* Mon Aug 19 2019 Miro Hrončok - 18.1.2-4 +- Rebuilt for Python 3.8 + * Thu Aug 08 2019 Dan Radez - 18.1.2-3 - Update to 18.1.2 - Replaced Python2 package with Python 3 package