From 5c8b0d77ba763a660e542e5650a1fe8eef36b141 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Nov 18 2019 16:22:06 +0000 Subject: [PATCH 1/2] build changes for EPEL8 * Changes pytest minimum version requirement to the latest available pytest (3.4) on EPEL8 * Drops flake8 which isn't required for building (disabled in spec) * Adds python3-more-itertools as a build requirement --- diff --git a/python-tempora.spec b/python-tempora.spec index c230a8a..0350b2b 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -27,8 +27,8 @@ BuildRequires: python3dist(setuptools-scm) >= 1.15 BuildRequires: python3dist(six) # testing Reqs BuildConflicts: python3dist(pytest) = 3.7.3 -BuildRequires: python3dist(pytest) >= 3.5 -BuildRequires: python3dist(pytest-flake8) +BuildRequires: python3dist(pytest) >= 3.4 +BuildRequires: python3-more-itertools #BuildRequires: python3dist(pytest-sugar) >= 0.9.1 %description -n python3-%{pypi_name} From 6bf0236b2e042df75613fb4eb6e8d521d54b6855 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Nov 18 2019 16:36:14 +0000 Subject: [PATCH 2/2] fix bogus day on changelog --- diff --git a/python-tempora.spec b/python-tempora.spec index 0350b2b..1667c3a 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -87,7 +87,7 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %endif %changelog -* Tue Sep 30 2019 Dan Radez - 1.14.1-5 +* Mon Sep 30 2019 Dan Radez - 1.14.1-5 - Rebuilding to fix deps * Mon Aug 19 2019 Miro HronĨok - 1.14.1-4