[python-joblib] Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri May 16 09:08:56 UTC 2014


commit 5557b967cf33b8bc7e034827c30e3d8860f74941
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Fri May 16 11:08:45 2014 +0200

    Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4

 python-joblib.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-joblib.spec b/python-joblib.spec
index 42a2b2c..a53dfec 100644
--- a/python-joblib.spec
+++ b/python-joblib.spec
@@ -4,7 +4,7 @@
 
 Name: python-%{upname}
 Version: 0.8.0
-Release: 0.1.a2%{?dist}
+Release: 0.2.a2%{?dist}
 Summary: Lightweight pipelining: using Python functions as pipeline jobs
 License: BSD
 
@@ -72,7 +72,7 @@ popd
 nosetests
 %if 0%{?with_python3}
 pushd %{py3dir}
-nosetests-3.3
+nosetests-%{python3_version}
 popd
 %endif # with_python3
 
@@ -94,11 +94,14 @@ popd
 %files -n python3-%{upname}
 %doc build/sphinx/html
 %{python3_sitelib}/%{upname}
-%{python3_sitelib}/%{upname}-%{upversion}-py3.3.egg-info
+%{python3_sitelib}/%{upname}-%{upversion}-py%{python3_version}.egg-info
 %endif # with_python3
 
 
 %changelog
+* Wed May 14 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 0.8.0-0.2.a2
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
+
 * Thu Jan 09 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 0.8.0-0.1.a2
 - New upstream prerelease (0.8.0a2)
 


More information about the scm-commits mailing list