From 9ac1b9344ac0352eccb12708cd04ba716d84dd96 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 16 Nov 2020 13:44:17 -0800 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-hypothesis#65a4191709c9d3adb2dc5c705f887486ec2dbad5 --- python-hypothesis.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-hypothesis.spec b/python-hypothesis.spec index abbb976..2011ee6 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 5.29.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for property based testing License: MPLv2.0 @@ -38,14 +38,12 @@ Obsoletes: platform-python-%{srcname} < %{version}-%{release} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python3dist(attrs) >= 19.2.0 -BuildRequires: python3dist(coverage) BuildRequires: python3dist(sortedcontainers) %if %{with tests} #BuildRequires: python3dist(django) #BuildRequires: python3dist(dpcontracts) #BuildRequires: python3dist(lark) BuildRequires: black -BuildRequires: python3dist(mock) BuildRequires: python3dist(numpy) BuildRequires: python3dist(pandas) BuildRequires: python3dist(pexpect) @@ -98,6 +96,9 @@ PATH=%{buildroot}%{_bindir}:$PATH PYTHONPATH=%{buildroot}%{python3_sitelib} pyte %endif %changelog +* Fri Nov 13 2020 Miro HronĨok - 5.29.4-2 +- Remove build dependencies on mock and coverage + * Fri Aug 28 2020 Michel Alexandre Salim - 5.29.4-1 - Update to 5.29.4