diff --git a/mysqlclient-2.1.0.tar.gz b/mysqlclient-2.1.0.tar.gz deleted file mode 100644 index 29c8ad2..0000000 --- a/mysqlclient-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:973235686f1b720536d417bf0a0d39b4ab3d5086b2b6ad5e6752393428c02b12 -size 87635 diff --git a/mysqlclient-2.1.1.tar.gz b/mysqlclient-2.1.1.tar.gz new file mode 100644 index 0000000..c710cb3 --- /dev/null +++ b/mysqlclient-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828757e419fb11dd6c5ed2576ec92c3efaa93a0f7c39e263586d1ee779c3d782 +size 88138 diff --git a/python-mysqlclient.changes b/python-mysqlclient.changes index 39f08ad..ec14617 100644 --- a/python-mysqlclient.changes +++ b/python-mysqlclient.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Sep 24 10:58:20 UTC 2022 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Thu Mar 24 13:10:53 UTC 2022 - pgajdos@suse.com diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index 316c69e..60168f2 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -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