|
|
@ -16,8 +16,8 @@
|
|
|
|
%global with_docs 1
|
|
|
|
%global with_docs 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-nose
|
|
|
|
Name: python-nose
|
|
|
|
Version: 1.1.2
|
|
|
|
Version: 1.2.0
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Discovery-based unittest extension for Python
|
|
|
|
Summary: Discovery-based unittest extension for Python
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
@ -152,9 +152,7 @@ export PYTHONPATH=`pwd`/build/lib
|
|
|
|
%{__python3} selftest.py \
|
|
|
|
%{__python3} selftest.py \
|
|
|
|
-e nose.plugins.errorclass \
|
|
|
|
-e nose.plugins.errorclass \
|
|
|
|
-e nose.plugins.plugintest \
|
|
|
|
-e nose.plugins.plugintest \
|
|
|
|
-e imported_tests.rst \
|
|
|
|
|
|
|
|
-e test_withid_failures.rst \
|
|
|
|
-e test_withid_failures.rst \
|
|
|
|
-e selector_plugin.rst \
|
|
|
|
|
|
|
|
-e test_traverse_namespace \
|
|
|
|
-e test_traverse_namespace \
|
|
|
|
-v
|
|
|
|
-v
|
|
|
|
popd
|
|
|
|
popd
|
|
|
@ -189,6 +187,10 @@ rm -rf %{buildroot}
|
|
|
|
%endif # with_docs
|
|
|
|
%endif # with_docs
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Sep 10 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 1.2.0-1
|
|
|
|
|
|
|
|
- Update to nose-1.2.0.
|
|
|
|
|
|
|
|
- Two less python3 test failures than 1.1.2
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 4 2012 David Malcolm <dmalcolm@redhat.com> - 1.1.2-5
|
|
|
|
* Sat Aug 4 2012 David Malcolm <dmalcolm@redhat.com> - 1.1.2-5
|
|
|
|
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
|
|
|
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
|
|
|
- disable selftests that fail under 3.3
|
|
|
|
- disable selftests that fail under 3.3
|
|
|
|