15
0

Accepting request 1129231 from devel:languages:python

- 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)

  * Support multibyte utf8 return values with new versions of MariaDB.

OBS-URL: https://build.opensuse.org/request/show/1129231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=18
This commit is contained in:
2023-11-28 21:18:54 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 6 deletions

Binary file not shown.

3
mysqlclient-2.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04368445f9c487d8abb7a878e3d23e923e6072c04a6c320f9e0dc8a82efba14e
size 89543

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Nov 27 19:37:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <bwiedemann@suse.com>
@@ -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 <steven.kowalik@suse.com>
- 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 <buschmann23@opensuse.org>

View File

@@ -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
#