From c4e2448c9e0cae9d614bfdf3e76ed1e026ac0530 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Sat, 10 Dec 2016 14:49:54 +0100 Subject: [PATCH] Rebuild for Python 3.6 with wheel --- python-pip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index 0d90d54..cb4faed 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,5 +1,5 @@ %global with_python3 1 -%global build_wheel 0 +%global build_wheel 1 %global with_tests 0 %global srcname pip @@ -17,7 +17,7 @@ Name: python-%{srcname} Version: 9.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A tool for installing and managing Python packages Group: Development/Libraries @@ -225,6 +225,9 @@ py.test-%{python3_version} -m 'not network' %endif # with_python3 %changelog +* Fri Dec 09 2016 Charalampos Stratakis - 9.0.1-3 +- Rebuild for Python 3.6 with wheel + * Fri Dec 09 2016 Charalampos Stratakis - 9.0.1-2 - Rebuild for Python 3.6 without wheel