Sync from SUSE:SLFO:Main python-mysqlclient revision 0cbbc41ee6fb6cbcdbb6fdfcf21f6cf0
This commit is contained in:
parent
ef7bcb1f18
commit
79dcd2c372
BIN
mysqlclient-2.1.1.tar.gz
(Stored with Git LFS)
BIN
mysqlclient-2.1.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
mysqlclient-2.2.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
mysqlclient-2.2.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 10:37:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.2.4:
|
||||
* Support ssl=True in connect().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 19:08:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.2.1:
|
||||
* ``Connection.ping()`` avoid using ``MYSQL_OPT_RECONNECT``
|
||||
option until ``reconnect=True`` is specified.
|
||||
MySQL 8.0.33 start showing warning when the option is used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-mysqlclient
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,7 +27,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-mysqlclient%{psuffix}
|
||||
Version: 2.1.1
|
||||
Version: 2.2.4
|
||||
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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user