From d7a8cf4bb6474b7b7fa334c85d8aac091519cce2 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Fri, 14 Mar 2014 09:37:08 -0600 Subject: [PATCH] Update to 1.3.1 (#1074971) --- .gitignore | 1 + python-nose.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7c38781..0935e35 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ nose-0.11.4.tar.gz /nose-1.2.0.tar.gz /nose-1.2.1.tar.gz /nose-1.3.0.tar.gz +/nose-1.3.1.tar.gz diff --git a/python-nose.spec b/python-nose.spec index 5d75011..dc47a46 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -16,8 +16,8 @@ %global with_docs 1 Name: python-nose -Version: 1.3.0 -Release: 2%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Discovery-based unittest extension for Python Group: Development/Languages @@ -99,8 +99,6 @@ rm -rf %{py3dir} cp -a . %{py3dir} %endif # with_python3 -rm doc/*.pyc - %build %{__python} setup.py build @@ -182,6 +180,9 @@ rm -rf %{buildroot} %endif # with_docs %changelog +* Fri Mar 14 2014 Luke Macken - 1.3.1-1 +- Update to 1.3.1 (#1074971) + * Sun Aug 04 2013 Fedora Release Engineering - 1.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 8798f2c..3bc60df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95d6d32b9d6b029c3c65674bd9e7eabe nose-1.3.0.tar.gz +672398801ddf5ba745c55c6eed79c5aa nose-1.3.1.tar.gz