Backport fix for seaborn 0.10.0.

This commit is contained in:
Elliott Sales de Andrade
2020-03-06 19:24:39 -05:00
parent 77b148455a
commit 9fd78590b1
2 changed files with 132 additions and 1 deletions
+6 -1
View File
@@ -5,7 +5,7 @@
Name: python-%{srcname}
Version: 0.15.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: N-D labeled arrays and datasets in Python
License: ASL 2.0
@@ -20,6 +20,8 @@ Patch0002: 0002-DOC-Skip-examples-using-unpackaged-dependencies.patch
Patch0003: 0003-DOC-Don-t-print-out-conda-pip-environment.patch
# https://github.com/pydata/xarray/pull/3274
Patch0004: 0004-Use-drawstyle-instead-of-linestyle-in-plot.step.patch
# https://github.com/pydata/xarray/pull/3749
Patch0005: https://github.com/pydata/xarray/commit/52ee5dfe73b51b55cc90f2140f2cd54a2e7946a0.patch
BuildArch: noarch
@@ -131,6 +133,9 @@ pytest-3 -ra -n auto -m "not network"
%changelog
* Fri Mar 06 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.15.0-2
- Backport fix for seaborn 0.10.0
* Sat Feb 08 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.15.0-1
- Update to latest version