From bdb148340258347311c8fc49ad1ad7974827cf16 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sat, 3 May 2014 14:50:31 -0600 Subject: [PATCH] Update to 1.3.2 for Python 3.4 suport --- .gitignore | 1 + python-nose.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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