15
0

- update to 2.1.1:

* Fix qualname of exception classes.
  * Fix range check in ``MySQLdb._mysql.result.fetch_row()``. Invalid ``how``
    argument caused SEGV.
  * Fix docstring of ``_mysql.connect``.
  * Windows: Binary wheels are updated.
     * Use MariaDB Connector/C 3.3.1.
     * Use cibuildwheel to build wheels.
     * Python 3.8-3.11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=29
This commit is contained in:
2022-09-24 11:01:19 +00:00
committed by Git OBS Bridge
parent f4e1ab0b91
commit 801961606d
4 changed files with 17 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
%bcond_with test
%endif
Name: python-mysqlclient%{psuffix}
Version: 2.1.0
Version: 2.1.1
Release: 0
Summary: Python interface to MySQL
License: GPL-2.0-or-later