[python-tempita/f17] Update to 0.5.1.

Ricky Zhou (周家杰) ricky at fedoraproject.org
Sun Jun 24 10:14:06 UTC 2012


commit 5cac26b06f0a25d865282b556d4930ec3f255933
Author: Ricky Zhou <ricky at fedoraproject.org>
Date:   Sun Jun 24 06:10:58 2012 -0400

    Update to 0.5.1.

 python-tempita.spec     |   10 +++++-----
 tempita-py3-compat.diff |   24 ------------------------
 2 files changed, 5 insertions(+), 29 deletions(-)
---
diff --git a/python-tempita.spec b/python-tempita.spec
index e77ace3..45ca31f 100644
--- a/python-tempita.spec
+++ b/python-tempita.spec
@@ -5,15 +5,14 @@
 %endif
 
 Name:           python-tempita
-Version:        0.4
-Release:        8%{?dist}
+Version:        0.5.1
+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-%{version}.tar.gz
-Patch0: tempita-py3-compat.diff
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildArch:      noarch
@@ -54,7 +53,6 @@ Tempita is a small templating language for text substitution.
 
 %prep
 %setup -q -n Tempita-%{version}
-%patch0 -p1 -b .py3compat
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -91,7 +89,6 @@ nosetests
 
 %files
 %defattr(-,root,root,-)
-%doc docs/*
 %{python_sitelib}/tempita/
 %{python_sitelib}/*.egg-info
 
@@ -103,6 +100,9 @@ nosetests
 %endif
 
 %changelog
+* Sun Jun 24 2012 Ricky Zhou <ricky at fedoraproject.org> - 0.5.1-1
+- Update to 0.5.1.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list