From 98a875596ce2216b684f48b3954d47041f51771e Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Dec 13 2016 14:12:39 +0000 Subject: Enable tests --- diff --git a/python-setuptools.spec b/python-setuptools.spec index f08fb23..9cdec4a 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -3,7 +3,7 @@ %{!?_with_bootstrap: %global bootstrap 0} %if ! 0%{?bootstrap} -%global with_check 0 +%global with_check 1 %global build_wheel 1 %else %global with_check 0 @@ -30,7 +30,7 @@ Name: python-setuptools Version: 30.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -223,6 +223,9 @@ LANG=en_US.utf8 PYTHONPATH=$(pwd) py.test-%{python3_version} %endif # with_python3 %changelog +* Tue Dec 13 2016 Stratakis Charalampos - 30.4.0-2 +- Enable tests + * Sun Dec 11 2016 Kevin Fenzi - 30.4.0-1 - Update to 30.4.0. Fixes bug #1400310