diff --git a/.gitignore b/.gitignore index 0935e35..debc98b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-nose.spec b/python-nose.spec index 555635a..2d91160 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -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 - 1.3.2-1 +- Update to 1.3.2 for Python 3.4 suport + * Fri May 02 2014 Orion Poplawski - 1.3.1-2 - Rebuild for Python 3.4 diff --git a/sources b/sources index 3bc60df..6bc548b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -672398801ddf5ba745c55c6eed79c5aa nose-1.3.1.tar.gz +00f33853c494cc7aee01b61cc4a91348 nose-1.3.2.tar.gz