[python-testtools/f16] Update to 0.9.14

Michel Alexandre Salim salimma at fedoraproject.org
Thu Apr 5 12:22:48 UTC 2012


commit 3ac5627d2d653123aec6d6e3c24786de572e6984
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Apr 5 19:08:31 2012 +0700

    Update to 0.9.14
    
    - Enable unit tests

 .gitignore            |    2 +-
 python-testtools.spec |   10 +++++++++-
 sources               |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3dfc27d..bbf074c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/testtools-0.9.13.tar.gz
+/testtools-0.9.14.tar.gz
diff --git a/python-testtools.spec b/python-testtools.spec
index 1920d33..d2613f6 100644
--- a/python-testtools.spec
+++ b/python-testtools.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-testtools
-Version:        0.9.13
+Version:        0.9.14
 Release:        1%{?dist}
 Summary:        Extensions to the Python unit testing framework
 
@@ -42,6 +42,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 
+%check
+%{__python} setup.py test
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -57,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr  5 2012 Michel Salim <salimma at fedoraproject.org> - 0.9.14-1
+- Update to 0.9.14
+- Enable unit tests
+
 * Tue Feb  7 2012 Michel Salim <salimma at fedoraproject.org> - 0.9.13-1
 - Update to 0.9.13
 
diff --git a/sources b/sources
index 9881e76..4b47bc2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5375c5aff797d5787699798ebb59ad5f  testtools-0.9.13.tar.gz
+43bd0167ffa9c5c13d2d26d0c4ad8b77  testtools-0.9.14.tar.gz


More information about the scm-commits mailing list