Revisions of python-mysqlclient

buildservice-autocommit accepted request 1145385 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 42)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 41)
- update to 2.2.4:
  * Support ssl=True in connect().
buildservice-autocommit accepted request 1133633 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 40)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 39)
- 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.
buildservice-autocommit accepted request 1129231 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 37)
- 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.
buildservice-autocommit accepted request 1100880 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 36)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1100753 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 35)
Drop sphinx doctrees for reproducible builds
buildservice-autocommit accepted request 1095252 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 34)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1095200 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 33)
- Use sle15_python_module_pythons
buildservice-autocommit accepted request 1084284 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 32)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1084260 from Martin Liška's avatar Martin Liška (marxin) (revision 31)
- Use sphinx-build and do not depend on removed build_sphinx
  in Sphinx 7.0 (boo#1211051).
buildservice-autocommit accepted request 1005762 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 29)
- update to 2.1.1:
  * Fix qualname of exception classes.
  * Fix range check in ``MySQLdb._mysql.result.fetch_row()``. Invalid ``how``
    argument caused SEGV.
  * Fix docstring of ``_mysql.connect``.
  * Windows: Binary wheels are updated.
     * Use MariaDB Connector/C 3.3.1.
     * Use cibuildwheel to build wheels.
     * Python 3.8-3.11
buildservice-autocommit accepted request 965319 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 28)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 964669 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 27)
- version update to 2.1.0
  * Add ``multistatement=True`` option. You can disable multi statement. (#500).
  * Remove unnecessary bytes encoder which is remained for Django 1.11
    compatibility (#490).
  * Deprecate ``passwd`` and ``db`` keyword. Use ``password`` and ``database``
    instead. (#488).
  * Windows: Binary wheels are built with MariaDB Connector/C 3.2.4. (#508)
  * ``set_character_set()`` sends ``SET NAMES`` query always. This means
    all new connections send it too. This solves compatibility issues
    when server and client library are different version. (#509)
  * Remove ``escape()`` and ``escape_string()`` from ``MySQLdb`` package.
    (#511)
  * Add Python 3.10 support and drop Python 3.5 support.
- deleted patches
  - liberally-accept-charsets.patch (upstreamed)
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 26)
- Add liberally-accept-charsets.patch:
  * Support multibyte utf8 return values with new versions of MariaDB.
buildservice-autocommit accepted request 879880 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 25)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 879499 from Matthias Fehring's avatar Matthias Fehring (buschmann23) (revision 24)
- Update to 2.0.3:
  * Add -std=c99 option to cflags by default for ancient compilers
    that doesn't accept C99 by default.
  * You can customize cflags and ldflags by setting MYSQLCLIENT_CFLAGS
    and MYSQLCLIENT_LDFLAGS. It overrides mysql_config.
- Change in 2.0.2:
  * Optimize fetching many rows with DictCursor.
- Change in 2.0.1:
  * Fixed multithread safety issue in fetching row.
  * Removed obsolete members from Cursor. (e.g. messages, _warnings,
    _last_executed)
- Change in 2.0.0:
  * Dropped Python 2 support
  * Dropped Django 1.11 support
  * Add context manager interface to Connection which closes the
    connection on __exit__.
  * Add ssl_mode option.
buildservice-autocommit accepted request 825342 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 23)
baserev update by copy to link target
Displaying revisions 1 - 20 of 42
openSUSE Build Service is sponsored by