From f5cd9c5b61b2d3da666794e81a6df0c14c15fbf5 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Oct 18 2019 18:39:46 +0000 Subject: fix spec file syntax error --- diff --git a/python-dictdiffer.spec b/python-dictdiffer.spec index e4e4815..1904619 100644 --- a/python-dictdiffer.spec +++ b/python-dictdiffer.spec @@ -10,7 +10,7 @@ Name: python-%{library} Version: 0.7.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Dictdiffer is a module that helps you to diff and patch dictionaries License: MIT URL: https://github.com/inveniosoftware/dictdiffer @@ -68,8 +68,8 @@ BuildRequires: python3-isort BuildRequires: python3-coverage BuildRequires: python3-mock %endif -%if 0%{?fedora} < 32 -python-pytest-pep8 +%if 0%{?fedora} +BuildRequires: python-pytest-pep8 %endif BuildRequires: git @@ -166,6 +166,9 @@ sphinx-build docs/ html %endif %changelog +* Fri Oct 18 2019 Jason Montleon 0.7.1-8 +- Fix build failures, epel 8 macros + * Thu Oct 03 2019 Miro HronĨok - 0.7.1-7 - Rebuilt for Python 3.8.0rc1 (#1748018)