diff --git a/mysqlclient-2.1.1.tar.gz b/mysqlclient-2.1.1.tar.gz deleted file mode 100644 index c710cb3..0000000 --- a/mysqlclient-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:828757e419fb11dd6c5ed2576ec92c3efaa93a0f7c39e263586d1ee779c3d782 -size 88138 diff --git a/mysqlclient-2.2.0.tar.gz b/mysqlclient-2.2.0.tar.gz new file mode 100644 index 0000000..944199c --- /dev/null +++ b/mysqlclient-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04368445f9c487d8abb7a878e3d23e923e6072c04a6c320f9e0dc8a82efba14e +size 89543 diff --git a/python-mysqlclient.changes b/python-mysqlclient.changes index 905f85e..ef1f50c 100644 --- a/python-mysqlclient.changes +++ b/python-mysqlclient.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 27 19:37:59 UTC 2023 - Dirk Müller + +- update to 2.2.0: + * Use ``pkg-config`` instead of ``mysql_config`` (#586) + * Raise ProgrammingError on -inf (#557) + * Raise IntegrityError for ER_BAD_NULL. (#579) + * Windows: Use MariaDB Connector/C 3.3.4 (#585) + * Use pkg-config instead of mysql_config (#586) + * Add collation option (#564) + * Drop Python 3.7 support (#593) + * Use pyproject.toml for build (#598) + * Add Cursor.mogrify (#477) + * Partial support of ssl_mode option with mariadbclient (#475) + * Discard remaining results without creating Python objects + * Fix executemany with binary prefix (#605) + ------------------------------------------------------------------- Wed Jul 26 07:14:20 UTC 2023 - Bernhard Wiedemann @@ -50,7 +67,7 @@ Thu Mar 24 13:10:53 UTC 2022 - pgajdos@suse.com Fri Sep 10 07:48:36 UTC 2021 - Steve Kowalik - Add liberally-accept-charsets.patch: - * Support multibyte utf8 return values with new versions of MariaDB. + * Support multibyte utf8 return values with new versions of MariaDB. ------------------------------------------------------------------- Tue Mar 16 20:42:57 UTC 2021 - Matthias Fehring diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index 0bc2305..37aa4b2 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-mysqlclient%{psuffix} -Version: 2.1.1 +Version: 2.2.0 Release: 0 Summary: Python interface to MySQL License: GPL-2.0-or-later @@ -90,7 +90,6 @@ cconf=abuild-myclient.cnf # # running the test # -rm -r MySQLdb export TESTDB="$PWD/$cconf" %pytest_arch -k "not (test_LONG or test_TEXT)" || exit_code=1 #