rpms/python-pylons/devel .cvsignore, 1.3, 1.4 python-pylons.spec, 1.4, 1.5 sources, 1.3, 1.4

Kyle VanderBeek kylev at fedoraproject.org
Wed Jul 22 23:53:58 UTC 2009


Author: kylev

Update of /cvs/pkgs/rpms/python-pylons/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29718

Modified Files:
	.cvsignore python-pylons.spec sources 
Log Message:
Update to 0.9.7 final


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-pylons/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	7 Jan 2009 06:06:11 -0000	1.3
+++ .cvsignore	22 Jul 2009 23:53:27 -0000	1.4
@@ -1 +1 @@
-Pylons-0.9.7rc4.tar.gz
+Pylons-0.9.7.tar.gz


Index: python-pylons.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-pylons/devel/python-pylons.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-pylons.spec	26 Feb 2009 23:11:36 -0000	1.4
+++ python-pylons.spec	22 Jul 2009 23:53:27 -0000	1.5
@@ -1,16 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define _rc rc4
-
 Name: python-pylons
 Version: 0.9.7
-Release: 0.2.%{_rc}%{?dist}
+Release: 1%{?dist}
 Summary: Pylons web framework
 
 Group: Development/Languages
 License: BSD
 URL: http://www.pylonshq.com/
-Source0: http://pypi.python.org/packages/source/P/Pylons/Pylons-%{version}%{_rc}.tar.gz
+Source0: http://pypi.python.org/packages/source/P/Pylons/Pylons-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: python-setuptools-devel
@@ -21,23 +19,27 @@ BuildRequires: python-paste python-paste
 BuildRequires: python-formencode python-simplejson python-decorator
 BuildRequires: python-nose python-mako python-webob python-weberror
 BuildRequires: python-tempita python-webtest python-turbocheetah
-BuildRequires: python-turbokid
+BuildRequires: python-turbokid python-myghty python-genshi python-jinja2
+BuildRequires: python-coverage
 
-Requires: python-routes >= 1.10.1
-Requires: python-webhelpers >= 0.6.3
-Requires: python-beaker >= 1.1.2
+Requires: python-routes >= 1.10.3
+Requires: python-webhelpers >= 0.6.4
+# Some versions of Beaker caused FTBFS bug 511511
+Requires: python-beaker >= 1.3.1-5
 Requires: python-paste >= 1.7.2
 Requires: python-paste-script >= 1.7.3
-Requires: python-paste-deploy >= 1.3.2
-Requires: python-formencode >= 1.2
-Requires: python-simplejson >= 2.0.4
-Requires: python-decorator >= 2.2.0
+Requires: python-paste-deploy >= 1.3.3
+Requires: python-formencode >= 1.2.1
+Requires: python-simplejson >= 2.0.8
+Requires: python-decorator >= 2.3.2
 Requires: python-nose >= 0.10.4
-Requires: python-mako >= 0.2.3
-Requires: python-webob >= 0.9.4
-Requires: python-weberror >= 0.9.1
+Requires: python-mako >= 0.2.4
+Requires: python-webob >= 0.9.6.1
+Requires: python-weberror >= 0.10.1
+Requires: python-webtest >= 1.1
 Requires: python-tempita >= 0.2
-Requires: python-webtest >= 1.0.3
+# TurboGears hooks pylons (if present) and barfs w/o myghty (Bug 497244)
+Requires: python-myghty >= 1.1
 
 
 %description
@@ -52,9 +54,7 @@ website development in Python easy. Seve
 
 
 %prep
-%setup -q -n Pylons-%{version}%{_rc}
-# Trash up OSX tar'ed useless resource files.
-find . -name '._*' -delete
+%setup -q -n Pylons-%{version}
 
 
 %build
@@ -64,8 +64,6 @@ find . -name '._*' -delete
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
-# Honestly, what package installs their tests?!
-rm -rf %{buildroot}/%{python_sitelib}/tests
 
 
 %check
@@ -83,6 +81,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jul 22 2009 Kyle VanderBeek <kylev at kylev.com> - 0.9.7-1
+- Update to 0.9.7 final
+- Remove some cleanups that have been fixed upstream
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.7-0.2.rc4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-pylons/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	7 Jan 2009 06:06:11 -0000	1.3
+++ sources	22 Jul 2009 23:53:27 -0000	1.4
@@ -1 +1 @@
-464e5fa61f7d899899fd767176b9f42a  Pylons-0.9.7rc4.tar.gz
+f6de97faa730eb0e975f6b2e64a0c574  Pylons-0.9.7.tar.gz




More information about the fedora-extras-commits mailing list