rpms/python-tempita/F-10 .cvsignore, 1.4, 1.5 python-tempita.spec, 1.5, 1.6 sources, 1.5, 1.6 python-tempita-0.3-fix-tests.patch, 1.1, NONE

Ricky Zhou (周家杰) ricky at fedoraproject.org
Mon Apr 20 11:22:41 UTC 2009


Author: ricky

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

Modified Files:
	.cvsignore python-tempita.spec sources 
Removed Files:
	python-tempita-0.3-fix-tests.patch 
Log Message:
* Mon Apr 20 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.4-1
- Upstream released a new version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-tempita/F-10/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	6 Dec 2008 17:53:19 -0000	1.4
+++ .cvsignore	20 Apr 2009 11:22:09 -0000	1.5
@@ -1 +1 @@
-Tempita-0.3.tar.gz
+Tempita-0.4.tar.gz


Index: python-tempita.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-tempita/F-10/python-tempita.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-tempita.spec	14 Apr 2009 17:25:50 -0000	1.5
+++ python-tempita.spec	20 Apr 2009 11:22:09 -0000	1.6
@@ -1,16 +1,15 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-tempita
-Version:        0.3
-Release:        2%{?dist}
+Version:        0.4
+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.3.tar.gz
+Source0:        http://pypi.python.org/packages/source/T/Tempita/Tempita-%{version}.tar.gz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Patch0:         %{name}-%{version}-fix-tests.patch
 
 BuildArch:      noarch
 BuildRequires:  python-setuptools-devel
@@ -21,7 +20,6 @@
 
 %prep
 %setup -q -n Tempita-%{version}
-%patch0 -p1
 
 
 %build
@@ -38,7 +36,7 @@
 
 
 %check
-./test
+nosetests
 
 
 %files
@@ -49,6 +47,9 @@
 
 
 %changelog
+* Mon Apr 20 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.4-1
+- Upstream released a new version.
+
 * Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.3-2
 - Change define to global.
 - Remove old >= 8 conditional.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-tempita/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	6 Dec 2008 17:53:20 -0000	1.5
+++ sources	20 Apr 2009 11:22:09 -0000	1.6
@@ -1 +1 @@
-81cbb5f38cf22f2b5c7e367986645561  Tempita-0.3.tar.gz
+0abe015a72e748d0c6284679a497426c  Tempita-0.4.tar.gz


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




More information about the scm-commits mailing list