rpms/python-cherrypy/F-11 .cvsignore, 1.10, 1.11 python-cherrypy.spec, 1.22, 1.23 sources, 1.10, 1.11

Toshio くらとみ toshio at fedoraproject.org
Wed Jun 17 04:46:58 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/python-cherrypy/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25418

Modified Files:
	.cvsignore python-cherrypy.spec sources 
Log Message:

* Tue Jun 16 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 3.1.2-1
- New upstream with python-2.6 fixes.
- BR tidy for tests.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-cherrypy/F-11/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	1 Dec 2008 17:59:27 -0000	1.10
+++ .cvsignore	17 Jun 2009 04:46:27 -0000	1.11
@@ -1 +1 @@
-CherryPy-3.1.1.tar.gz
+CherryPy-3.1.2.tar.gz


Index: python-cherrypy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-cherrypy/F-11/python-cherrypy.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- python-cherrypy.spec	26 Feb 2009 20:54:54 -0000	1.22
+++ python-cherrypy.spec	17 Jun 2009 04:46:27 -0000	1.23
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-cherrypy
-Version:        3.1.1
-Release:        2%{?dist}
+Version:        3.1.2
+Release:        1%{?dist}
 Summary:        A pythonic, object-oriented web development framework
 Group:          Development/Libraries
 License:        BSD
@@ -15,7 +15,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildArch:      noarch
 
 BuildRequires:  python-devel
-BuildRequires: python-setuptools-devel
+BuildRequires:  python-setuptools-devel
+BuildRequires:  tidy
 
 %description
 CherryPy allows developers to build web applications in much the same way 
@@ -37,6 +38,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %check
 cd cherrypy/test
+# The tidy tool test needs tidy in the test dir
+ln -s %{_bindir}/tidy tidy
 %{__python} test.py --dumb
 
 %clean
@@ -46,9 +49,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc README.txt
 %doc cherrypy/tutorial
+%{_bindir}/cherryd
 %{python_sitelib}/*
 
 %changelog
+* Tue Jun 16 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 3.1.2-1
+- New upstream with python-2.6 fixes.
+- BR tidy for tests.
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-cherrypy/F-11/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	1 Dec 2008 17:59:27 -0000	1.10
+++ sources	17 Jun 2009 04:46:27 -0000	1.11
@@ -1 +1 @@
-1803ebb8f930cea862ad4c9b2a910f0d  CherryPy-3.1.1.tar.gz
+15c60b3a91886b9a304d366fba93669c  CherryPy-3.1.2.tar.gz




More information about the fedora-extras-commits mailing list