K 10 svn:author V 6 fluffy K 8 svn:date V 27 2020-07-03T09:06:50.607729Z K 7 svn:log V 365 databases/py-mysqlclient: update to 2.0.1 release * Dropped Python 2 support * Dropped Django 1.11 support * Add context manager interface to Connection which closes the connection on ``__exit__``. * Add ``ssl_mode`` option. * Fixed multithread safety issue in fetching row. * Removed obsolete members from Cursor. (e.g. `messages`, `_warnings`, `_last_executed`) END