[python-nose] Update to 1.3.4 (#1094718)

Luke Macken lmacken at fedoraproject.org
Wed Aug 27 18:42:40 UTC 2014


commit c84914c1e290fe08c66768d8295f61573a2a4ff9
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Aug 27 12:36:25 2014 -0600

    Update to 1.3.4 (#1094718)

 .gitignore                                     |    1 +
 python-nose-fix-_removed_tests-attribute.patch |   23 -----------------------
 python-nose.spec                               |    7 +++++--
 sources                                        |    2 +-
 4 files changed, 7 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index debc98b..52cc899 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ nose-0.11.4.tar.gz
 /nose-1.3.0.tar.gz
 /nose-1.3.1.tar.gz
 /nose-1.3.2.tar.gz
+/nose-1.3.4.tar.gz
diff --git a/python-nose.spec b/python-nose.spec
index aa68c5a..a36f738 100644
--- a/python-nose.spec
+++ b/python-nose.spec
@@ -16,8 +16,8 @@
 %global with_docs 1
 
 Name:           python-nose
-Version:        1.3.2
-Release:        3%{?dist}
+Version:        1.3.4
+Release:        1%{?dist}
 Summary:        Discovery-based unittest extension for Python
 
 Group:          Development/Languages
@@ -184,6 +184,9 @@ rm -rf %{buildroot}
 %endif # with_docs
 
 %changelog
+* Wed Aug 27 2014 Luke Macken <lmacken at redhat.com> - 1.3.4-1
+- Update to 1.3.4 (#1094718)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 6bc548b..8fedb8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00f33853c494cc7aee01b61cc4a91348  nose-1.3.2.tar.gz
+6ed7169887580ddc9a8e16048d38274d  nose-1.3.4.tar.gz


More information about the scm-commits mailing list