diff --git a/python-patsy.spec b/python-patsy.spec index 2dc8d3c..2e9e6ca 100644 --- a/python-patsy.spec +++ b/python-patsy.spec @@ -8,7 +8,7 @@ the 'formula' mini-language used in R and S. Name: python-%{srcname} Version: 0.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{summary} # All code is under BSD except patsy.compat that is under Python # See LICENSE.txt for details @@ -130,6 +130,9 @@ popd %license LICENSE.txt %changelog +* Mon Dec 19 2016 Miro HronĨok - 0.4.1-5 +- Rebuild for Python 3.6 + * Mon Oct 17 2016 Sergio Pascual - 0.4.1-4 - Refactored spec - Remove pandas dep, it's circular