From 82d9f92642a988835c3daad2b271874532ea2cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 13 Jun 2018 18:41:28 +0200 Subject: [PATCH] Bootstrap for Python 3.7 --- python-wheel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-wheel.spec b/python-wheel.spec index 112755d..10c9f29 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 # Note that the only function of bootstrap is that it disables the test suite: # bcond_with bootstrap = tests enabled %bcond_with bootstrap @@ -14,7 +15,7 @@ Name: python-%{pypi_name} Version: 0.30.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -139,6 +140,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog +* Wed Jun 13 2018 Miro HronĨok - 1:0.30.0-2 +- Bootstrap for Python 3.7 + * Fri Feb 23 2018 Igor Gnatenko - 1:0.30.0-1 - Update to 0.30.0