0.9.0
This commit is contained in:
parent
48682ffd60
commit
89ac2a5b3f
@ -1 +1 @@
|
||||
nose-0.8.7.2.tar.gz
|
||||
nose-0.9.0.tar.gz
|
||||
|
@ -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 <lmacken@redhat.com> 0.9.0-1
|
||||
- 0.9.0
|
||||
|
||||
* Wed Apr 19 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.8.7.2-1
|
||||
- Initial RPM release
|
||||
|
Loading…
Reference in New Issue
Block a user