From 03fe032eebe7f9c654f5d3727d554f417f4721b7 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Dec 10 2016 13:16:02 +0000 Subject: Rebuild for Python 3.6 with wheel. Disable tests as the test dependencies have not been built yet. --- diff --git a/python-setuptools.spec b/python-setuptools.spec index d8f4c4a..d6667be 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,9 +1,9 @@ # Dependencies for check and wheel introduce circular dependencies # Set this to 0 after we've bootstrapped. -%{!?_with_bootstrap: %global bootstrap 1} +%{!?_with_bootstrap: %global bootstrap 0} %if ! 0%{?bootstrap} -%global with_check 1 +%global with_check 0 %global build_wheel 1 %else %global with_check 0 @@ -30,7 +30,7 @@ Name: python-setuptools Version: 28.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -223,6 +223,10 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Fri Dec 09 2016 Charalampos Stratakis - 28.8.0-3 +- Rebuild for Python 3.6 with wheel +- Disable tests + * Fri Dec 09 2016 Charalampos Stratakis - 28.8.0-2 - Rebuild for Python 3.6 without wheel