pkgsrc/databases/py-pymysql/distinfo
adam 5b4320fae9 py-pymysql: updated to 0.10.0
v0.10.0

This version is the last version supporting Python 2.7.

* MariaDB ed25519 auth is supported.
* Python 3.4 support is dropped.
* Context manager interface is removed from `Connection`. It will be added
  with different meaning.
* MySQL warnings are not shown by default because many user report issue to
  PyMySQL issue tracker when they see warning. You need to call "SHOW WARNINGS"
  explicitly when you want to see warnings.
* Formatting of float object is changed from "3.14" to "3.14e0".
* Use cp1252 codec for latin1 charset.
* Fix decimal literal.
* TRUNCATED_WRONG_VALUE_FOR_FIELD, and ILLEGAL_VALUE_FOR_TYPE are now
  DataError instead of InternalError.
2020-08-06 14:15:28 +00:00

6 lines
407 B
Text

$NetBSD: distinfo,v 1.8 2020/08/06 14:15:28 adam Exp $
SHA1 (PyMySQL-0.10.0.tar.gz) = a585b7aff8cb7a26f9a000b2ac5b6569eec33d1c
RMD160 (PyMySQL-0.10.0.tar.gz) = 75c9f19c8ac4e58eca1cd56aec8c192456f12ea5
SHA512 (PyMySQL-0.10.0.tar.gz) = e1186c4beea31cb602a3d2297a28313c0bf4e361a04f7402b76a70feea1d24bf305a4f9ea637be250974983586cb49d82946ab478b531bbb2ca7fe370424e7fc
Size (PyMySQL-0.10.0.tar.gz) = 76107 bytes