[python-cheetah/f14/master] update to the 2.4.3 release

Mike Bonnet mikeb at fedoraproject.org
Mon Oct 18 19:40:44 UTC 2010


commit 8d22206b3af07ffd7e471df56bcf709060768f08
Author: Mike Bonnet <mikeb at redhat.com>
Date:   Mon Oct 18 15:40:36 2010 -0400

    update to the 2.4.3 release

 .gitignore          |    1 +
 python-cheetah.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c60abf..f01165f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Cheetah-2.4.2.1.tar.gz
+/Cheetah-2.4.3.tar.gz
diff --git a/python-cheetah.spec b/python-cheetah.spec
index 38d5455..12580af 100644
--- a/python-cheetah.spec
+++ b/python-cheetah.spec
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %global python_sitearch %([ -x %{__python} ] && %{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" || :)}
 
 Name:           python-cheetah
-Version:        2.4.2.1
-Release:        3%{?dist}
+Version:        2.4.3
+Release:        1%{?dist}
 Summary:        Template engine and code generator
 
 Group:          Development/Libraries
@@ -90,6 +90,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/Cheetah-%{version}-*.egg-info/*.txt
 
 %changelog
+* Mon Oct 18 2010 Mike Bonnet <mikeb at redhat.com> - 2.4.3-1
+- update to the 2.4.3 release
+
 * Mon Oct 18 2010 Mike Bonnet <mikeb at redhat.com> - 2.4.2.1-3
 - Fix compatibility with Python 2.7
 
diff --git a/sources b/sources
index b5425eb..b26061f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f58ab28548b6e4000c6f4d3b14307187  Cheetah-2.4.2.1.tar.gz
+e9d12e6aeb3b51b75a9b4214f698def8  Cheetah-2.4.3.tar.gz


More information about the scm-commits mailing list