From 494eb7abebfd24fa367e1284039a5637f8f28161 Mon Sep 17 00:00:00 2001 From: gijs Date: May 08 2005 09:09:59 +0000 Subject: Update to 2.0.0 final --- diff --git a/.cvsignore b/.cvsignore index 88bdf6f..9dd8837 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -CherryPy-2.0.0b.tar.gz +CherryPy-2.0.0.tar.gz diff --git a/python-cherrypy-tutorial-doc.patch b/python-cherrypy-tutorial-doc.patch index 9e8d183..27c84b0 100644 --- a/python-cherrypy-tutorial-doc.patch +++ b/python-cherrypy-tutorial-doc.patch @@ -1,12 +1,11 @@ -# Do not build tutorial and test ---- CherryPy-2.0.0b/setup.py-orig 2005-03-20 20:16:11.392356672 +0100 -+++ CherryPy-2.0.0b/setup.py 2005-03-20 20:16:27.167958416 +0100 +--- CherryPy-2.0.0/setup.py-orig 2005-04-25 16:58:26.000000000 +0200 ++++ CherryPy-2.0.0/setup.py 2005-05-08 10:39:16.000000000 +0200 @@ -22,7 +22,7 @@ author_email="team@cherrypy.org", url="http://www.cherrypy.org", license="BSD", - packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.test"], + packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter"], - download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload" + download_url="http://www.cherrypy.org/wiki/CherryPyDownload", ) diff --git a/python-cherrypy.spec b/python-cherrypy.spec index 9946230..01b8b54 100644 --- a/python-cherrypy.spec +++ b/python-cherrypy.spec @@ -3,12 +3,12 @@ Name: python-cherrypy Version: 2.0.0 -Release: 0.2.b +Release: 1 Summary: A pythonic, object-oriented web development framework Group: Development/Libraries License: BSD URL: http://www.cherrypy.org/ -Source0: http://dl.sf.net/cherrypy/CherryPy-2.0.0b.tar.gz +Source0: http://dl.sf.net/cherrypy/CherryPy-2.0.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: python-cherrypy-tutorial-doc.patch Patch1: python-cherrypy-regression-test.patch @@ -22,7 +22,7 @@ they would build any other object-oriented Python program. This usually results in smaller source code developed in less time. %prep -%setup -q -n CherryPy-2.0.0b +%setup -q -n CherryPy-2.0.0 %patch0 -p1 %patch1 -p1 @@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %{python_sitelib}/cherrypy/lib/filter/*.pyo %changelog +* Sun May 8 2005 Gijs Hollestelle 2.0.0-1 +- Updated to 2.0.0 final +- Updated python-cherrypy-tutorial-doc.patch to match new version + * Wed Apr 6 2005 Ignacio Vazquez-Abrams 2.0.0-0.2.b - Removed CFLAGS diff --git a/sources b/sources index f75515b..6c39818 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a7822256854f67ab1b3def7923d9920 CherryPy-2.0.0b.tar.gz +1e244a9728717199418f8a24a78a3a3e CherryPy-2.0.0.tar.gz