File 0001-use-safe-load.patch of Package python-tablib

From 91853fd414c526d5b59cdd24e4bf952d0e6c387b Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 13 Jun 2017 12:29:55 -0400
Subject: [PATCH] use safe load

(cherry picked from commit 69abfc3ada5d754cb152119c0b4777043657cb6e)
---
 tablib/formats/_yaml.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tablib/formats/_yaml.py b/tablib/formats/_yaml.py
index 0052b0f..5c1d2dc 100644
--- a/tablib/formats/_yaml.py
+++ b/tablib/formats/_yaml.py
@@ -46,7 +46,7 @@ def import_book(dbook, in_stream):
 
     dbook.wipe()
 
-    for sheet in yaml.load(in_stream):
+    for sheet in yaml.safe_load(in_stream):
         data = tablib.Dataset()
         data.title = sheet['title']
         data.dict = sheet['data']
-- 
2.13.0

openSUSE Build Service is sponsored by