Update to 0.11.3 and enable the self tests

f38
Luke Macken 15 years ago
parent 5a1b6691f7
commit 89c913d039

@ -1 +1 @@
nose-0.11.1.tar.gz
nose-0.11.3.tar.gz

@ -2,8 +2,8 @@
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: python-nose
Version: 0.11.1
Release: 2%{?dist}
Version: 0.11.3
Release: 1%{?dist}
Summary: A discovery-based unittest extension for Python
Group: Development/Languages
@ -35,6 +35,9 @@ rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \
--single-version-externally-managed --install-data=%{_datadir}
%check
%{__python} selftest.py
%clean
rm -rf $RPM_BUILD_ROOT
@ -48,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/nose
%changelog
* Thu May 06 2010 Luke Macken <lmacken@redhat.com> - 0.11-3-1
- Update to 0.11.3
- Enable the self tests
* Mon Oct 05 2009 Luke Macken <lmacken@redhat.com> - 0.11.1-2
- Include the new nosetests-2.6 script as well

@ -1 +1 @@
00789d016f81ec52f666f020c644447e nose-0.11.1.tar.gz
fbf6bc7b7c2bbb535d8ea9a931a1e65b nose-0.11.3.tar.gz

Loading…
Cancel
Save