rpms/python-tempita/devel python-tempita-0.3-fix-tests.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 python-tempita.spec, 1.3, 1.4 sources, 1.4, 1.5 python-tempita-0.2-fix-tests.patch, 1.1, NONE

Ricky Zhou (周家杰) ricky at fedoraproject.org
Sat Dec 6 17:14:38 UTC 2008


Author: ricky

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

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/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	7 Jul 2008 05:39:09 -0000	1.3
+++ .cvsignore	6 Dec 2008 17:14:07 -0000	1.4
@@ -1,2 +1 @@
-Tempita-0.2.tar.gz
-python-tempita-0.2-fix-tests.patch
+Tempita-0.3.tar.gz


Index: python-tempita.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-tempita/devel/python-tempita.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-tempita.spec	29 Nov 2008 16:01:48 -0000	1.3
+++ python-tempita.spec	6 Dec 2008 17:14:07 -0000	1.4
@@ -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:        3%{?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,8 +54,8 @@
 
 
 %changelog
-* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.2-3
-- Rebuild for Python 2.6
+* 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/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	7 Jul 2008 05:47:14 -0000	1.4
+++ sources	6 Dec 2008 17:14:07 -0000	1.5
@@ -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