1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/databases/py-mysqlclient
Dima Panov 5ac28bf4b8 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`)
2020-07-03 09:06:50 +00:00
..
distinfo databases/py-mysqlclient: update to 2.0.1 release 2020-07-03 09:06:50 +00:00
Makefile databases/py-mysqlclient: update to 2.0.1 release 2020-07-03 09:06:50 +00:00
pkg-descr