|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
|
|
|
|
|
|
|
|
|
Name: python-nose
|
|
|
|
|
Version: 0.9.0
|
|
|
|
|
Version: 0.9.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A discovery-based unittest extension for Python
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ Source0: http://somethingaboutorange.com/mrl/projects/nose/nose-%{version
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: python-devel python-setuptools >= 0.6a9
|
|
|
|
|
BuildRequires: python-devel python-setuptools
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
nose: a discovery-based unittest extension.
|
|
|
|
@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{python_sitelib}/nose
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 24 2006 Luke Macken <lmacken@redhat.com> 0.9.1-1
|
|
|
|
|
- 0.9.1
|
|
|
|
|
|
|
|
|
|
* Fri Sep 8 2006 Luke Macken <lmacken@redhat.com> 0.9.0-1
|
|
|
|
|
- 0.9.0
|
|
|
|
|
|
|
|
|
|