From 240d27f01e234dbad959401945084b8fb1a9ece2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 07:01:32 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-hypothesis.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 09d8ac6..1299e90 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,8 +1,10 @@ +%global _without_doc 1 +%global _without_tests 1 %global srcname hypothesis Name: python-%{srcname} Version: 5.15.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for property based testing License: MPLv2.0 @@ -94,6 +96,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healt %endif %changelog +* Fri May 22 2020 Miro HronĨok - 5.15.1-2 +- Bootstrap for Python 3.9 + * Thu May 21 2020 Michel Alexandre Salim - 5.15.1-1 - Update to 5.15.1 - Upstream now verifies against Python 3.9 pre-releases in CI