Update to 0.10.1

This commit is contained in:
Luke Macken 2008-02-29 04:48:27 +00:00
parent 229ed19119
commit 8ba18998cd
3 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
nose-0.10.0.tar.gz
nose-0.10.1.tar.gz

View File

@ -2,8 +2,8 @@
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: python-nose
Version: 0.10.0
Release: 2%{?dist}
Version: 0.10.1
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
* 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
- Add python-setuptools to Requires (Bug #408491)

View File

@ -1 +1 @@
2cb49cb7aa8f0c27be1bc3f85193bb8e nose-0.10.0.tar.gz
b1116d3780fea2cd7fe9dcc337d0fc9a nose-0.10.1.tar.gz