[python-webtest] Update to 1.3.4.

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


commit 4eedaaf701e149dbd21ba7666c8944c556dfe928
Author: Ricky Zhou <ricky at fedoraproject.org>
Date:   Sun Jun 24 06:47:09 2012 -0400

    Update to 1.3.4.

 .gitignore          |    1 +
 python-webtest.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d79c2a5..01755d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,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
+/WebTest-1.3.4.tar.gz
diff --git a/python-webtest.spec b/python-webtest.spec
index e50cc74..82818a8 100644
--- a/python-webtest.spec
+++ b/python-webtest.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-webtest
-Version:        1.3.3
-Release:        2%{?dist}
+Version:        1.3.4
+Release:        1%{?dist}
 Summary:        Helper to test WSGI applications
 
 Group:          Development/Languages
@@ -54,6 +54,9 @@ PYTHONPATH=$(pwd) %{__python} setup.py test
 
 
 %changelog
+* Sun Jun 24 2012 Ricky Zhou <ricky at fedoraproject.org> - 1.3.4-1
+- Update to 1.3.4.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 88e3982..598ae30 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a35a8b6207a66e232a0fa7ee254dac76  WebTest-1.3.3.tar.gz
+be4b448e91306f297e6e302c3ebe9540  WebTest-1.3.4.tar.gz


More information about the scm-commits mailing list