[python-simplegeneric] - Update to 0.7 - Run the unit tests

Luke Macken lmacken at fedoraproject.org
Thu Sep 30 19:58:21 UTC 2010


commit 25e1347bb3b3f9b273c5575531e6f60aefc3befe
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Sep 30 15:58:19 2010 -0400

    - Update to 0.7
    - Run the unit tests

 .gitignore                |    1 +
 python-simplegeneric.spec |   11 +++++++++--
 sources                   |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 075616a..7932828 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 simplegeneric-0.6.zip
+/simplegeneric-0.7.zip
diff --git a/python-simplegeneric.spec b/python-simplegeneric.spec
index 91ff623..3220e2f 100644
--- a/python-simplegeneric.spec
+++ b/python-simplegeneric.spec
@@ -3,8 +3,8 @@
 %global modname simplegeneric
 
 Name:           python-simplegeneric
-Version:        0.6
-Release:        3%{?dist}
+Version:        0.7
+Release:        1%{?dist}
 Summary:        Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
 
 Group:          Development/Languages
@@ -36,6 +36,9 @@ rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
 
+%check
+PYTHONPATH=$(pwd) %{__python} setup.py test
+
 %clean
 rm -rf %{buildroot}
 
@@ -45,6 +48,10 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Thu Sep 30 2010 Luke Macken <lmacken at redhat.com> - 0.7-1
+- Update to 0.7
+- Run the unit tests
+
 * Thu Jul 22 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 - missing BR: python-devel
diff --git a/sources b/sources
index 57f3640..3f91317 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e8f5a8e623a0ae8ae203f19652d06b7  simplegeneric-0.6.zip
+0543168a0f482c3f5a92d71482e5f99a  simplegeneric-0.7.zip


More information about the scm-commits mailing list