New upsream 1.2.1 that just bumps the version properly

This commit is contained in:
Toshio Kuratomi 2012-09-12 15:20:29 -07:00
parent a6c8c276c7
commit a9e5bcec11
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ nose-0.11.4.tar.gz
/nose-1.1.1.tar.gz
/nose-1.1.2.tar.gz
/nose-1.2.0.tar.gz
/nose-1.2.1.tar.gz

View File

@ -16,7 +16,7 @@
%global with_docs 1
Name: python-nose
Version: 1.2.0
Version: 1.2.1
Release: 1%{?dist}
Summary: Discovery-based unittest extension for Python
@ -187,6 +187,9 @@ rm -rf %{buildroot}
%endif # with_docs
%changelog
* Wed Sep 12 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 1.2.1-1
- New upsream 1.2.1 that just bumps the version properly
* Mon Sep 10 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 1.2.0-1
- Update to nose-1.2.0.
- Two less python3 test failures than 1.1.2

View File

@ -1 +1 @@
0db7fcfa8aefc5a461e90a1fc193863c nose-1.2.0.tar.gz
735e3f1ce8b07e70ee1b742a8a53585a nose-1.2.1.tar.gz