[python-webtest] Update to 1.3.3

Luke Macken lmacken at fedoraproject.org
Thu Dec 15 02:39:58 UTC 2011


commit 3266eae03fec1de3711ee29b78af1c95433745b1
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Dec 14 21:39:58 2011 -0500

    Update to 1.3.3

 .gitignore          |    1 +
 python-webtest.spec |    5 ++++-
 sources             |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8290501..d79c2a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 WebTest-1.2.1.tar.gz
 /WebTest-1.2.2.tar.gz
 /WebTest-1.2.3.tar.gz
+/WebTest-1.3.3.tar.gz
diff --git a/python-webtest.spec b/python-webtest.spec
index 559db6e..eaf418b 100644
--- a/python-webtest.spec
+++ b/python-webtest.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-webtest
-Version:        1.2.3
+Version:        1.3.3
 Release:        1%{?dist}
 Summary:        Helper to test WSGI applications
 
@@ -54,6 +54,9 @@ PYTHONPATH=$(pwd) %{__python} setup.py test
 
 
 %changelog
+* Wed Dec 14 2011 Luke Macken <lmacken at redhat.com> - 1.3.3-1
+- Update to 1.3.3
+
 * Fri Jul 15 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 1.2.3-1
 - Update to 1.2.3
 
diff --git a/sources b/sources
index 0c3a77d..88e3982 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-585f9331467e6d99acaba4051c1c5878  WebTest-1.2.3.tar.gz
+a35a8b6207a66e232a0fa7ee254dac76  WebTest-1.3.3.tar.gz


More information about the scm-commits mailing list