From c4769f5a3c7b76f76803f0094494b0d53227ecdf Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 04 2021 13:39:31 +0000 Subject: Bootstrap for Python 3.10 --- diff --git a/python-cherrypy.spec b/python-cherrypy.spec index 1f53f31..f130be1 100644 --- a/python-cherrypy.spec +++ b/python-cherrypy.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %{?python_enable_dependency_generator} %if 0%{?el8} @@ -10,7 +11,7 @@ Name: python-cherrypy %global camelname CherryPy Version: 18.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pythonic, object-oriented web development framework License: BSD URL: http://www.cherrypy.org/ @@ -107,6 +108,9 @@ export WEBTEST_INTERACTIVE=false %exclude %{python3_sitelib}/cherrypy/tutorial %changelog +* Fri Jun 04 2021 Python Maint - 18.6.0-4 +- Bootstrap for Python 3.10 + * Wed May 26 2021 Miro HronĨok - 18.6.0-3 - Fix/workaround build failures with pytest 6.2 and/or Python 3.10