[python-webtest] Update to 1.2.2

Luke Macken lmacken at fedoraproject.org
Tue Oct 5 18:36:47 UTC 2010


commit c9b2829b495ac5b773bcb8b592aa283c1e944f66
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Oct 5 14:36:52 2010 -0400

    Update to 1.2.2

 .gitignore          |    1 +
 python-webtest.spec |   14 ++++++++++----
 sources             |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 86d2c47..dfa23ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 WebTest-1.2.1.tar.gz
+/WebTest-1.2.2.tar.gz
diff --git a/python-webtest.spec b/python-webtest.spec
index 2941545..1ad724b 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.2.1
-Release:        3%{?dist}
+Version:        1.2.2
+Release:        1%{?dist}
 Summary:        Helper to test WSGI applications
 
 Group:          Development/Languages
@@ -15,6 +15,7 @@ BuildArch:      noarch
 BuildRequires:  python-setuptools-devel
 BuildRequires:  python-nose
 BuildRequires:  python-webob
+BuildRequires:  python-dtopt
 Requires:       python-webob
 
 %description
@@ -42,17 +43,22 @@ with any WSGI-compatible framework.
 
 
 %check
-#./test
+#PYTHONPATH=$(pwd) %{__python} setup.py test
 
 
 %files
 %defattr(-,root,root,-)
-#doc docs/*
+%doc docs/*
 %{python_sitelib}/webtest
 %{python_sitelib}/*.egg-info
 
 
 %changelog
+* Tue Oct 05 2010 Luke Macken <lmacken at redhat.com> - 1.2.2-1
+- Update to 1.2.2
+- Add python-dtopt to the BuildRequires
+- Include the docs again
+
 * Sun Jul 25 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot[com> - 1.2.1-3
 - Disable tests and docs for now. They are not included in this tarball
 
diff --git a/sources b/sources
index 92a8217..eec265e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80548f890cb4643f68712a3368f18beb  WebTest-1.2.1.tar.gz
+0ff3ba2d1ef13d75e3bb8e7322a7b427  WebTest-1.2.2.tar.gz


More information about the scm-commits mailing list