Update to 0.10.4 to fix 2.6 issues
This commit is contained in:
parent
02395e0e08
commit
bbe5a6df2c
@ -1 +1 @@
|
||||
nose-0.10.3.tar.gz
|
||||
nose-0.10.4.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
||||
|
||||
Name: python-nose
|
||||
Version: 0.10.3
|
||||
Release: 2%{?dist}
|
||||
Version: 0.10.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A discovery-based unittest extension for Python
|
||||
|
||||
Group: Development/Languages
|
||||
@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitelib}/nose
|
||||
|
||||
%changelog
|
||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.10.4-1
|
||||
- Update to 0.10.4 to fix 2.6 issues
|
||||
|
||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.10.3-2
|
||||
- Rebuild for Python 2.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user