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.2.1.tar.gz
|
||||||
/nose-1.3.0.tar.gz
|
/nose-1.3.0.tar.gz
|
||||||
/nose-1.3.1.tar.gz
|
/nose-1.3.1.tar.gz
|
||||||
|
/nose-1.3.2.tar.gz
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
%global with_docs 1
|
%global with_docs 1
|
||||||
|
|
||||||
Name: python-nose
|
Name: python-nose
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Discovery-based unittest extension for Python
|
Summary: Discovery-based unittest extension for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -180,6 +180,9 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_docs
|
%endif # with_docs
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 02 2014 Orion Poplawski <orion@cora.nwra.com> - 1.3.1-2
|
||||||
- Rebuild for Python 3.4
|
- Rebuild for Python 3.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user