Update to 1.3.2 for Python 3.4 suport
This commit is contained in:
parent
83d58d8b57
commit
bdb1483402
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ nose-0.11.4.tar.gz
|
||||
/nose-1.2.1.tar.gz
|
||||
/nose-1.3.0.tar.gz
|
||||
/nose-1.3.1.tar.gz
|
||||
/nose-1.3.2.tar.gz
|
||||
|
@ -16,8 +16,8 @@
|
||||
%global with_docs 1
|
||||
|
||||
Name: python-nose
|
||||
Version: 1.3.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Discovery-based unittest extension for Python
|
||||
|
||||
Group: Development/Languages
|
||||
@ -180,6 +180,9 @@ rm -rf %{buildroot}
|
||||
%endif # with_docs
|
||||
|
||||
%changelog
|
||||
* Sat May 03 2014 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-1
|
||||
- Update to 1.3.2 for Python 3.4 suport
|
||||
|
||||
* Fri May 02 2014 Orion Poplawski <orion@cora.nwra.com> - 1.3.1-2
|
||||
- Rebuild for Python 3.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user