From a48e4cb297b14eb69c0c9f74ae59102717a46447 Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Thu, 24 Apr 2014 12:37:03 +0200 Subject: [PATCH] Rebuild as wheel for Python 3.4 --- python-pip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index c4d8c9e..7665830 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,6 +1,6 @@ %if (! 0%{?rhel}) || 0%{?rhel} > 6 %global with_python3 1 -%global build_wheel 0 +%global build_wheel 1 %endif %if 0%{?rhel} && 0%{?rhel} < 6 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} @@ -16,7 +16,7 @@ Name: python-%{srcname} Version: 1.5.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for installing and managing Python packages Group: Development/Libraries @@ -136,6 +136,9 @@ pip2 install -I dist/%{python2_wheelname} --root %{buildroot} --strip-file-prefi %endif # with_python3 %changelog +* Thu Apr 24 2014 Matej Stuchlik - 1.5.4-2 +- Rebuild as wheel for Python 3.4 + * Mon Apr 07 2014 Matej Stuchlik - 1.5.4-1 - Updated to 1.5.4