From 8af63a5a7a135bb55741730422840240a0c2933a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 02:37:02 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-hypothesis.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 1299e90..47271c4 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,10 +1,8 @@ -%global _without_doc 1 -%global _without_tests 1 %global srcname hypothesis Name: python-%{srcname} Version: 5.15.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for property based testing License: MPLv2.0 @@ -96,6 +94,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healt %endif %changelog +* Tue May 26 2020 Miro Hrončok - 5.15.1-3 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Miro Hrončok - 5.15.1-2 - Bootstrap for Python 3.9