From c85ffbabe556fcddb83a1b7f19fbd5aef9dfa33e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 02:48:56 +0200 Subject: [PATCH] Bootstrap for Python 3.8 --- python-hypothesis.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index c9adc26..538b652 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,9 +1,10 @@ +%global _without_tests 1 %{?python_enable_dependency_generator} %global srcname hypothesis Name: python-%{srcname} Version: 4.23.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for property based testing License: MPLv2.0 @@ -109,6 +110,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -n auto -k "not test_healt %{_mandir}/man1/hypothesis.1* %changelog +* Thu Aug 15 2019 Miro HronĨok - 4.23.8-3 +- Bootstrap for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering - 4.23.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild