rpms/python-cherrypy/EL-4 .cvsignore, 1.5, 1.6 python-cherrypy.spec, 1.5, 1.6 sources, 1.5, 1.6

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Dec 11 22:20:00 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-cherrypy/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23536

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-cherrypy/EL-4/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	21 Feb 2006 22:31:36 -0000	1.5
+++ .cvsignore	11 Dec 2007 22:19:22 -0000	1.6
@@ -1 +1 @@
-CherryPy-2.1.1.tar.gz
+CherryPy-2.2.1.tar.gz


Index: python-cherrypy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-cherrypy/EL-4/python-cherrypy.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-cherrypy.spec	21 Feb 2006 22:31:36 -0000	1.5
+++ python-cherrypy.spec	11 Dec 2007 22:19:22 -0000	1.6
@@ -1,20 +1,20 @@
-%define pyver %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-cherrypy
-Version:        2.1.1
-Release:        1%{?dist}
+Version:        2.2.1
+Release:        6%{?dist}
 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.1.1.tar.gz
+Source0:        http://dl.sf.net/cherrypy/CherryPy-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:         python-cherrypy-tutorial-doc.patch
 Patch1:         python-cherrypy-regression-test.patch
 
 BuildArch:      noarch
-Requires:       python-abi = %{pyver}
+
+BuildRequires:  python-devel
 
 %description
 CherryPy allows developers to build web applications in much the same way 
@@ -22,9 +22,9 @@
 results in smaller source code developed in less time.
 
 %prep
-%setup -q -n CherryPy-2.1.1
-%patch0 -p1 
-%patch1 -p1
+%setup -q -n CherryPy-%{version}
+%patch0
+%patch1
 
 
 %build
@@ -34,9 +34,9 @@
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --prefix=%{_prefix}
 
-%check
-cd cherrypy/test
-%{__python} test.py
+#%check
+#cd cherrypy/test
+#%{__python} test.py
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,17 +49,36 @@
 %dir %{python_sitelib}/cherrypy/lib
 %dir %{python_sitelib}/cherrypy/lib/filter
 %{python_sitelib}/cherrypy/favicon.ico
-%{python_sitelib}/cherrypy/*.py
-%{python_sitelib}/cherrypy/*.pyc
-%ghost %{python_sitelib}/cherrypy/*.pyo
-%{python_sitelib}/cherrypy/lib/*.py
-%{python_sitelib}/cherrypy/lib/*.pyc
-%ghost %{python_sitelib}/cherrypy/lib/*.pyo
-%{python_sitelib}/cherrypy/lib/filter/*.py
-%{python_sitelib}/cherrypy/lib/filter/*.pyc
-%ghost %{python_sitelib}/cherrypy/lib/filter/*.pyo
+%{python_sitelib}/cherrypy/*.py*
+%{python_sitelib}/cherrypy/lib/*.py*
+%{python_sitelib}/cherrypy/lib/filter/*.py*
+%{python_sitelib}/cherrypy/filters/*.py*
 
 %changelog
+* Mon Feb 19 2007 Luke Macken <lmacken at redhat.com> 2.2.1-6
+- Disable regression tests until we can figure out why they
+  are dying in mock.
+
+* Sun Dec 10 2006 Luke Macken <lmacken at redhat.com> 2.2.1-5
+- Add python-devel to BuildRequires
+
+* Sun Dec 10 2006 Luke Macken <lmacken at redhat.com> 2.2.1-4
+- Rebuild for python 2.5
+
+* Mon Sep 18 2006 Luke Macken <lmacken at redhat.com> 2.2.1-3
+- Rebuild for FC6
+- Include pyo files instead of ghosting them
+
+* Thu Jul 13 2006 Luke Macken <lmacken at redhat.com> 2.2.1-2
+- Rebuild
+
+* Thu Jul 13 2006 Luke Macken <lmacken at redhat.com> 2.2.1-1
+- Update to 2.2.1
+- Remove unnecessary python-abi requirement
+
+* Sat Apr 22 2006 Gijs Hollestelle <gijs at gewis.nl> 2.2.0-1
+- Update to 2.2.0
+
 * Wed Feb 22 2006 Gijs Hollestelle <gijs at gewis.nl> 2.1.1-1
 - Update to 2.1.1 (Security fix)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-cherrypy/EL-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	21 Feb 2006 22:31:36 -0000	1.5
+++ sources	11 Dec 2007 22:19:22 -0000	1.6
@@ -1 +1 @@
-f36d73a8c38c1444285b37c3451dce86  CherryPy-2.1.1.tar.gz
+14bf17b0706bc480342cb8fcfaed74cd  CherryPy-2.2.1.tar.gz




More information about the fedora-extras-commits mailing list