diff --git a/.cvsignore b/.cvsignore index 6b13fae..7a2c0f5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nose-0.8.7.2.tar.gz +nose-0.9.0.tar.gz diff --git a/python-nose.spec b/python-nose.spec index 155e03d..8afd758 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -3,7 +3,7 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-nose -Version: 0.8.7.2 +Version: 0.9.0 Release: 1%{?dist} Summary: A discovery-based unittest extension for Python @@ -15,7 +15,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel python-setuptools >= 0.6a9 -Requires: python-abi = %{pyver} %description nose: a discovery-based unittest extension. @@ -45,5 +44,8 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/nose %changelog +* Fri Sep 8 2006 Luke Macken 0.9.0-1 +- 0.9.0 + * Wed Apr 19 2006 Ignacio Vazquez-Abrams 0.8.7.2-1 - Initial RPM release diff --git a/sources b/sources index 0374cdf..a1a5a2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -400cf55994cfec7772292319f7cd195d nose-0.8.7.2.tar.gz +1901f18ae082a711773d6f77cc312db2 nose-0.9.0.tar.gz