1
0
Go to file
Dominique Leuenberger 68c14302f6 Accepting request 908898 from devel:languages:python
- Fix databases.json used for tests.
- 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.

OBS-URL: https://build.opensuse.org/request/show/908898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMySQL?expand=0&rev=16
2021-07-28 17:21:44 +00:00
.gitattributes - Initial version 2013-07-22 08:11:40 +00:00
.gitignore - Initial version 2013-07-22 08:11:40 +00:00
PyMySQL-1.0.2.tar.gz - update to 1.0.2: 2021-04-22 20:05:21 +00:00
python-PyMySQL.changes - Fix databases.json used for tests. 2021-07-28 13:51:45 +00:00
python-PyMySQL.spec - Fix databases.json used for tests. 2021-07-28 13:51:45 +00:00