diff --git a/python-bibtexparser.changes b/python-bibtexparser.changes index 9cbeaa1..354b97f 100644 --- a/python-bibtexparser.changes +++ b/python-bibtexparser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 30 10:24:22 UTC 2020 - Matej Cepl + +- Added explanation in SPEC file + ------------------------------------------------------------------- Mon Jun 1 10:15:19 UTC 2020 - pgajdos@suse.com diff --git a/python-bibtexparser.spec b/python-bibtexparser.spec index 5190e95..b4ed862 100644 --- a/python-bibtexparser.spec +++ b/python-bibtexparser.spec @@ -39,6 +39,7 @@ BuildArch: noarch BuildRequires: %{python_module future >= 0.16.0} BuildRequires: %{python_module pyparsing >= 2.0.3} BuildRequires: %{python_module pytest} +# Required for assertLogs unavailable in 2.7 unittest %if %{with python2} BuildRequires: python-unittest2 %endif