|
|
|
|
Changelog for python39-PyMySQL-1.1.0-43.1.noarch.rpm :
* Wed Aug 16 2023 ecsos - Add %{?sle15_python_module_pythons} * Wed Aug 02 2023 Daniel Garcia - disable test_json broken with latest mariadb (11.0)- update to 1.1.0: * Remove redundant wheel dep from pyproject.toml by AATTmgorny in #1099 * ci: Fix black options by AATTmethane in #1109 * Remove unused function by AATTmethane in #1108 * Expose Cursor.warning_count by AATTNothing4You in #1056 * Add constants and tests related to query timeouts by AATTNothing4You in #1033 * Fix SSCursor raising query timeout error on wrong query on MySQL DB by AATTNothing4You in #1035 * Make Cursor an iterator by AATTsanchezg in #995 * ci: Update CodeQL workflow by AATTmethane in #1110 * Use Ruff instead of flake8 by AATTmethane in #1112 * Use Codecov instead of coveralls. by AATTmethane in #1113 * optionfile: Replace _ with - by AATTmethane in #1114 * Cursor.fetchall() always return list. by AATTmethane in #1115 * Fix LOAD DATA LOCAL INFILE write EOF packet on closed connection. by AATTmethane in #1116 * Deprecate Cursor.Error access by AATTmethane in #1117 * Run pyupgrade by AATTmethane in #1118 * Add collation option and set_character_set() to Connection by AATTmethane in #1119 * CI: Run Django test by AATTmethane in #1121 * Release v1.1.0rc1 by AATTmethane in #1122 * Bump mariadb version by AATTgrooverdan in #1123 * Configure Renovate by AATTrenovate in #1124 * Make charset=\"utf8\" use utf8mb4. by AATTmethane in #1127 * Add codecov.yml by AATTmethane in #1128 * Release v1.1.0rc2 by AATTmethane in #1129 * Release v1.1.0 by AATTmethane in #1130 * Wed May 03 2023 Dirk Müller - update to 1.0.3: * Dropped support of end of life MySQL version 5.6 * Dropped support of end of life MariaDB versions below 10.3 * Dropped support of end of life Python version 3.6 * Thu Oct 13 2022 Steve Kowalik - Skip a test that is failing due to character set fun and games. * Wed Jul 28 2021 Matej Cepl - Fix databases.json used for tests. * Thu Apr 22 2021 Dirk Müller - update to 1.0.2: * Fix `user`, `password`, `host`, `database` are still positional arguments. All arguments of `connect()` are now keyword-only. (#941) * Stop emitting DeprecationWarning for use of ``db`` and ``passwd``. Note that they are still deprecated. (#939) * Add ``python_requires=\">=3.6\"`` to setup.py. (#936) * Python 2.7 and 3.5 are not supported. * ``connect()`` uses keyword-only arguments. User must use keyword argument. * ``connect()`` kwargs ``db`` and ``passwd`` are now deprecated; Use ``database`` and ``password`` instead. * old_password authentication method (used by MySQL older than 4.1) is not supported. * MySQL 5.5 and MariaDB 5.5 are not officially supported, although it may still works. * Removed ``escape_dict``, ``escape_sequence``, and ``escape_string`` from ``pymysql`` module. They are still in ``pymysql.converters``. * Connection supports context manager API. ``__exit__`` closes the connection. (#886) * Add MySQL Connector/Python compatible TLS options (#903) * Major code cleanup; PyMySQL now uses black and flake8. * Thu Nov 26 2020 Dirk Mueller - udpate to 0.10.1: * Fix missing import of ProgrammingError. (#878) * Fix auth switch request handling. (#890) * Wed Sep 23 2020 Hans-Peter Jansen - disable testing for Leaps mariadb-rpm-macros not available or not sufficient * Wed Sep 16 2020 Dirk Mueller - update to 0.10.0: * MariaDB ed25519 auth is supported. * Python 3.4 support is dropped. * Context manager interface is removed from `Connection`. It will be added with different meaning. * MySQL warnings are not shown by default because many user report issue to PyMySQL issue tracker when they see warning. You need to call \"SHOW WARNINGS\" explicitly when you want to see warnings. * Formatting of float object is changed from \"3.14\" to \"3.14e0\". * Use cp1252 codec for latin1 charset. * Fix decimal literal. * TRUNCATED_WRONG_VALUE_FOR_FIELD, and ILLEGAL_VALUE_FOR_TYPE are now DataError instead of InternalError.- remove python-PyMySQL-no-unittest2.patch (upstream) * Thu Jun 04 2020 pgajdosAATTsuse.com- test package with mariadb- added patches https://github.com/PyMySQL/PyMySQL/commit/a500fcd64d4500417540a2a2ff7b16a88d1872ad + python-PyMySQL-no-unittest2.patch
|
|
|