Path to this page:
Subject: CVS commit: pkgsrc/databases/py-mysqlclient
From: Adam Ciarcinski
Date: 2024-11-13 09:26:22
Message id: 20241113082622.E307BFC7D@cvs.NetBSD.org
Log Message:
py-mysqlclient: updated to 2.2.6
What's new in 2.2.6
* MariaDB Connector/C 3.4 and MairaDB 11.4 enabled SSL and CA verification by \
default.
It affected 2.2.5 windows wheel. This release disables SSL and CA verification \
by default.
* Add ``server_public_key_path`` option. It is needed to connect MySQL server with
``sha256_password`` or ``caching_sha2_password`` authentication plugin without
secure connection.
What's new in 2.2.5
* (Windows wheel) Update MariaDB Connector/C to 3.4.1.
* (Windows wheel) Build wheels for Python 3.13.
Files: