Update to 1.3.2 for Python 3.4 suport

f38
Orion Poplawski 11 years ago
parent 83d58d8b57
commit bdb1483402

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

@ -1 +1 @@
672398801ddf5ba745c55c6eed79c5aa nose-1.3.1.tar.gz
00f33853c494cc7aee01b61cc4a91348 nose-1.3.2.tar.gz

Loading…
Cancel
Save