From 325cdbc11b176e850911be9fb40023c4c164920a4b03cd8fc7e4d1fc2673098c Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sat, 2 Jan 2016 19:21:04 +0000
Subject: [PATCH] Accepting request 350523 from
home:jordimassaguerpla:branches:devel:languages:python
- add singledispatch and backports_abc dependencies
as stated in docs/releases/v4.3.0.rst
* Tornado has several new dependencies: (...)
``singledispatch`` on all Python versions prior to 3.4 (This was an
optional dependency in prior versions of Tornado, and is now
mandatory), and ``backports_abc>=0.4`` on all versions prior to
3.5
Since this python module works with python version >= 2.7.9 (otherwise it would be called python3-tornado, afaiu)
OBS-URL: https://build.opensuse.org/request/show/350523
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=48
---
python-tornado.changes | 17 +++++++++++++++++
python-tornado.spec | 2 ++
2 files changed, 19 insertions(+)
diff --git a/python-tornado.changes b/python-tornado.changes
index b51ee8d..0113e0d 100644
--- a/python-tornado.changes
+++ b/python-tornado.changes
@@ -1,3 +1,20 @@
+-------------------------------------------------------------------
+Wed Dec 23 12:48:58 UTC 2015 - jmassaguerpla@suse.com
+
+- add singledispatch and backports_abc dependencies
+
+as stated in docs/releases/v4.3.0.rst
+
+
+* Tornado has several new dependencies: (...)
+ ``singledispatch`` on all Python versions prior to 3.4 (This was an
+ optional dependency in prior versions of Tornado, and is now
+ mandatory), and ``backports_abc>=0.4`` on all versions prior to
+ 3.5
+
+Since this python module works with python version >= 2.7.9 (otherwise it would be called python3-tornado, afaiu)
+
+
-------------------------------------------------------------------
Wed Dec 9 11:26:45 UTC 2015 - toddrme2178@gmail.com
diff --git a/python-tornado.spec b/python-tornado.spec
index ad04cf6..46cdbf9 100644
--- a/python-tornado.spec
+++ b/python-tornado.spec
@@ -53,7 +53,9 @@ BuildRequires: python-certifi
Requires: python-certifi
%endif
+Requires: python-backports_abc
Requires: python-simplejson
+Requires: python-singledispatch
%if 0%{?suse_version}
Recommends: python-futures
Recommends: python-pycares