Changelog for
python2-mysqlclient-1.4.6-lp152.4.1.x86_64.rpm :
* Thu Mar 05 2020 Kristyna Streitova
- fix test package by adding BuildRequires: %{python_module mysqlclient >= %{version}}
* Fri Feb 21 2020 Kristyna Streitova - switch to multibuild to run tests and avoid a buildcycle with mariadb
* Tue Feb 11 2020 pgajdosAATTsuse.com- %check: choose better database user name
* Mon Dec 09 2019 pgajdosAATTsuse.com- run the testsuite against test mysqld server
* Fri Nov 22 2019 Alexei Podvalsky - Update to 1.4.6:
* The cp1252 encoding is used when charset is \"latin1\". (#390)- Change in 1.4.5:
* The auth_plugin option is added. (#389)
* Thu Aug 15 2019 Alexei Podvalsky - Update to 1.4.4:
* charset option is passed to mysql_options(mysql, MYSQL_SET_CHARSET_NAME, charset) before mysql_real_connect is called. This avoid extra SET NAMES query when creating connection.- Change in 1.4.3:
* --static build supports libmariadbclient.a
* Try mariadb_config when mysql_config is not found
* Fixed warning happend in Python 3.8 (#359)
* Fixed from MySQLdb import
*, while I don\'t recommend it. (#369)
* Fixed SEGV MySQLdb.escape_string(\"1\") when libmariadb is used and no connection is created. (#367)
* Fixed many circular references are created in Cursor.executemany().- Add python3-attrs to build
* Thu Jun 06 2019 Tomáš Chvátal - Generate documentation only with sphinx3 no need to do it twice
* Fri Feb 08 2019 Alexei Podvalsky - Update to 1.4.2:
* Fix Django 1.11 compatibility.- Drop MySQL-python-Py_ssize.patch
* Mon Dec 10 2018 Alexei Podvalsky - Update to 1.3.14:
* Support static linking of MariaDB Connector/C (#265)
* Better converter for Decimal and Float (#267, #268, #273, #286)
* Add Connection._get_native_connection for XTA project (#269)
* Fix SEGV on MariaDB Connector/C when Connection.close() is called for closed connection. (#270, #272, #276)
* Fix Connection.client_flag (#266)
* Fix SSCursor may raise same exception twice (#282)
* Fixed SSL support is not detected when built with MySQL < 5.1 (#291)
* Sat Jun 30 2018 avvissuAATTyandex.by- Add obsoletes/provides with \"python-\" prefix (oldpython macro)- Fix build on openSUSE 42.3 (rename: libmariadb-devel to libmysqlclient-devel)
* Wed Jun 27 2018 avvissuAATTyandex.by- Switch to fork of MySQLdb1- Update a package description- Build with python3 and python2 (singlespec)- Mark obsolete packages: python-mysql, python-MySQL-python- Spec file cleanup
* Fri Jul 24 2015 seife+obsAATTb1-systems.com- Fix build on non-SUSE distros by conditionalizing Recommends: tag