rpms/python-tempita/F-9 python-tempita-0.3-fix-tests.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 python-tempita.spec, 1.2, 1.3 sources, 1.2, 1.3 python-tempita-0.2-fix-tests.patch, 1.1, NONE

Ricky Zhou (周家杰) ricky at fedoraproject.org
Sat Dec 6 18:02:05 UTC 2008


Author: ricky

Update of /cvs/pkgs/rpms/python-tempita/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32585

Modified Files:
	.cvsignore python-tempita.spec sources 
Added Files:
	python-tempita-0.3-fix-tests.patch 
Removed Files:
	python-tempita-0.2-fix-tests.patch 
Log Message:
Upstream released new version.


python-tempita-0.3-fix-tests.patch:

--- NEW FILE python-tempita-0.3-fix-tests.patch ---
--- Tempita-0.3/tests/test_template.txt.old	2008-12-06 12:06:52.000000000 -0500
+++ Tempita-0.3/tests/test_template.txt	2008-12-06 12:06:59.000000000 -0500
@@ -92,7 +92,7 @@
 There's a handyish looper thing you can also use in your templates (or
 in Python, but it's more useful in templates generally)::
 
-    >>> from tempita.looper import looper
+    >>> from tempita import looper
     >>> seq = ['apple', 'asparagus', 'Banana', 'orange']
     >>> for loop, item in looper(seq):
     ...     if item == 'apple':


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-tempita/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	18 Jun 2008 03:14:35 -0000	1.2
+++ .cvsignore	6 Dec 2008 18:01:35 -0000	1.3
@@ -1 +1 @@
-Tempita-0.2.tar.gz
+Tempita-0.3.tar.gz


Index: python-tempita.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-tempita/F-9/python-tempita.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-tempita.spec	7 Jul 2008 05:47:02 -0000	1.2
+++ python-tempita.spec	6 Dec 2008 18:01:35 -0000	1.3
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-tempita
-Version:        0.2
-Release:        2%{?dist}
+Version:        0.3
+Release:        1%{?dist}
 Summary:        A very small text templating language
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://pythonpaste.org/tempita/
-Source0:        http://pypi.python.org/packages/source/T/Tempita/Tempita-0.2.tar.gz
+Source0:        http://pypi.python.org/packages/source/T/Tempita/Tempita-0.3.tar.gz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Patch0:         %{name}-%{version}-fix-tests.patch
 
@@ -54,6 +54,9 @@
 
 
 %changelog
+* Sat Dec 06 2008 Ricky Zhou <ricky at fedoraproject.org> - 0.3-1
+- Upstream released a new version.
+
 * Mon Jul 07 2008 Ricky Zhou <ricky at fedoraproject.org> - 0.2-2
 - Add %%check section.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-tempita/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	18 Jun 2008 03:14:35 -0000	1.2
+++ sources	6 Dec 2008 18:01:35 -0000	1.3
@@ -1 +1 @@
-9097cf47905489af1f16b5a2d8025369  Tempita-0.2.tar.gz
+81cbb5f38cf22f2b5c7e367986645561  Tempita-0.3.tar.gz


--- python-tempita-0.2-fix-tests.patch DELETED ---




More information about the fedora-extras-commits mailing list