diff --git a/.cvsignore b/.cvsignore index b7e1c01..3e3f062 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nose-0.11.1.tar.gz +nose-0.11.3.tar.gz diff --git a/python-nose.spec b/python-nose.spec index 718be8a..c38e1f4 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -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 - 0.11-3-1 +- Update to 0.11.3 +- Enable the self tests + * Mon Oct 05 2009 Luke Macken - 0.11.1-2 - Include the new nosetests-2.6 script as well diff --git a/sources b/sources index c7f23c7..6fd0ef2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00789d016f81ec52f666f020c644447e nose-0.11.1.tar.gz +fbf6bc7b7c2bbb535d8ea9a931a1e65b nose-0.11.3.tar.gz