diff --git a/SOURCES/cherrypy-unittest.patch b/SOURCES/cherrypy-unittest.patch deleted file mode 100644 index 0cb9774..0000000 --- a/SOURCES/cherrypy-unittest.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- CherryPy-3.2.2/cherrypy/test/helper.py.orig 2011-10-27 22:34:31.218368540 -0700 -+++ CherryPy-3.2.2/cherrypy/test/helper.py 2011-10-27 22:34:53.093040680 -0700 -@@ -299,7 +299,7 @@ - def test_gc(self): - if self.do_gc_test: - self.getPage("/gc/stats") -- self.assertBody("Statistics:") -+ self.assertMatchesBody("^Statistics:") - # Tell nose to run this last in each class. - # Prefer sys.maxint for Python 2.3, which didn't have float('inf') - test_gc.compat_co_firstlineno = getattr(sys, 'maxint', None) or float('inf') diff --git a/SOURCES/python-cherrypy-tutorial-doc.patch b/SOURCES/python-cherrypy-tutorial-doc.patch deleted file mode 100644 index cc37c2e..0000000 --- a/SOURCES/python-cherrypy-tutorial-doc.patch +++ /dev/null @@ -1,32 +0,0 @@ -Index: CherryPy-3.2.1/setup.py -=================================================================== ---- CherryPy-3.2.1.orig/setup.py -+++ CherryPy-3.2.1/setup.py -@@ -59,7 +59,6 @@ url="http://www.cherrypy.org" - cp_license="BSD" - packages=[ - "cherrypy", "cherrypy.lib", -- "cherrypy.tutorial", "cherrypy.test", - "cherrypy.process", - "cherrypy.scaffold", - "cherrypy.wsgiserver", -@@ -76,19 +75,6 @@ data_files=[ - ]), - ('cherrypy/scaffold/static', ['cherrypy/scaffold/static/made_with_cherrypy_small.png', - ]), -- ('cherrypy/test', ['cherrypy/test/style.css', -- 'cherrypy/test/test.pem', -- ]), -- ('cherrypy/test/static', ['cherrypy/test/static/index.html', -- 'cherrypy/test/static/dirback.jpg',]), -- ('cherrypy/tutorial', -- [ -- 'cherrypy/tutorial/tutorial.conf', -- 'cherrypy/tutorial/README.txt', -- 'cherrypy/tutorial/pdf_file.pdf', -- 'cherrypy/tutorial/custom_error.html', -- ] -- ), - ] - scripts = ["cherrypy/cherryd"] - diff --git a/SPECS/python-cherrypy.spec b/SPECS/python-cherrypy.spec index 54a7697..c87bf5e 100644 --- a/SPECS/python-cherrypy.spec +++ b/SPECS/python-cherrypy.spec @@ -10,7 +10,7 @@ Name: python-cherrypy %global camelname CherryPy Version: 18.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pythonic, object-oriented web development framework License: BSD URL: http://www.cherrypy.org/ @@ -93,6 +93,9 @@ export WEBTEST_INTERACTIVE=false %exclude %{python3_sitelib}/cherrypy/tutorial %changelog +* Wed Oct 6 2021 Kaleb S. KEITHLEY - 18.6.1-2 +- rebuild with lookaside + * Mon Aug 09 2021 Matthias Runge - 18.6.1-1 - rebase to 18.6.1 (rhbz#1978987)