diff --git a/python-tablib.spec b/python-tablib.spec index 5595451..1209e5d 100644 --- a/python-tablib.spec +++ b/python-tablib.spec @@ -6,7 +6,7 @@ Name: python-tablib Version: 0.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Format agnostic tabular data library (XLS, JSON, YAML, CSV) License: MIT @@ -25,7 +25,7 @@ BuildRequires: python2-openpyxl BuildRequires: python2-odfpy BuildRequires: python2-xlrd BuildRequires: python2-xlwt -BuildRequires: python2-pyyaml +BuildRequires: PyYAML BuildRequires: python2-pandas BuildRequires: python3-pytest @@ -150,6 +150,9 @@ popd %changelog +* Fri Oct 20 2017 Kevin Fenzi - 0.12.1-2 +- Change BuildRequires for older PyYAML packages. + * Wed Oct 11 2017 Kevin Fenzi - 0.12.1-1 - Update to 0.12.1. - Fix requires for no longer bundled items. Fixes bug #1499306