|
|
@ -2,8 +2,8 @@
|
|
|
|
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
|
|
|
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-nose
|
|
|
|
Name: python-nose
|
|
|
|
Version: 0.10.0
|
|
|
|
Version: 0.10.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A discovery-based unittest extension for Python
|
|
|
|
Summary: A discovery-based unittest extension for Python
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{python_sitelib}/nose
|
|
|
|
%{python_sitelib}/nose
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Feb 28 2008 Luke Macken <lmacken@redhat.com> 0.10.1-1
|
|
|
|
|
|
|
|
- Update to 0.10.1
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 3 2007 Luke Macken <lmacken@redhat.com> 0.10.0-2
|
|
|
|
* Mon Dec 3 2007 Luke Macken <lmacken@redhat.com> 0.10.0-2
|
|
|
|
- Add python-setuptools to Requires (Bug #408491)
|
|
|
|
- Add python-setuptools to Requires (Bug #408491)
|
|
|
|
|
|
|
|
|
|
|
|