python-mysql: upgrade to 1.3.12 6332/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Fri, 22 Jun 2018 18:25:26 +0000 (20:25 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 26 Jun 2018 17:27:57 +0000 (19:27 +0200)
commit91c6f4f82cec1fea0342d276f975f3ed578eeb13
tree8b1324c492d79c695ef8b06716afb83c309ccd01
parentecf1e741838a2bf5e7d96ec2908632c60cfc443f
python-mysql: upgrade to 1.3.12

- change source from MySQL-python to mysqlclient, which is a fork of the
  former. The former project hasn't seen any updates in years.
- this is also in anticipation of the upgrade of MariaDB from 10.1.x to
  10.2.x. With the latter python-mysql does not compile - mysqlclient
  does.
- the patch is dropped as libmaria is threadsafe anyway.
- add variant for Python3.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
lang/python/python-mysql/Makefile
lang/python/python-mysql/patches/010-threadsafe.patch [deleted file]