[python-billiard] enable tests, update to 2.7.3.34 (rhbz#1018595)

Matthias Runge mrunge at fedoraproject.org
Mon Oct 14 10:57:45 UTC 2013


commit b9dec62a778cfb926d1a415242985392c9f38b9e
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Oct 14 12:57:16 2013 +0200

    enable tests, update to 2.7.3.34 (rhbz#1018595)

 .gitignore           |    1 +
 python-billiard.spec |   20 ++++++++++++--------
 sources              |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c64055f..57b9ab1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ billiard-0.3.1.tar.gz
 /billiard-2.7.3.31.tar.gz
 /billiard-2.7.3.32.tar.gz
 /billiard-2.7.3.33.tar.gz
+/billiard-2.7.3.34.tar.gz
diff --git a/python-billiard.spec b/python-billiard.spec
index 42442b4..e9363d4 100644
--- a/python-billiard.spec
+++ b/python-billiard.spec
@@ -7,7 +7,7 @@
 %endif
 
 Name:           python-%{srcname}
-Version:        2.7.3.33
+Version:        2.7.3.34
 Release:        1%{?dist}
 Summary:        Multiprocessing Pool Extensions
 
@@ -61,14 +61,14 @@ pushd %{py3dir}
 popd
 %endif # with_python3
 
-#%check
-#%{__python} setup.py test
+%check
+%{__python} setup.py test
 #
-#%if 0%{?with_python3}
-#pushd %{py3dir}
-#%{__python3} setup.py test
-#popd
-#%endif # with_python3
+%if 0%{?with_python3}
+pushd %{py3dir}
+%{__python3} setup.py test
+popd
+%endif # with_python3
 
 %files
 %doc CHANGES.txt LICENSE.txt README.rst
@@ -86,6 +86,10 @@ popd
 %endif # with_python3
 
 %changelog
+* Mon Oct 14 2013 Matthias Runge <mrunge at redhat.com> - 2.7.34-1
+- update to 2.7.34 (rhbz#1018595)
+- enable tests
+
 * Tue Oct 08 2013 Fabian Affolter <mail at fabian-affolter.ch> - 2.7.3.33-1
 - Updated to latest upstream version 2.7.3.33
 
diff --git a/sources b/sources
index 5c4c344..15756f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-339edb546db9d64c245141c9429e3e39  billiard-2.7.3.33.tar.gz
+9ecf0a3dbbd023e1fe9830b40d397d70  billiard-2.7.3.34.tar.gz


More information about the scm-commits mailing list