[python-peak-util-assembler] * Tue Aug 3 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6-2.20100803svn2646 - Enable unittes

Toshio くらとみ toshio at fedoraproject.org
Tue Aug 3 12:08:02 UTC 2010


commit 5e1e3d6798d7a2723ce6b4a703d6bd86d24c73b6
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Aug 3 08:07:46 2010 -0400

    * Tue Aug 3 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6-2.20100803svn2646
    - Enable unittests

 python-peak-util-assembler.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/python-peak-util-assembler.spec b/python-peak-util-assembler.spec
index f9fe79e..e4c9275 100644
--- a/python-peak-util-assembler.spec
+++ b/python-peak-util-assembler.spec
@@ -7,7 +7,7 @@
 Name:           python-peak-util-assembler
 Version:        0.6
 # Post release snapshot
-Release:        1.20100803svn2646%{?dist}
+Release:        2.20100803svn2646%{?dist}
 Summary:        Generate Python code objects by "assembling" bytecode
 
 Group:          Development/Languages
@@ -25,7 +25,8 @@ BuildRequires:  python-setuptools-devel
 %else
 BuildRequires: python-setuptools
 %endif
-BuildRequires:  python-nose
+BuildRequires:       python-decoratortools >= 1.2
+BuildRequires:       python-peak-util-symbols >= 1.0
 
 Requires:       python-decoratortools >= 1.2
 Requires:       python-peak-util-symbols >= 1.0
@@ -54,7 +55,7 @@ rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
 %check
-nosetests
+python setup.py test
 
 %clean
 rm -rf %{buildroot}
@@ -65,6 +66,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Tue Aug 3 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6-2.20100803svn2646
+- Enable unittests
+
 * Tue Aug 3 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6-1.20100803svn2646
 - Build with a snapshot so that we get Python-2.7 fixes and GPLv2 compatible licensing
 


More information about the scm-commits mailing list