From 392644260406c842e6862a3d7d4a28a5740b4ab5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 13:22:33 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-hypothesis.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 75ebf96..48f546c 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -1,6 +1,8 @@ +%global _without_doc 1 +%global _without_tests 1 Name: python-hypothesis Version: 6.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for property based testing License: MPLv2.0 @@ -113,6 +115,9 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man1 docs/_build/man/hypothesis.1 %changelog +* Wed Jun 02 2021 Python Maint - 6.6.0-3 +- Bootstrap for Python 3.10 + * Thu Mar 11 2021 Miro HronĨok - 6.6.0-2 - Skip test_data_frames_with_timestamp_columns on s390x until Pandas is fixed