50 Commits

Author SHA256 Message Date
Ana Guerrero
2a1e160747 Accepting request 1245100 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1245100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=24
2025-02-11 20:20:15 +00:00
654174f8a8 - version update to 2.2.7
* MariaDB include paths for Win by @CristiFati in #749
  * support opentelemetry-instrumentation by @methane in #753

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=50
2025-02-11 13:34:26 +00:00
Ana Guerrero
a53cea7df5 Accepting request 1239229 from devel:languages:python
- sphinx_rtd_theme is now an optional dependency for Sphinx
- split HTML docs to the doc subpackage

OBS-URL: https://build.opensuse.org/request/show/1239229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=23
2025-01-23 16:57:13 +00:00
b75ee12e96 reduced the amount of rpmlint warnings
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=48
2025-01-21 10:12:05 +00:00
Steve Kowalik
20865b50cb - sphinx_rtd_theme is now an optional dependency for Sphinx
- split HTML docs to the doc subpackage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=47
2025-01-21 00:41:36 +00:00
Ana Guerrero
8ee06f4966 Accepting request 1225331 from devel:languages:python
- update to 2.2.6:
  * MariaDB Connector/C 3.4 and MairaDB 11.4 enabled SSL and CA
    verification by default.

OBS-URL: https://build.opensuse.org/request/show/1225331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=22
2024-11-21 14:13:18 +00:00
e670ad75f2 - update to 2.2.6:
* MariaDB Connector/C 3.4 and MairaDB 11.4 enabled SSL and CA
    verification by default.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=45
2024-11-20 16:01:49 +00:00
33138d0c5b Accepting request 1219952 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1219952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=21
2024-11-01 20:48:57 +00:00
c56c3eb6bd - update to 2.2.5:
* (Windows wheel) Update MariaDB Connector/C to 3.4.1. #726
  * (Windows wheel) Build wheels for Python 3.13. #726

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=43
2024-10-24 19:02:44 +00:00
Ana Guerrero
9c2053594a Accepting request 1145385 from devel:languages:python
- update to 2.2.4:
  * Support ssl=True in connect().

OBS-URL: https://build.opensuse.org/request/show/1145385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=20
2024-02-09 22:51:57 +00:00
89b44b0faf - update to 2.2.4:
* Support ssl=True in connect().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=41
2024-02-09 10:37:53 +00:00
Ana Guerrero
857d438bb0 Accepting request 1133633 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1133633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=19
2023-12-17 20:28:59 +00:00
832868a0ed - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=39
2023-12-16 19:09:19 +00:00
Ana Guerrero
6e3c94058f Accepting request 1129231 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1129231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=18
2023-11-28 21:18:54 +00:00
7b9d943cac - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=37
2023-11-27 19:39:22 +00:00
Ana Guerrero
01a2281e8e Accepting request 1100880 from devel:languages:python
- Drop sphinx doctrees for reproducible builds

OBS-URL: https://build.opensuse.org/request/show/1100880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=17
2023-07-27 14:50:11 +00:00
f2dd54efe9 Accepting request 1100753 from home:bmwiedemann:branches:devel:languages:python
Drop sphinx doctrees for reproducible builds

OBS-URL: https://build.opensuse.org/request/show/1100753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=35
2023-07-26 14:28:32 +00:00
bada7aea14 Accepting request 1095252 from devel:languages:python
Forwarded request #1095200 from gladiac

- Use sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1095252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=16
2023-06-26 16:15:34 +00:00
d62167796f Accepting request 1095200 from devel:languages:python:mailman:backports
- Use sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1095200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=33
2023-06-25 19:27:48 +00:00
347ef27543 Accepting request 1084284 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1084284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=15
2023-05-04 15:09:44 +00:00
14aa2d7a38 Accepting request 1084260 from home:marxin:branches:devel:languages:python
- Use sphinx-build and do not depend on removed build_sphinx
  in Sphinx 7.0 (boo#1211051).

OBS-URL: https://build.opensuse.org/request/show/1084260
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=31
2023-05-03 11:34:46 +00:00
ca329e403c Accepting request 1005762 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1005762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=14
2022-09-25 13:34:38 +00:00
801961606d - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=29
2022-09-24 11:01:19 +00:00
9e8869d21b Accepting request 965319 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/965319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=13
2022-03-31 15:18:13 +00:00
f4e1ab0b91 Accepting request 964669 from home:pgajdos:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/964669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=27
2022-03-28 07:52:37 +00:00
b87082e5e2 Accepting request 917898 from devel:languages:python
- Add liberally-accept-charsets.patch:
  * Support multibyte utf8 return values with new versions of MariaDB.

OBS-URL: https://build.opensuse.org/request/show/917898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=12
2021-09-13 14:24:23 +00:00
Steve Kowalik
04d2413426 - Add liberally-accept-charsets.patch:
* Support multibyte utf8 return values with new versions of MariaDB.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=26
2021-09-10 07:49:18 +00:00
10d6093e2d Accepting request 879880 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/879880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=11
2021-03-21 22:19:27 +00:00
d0cb4e0108 Accepting request 879499 from home:buschmann23:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/879499
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=24
2021-03-18 13:08:12 +00:00
ca3a5a8081 Accepting request 825342 from devel:languages:python
- do mysql shutdown even if testsuite fails, exit 1 afterwards

OBS-URL: https://build.opensuse.org/request/show/825342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=10
2020-08-13 08:12:32 +00:00
Tomáš Chvátal
3b4f575077 Accepting request 811675 from home:pgajdos:python
- do mysql shutdown even if testsuite fails, exit 1 afterwards

OBS-URL: https://build.opensuse.org/request/show/811675
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=22
2020-06-05 10:19:41 +00:00
d96f5c7980 Accepting request 782219 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/782219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=9
2020-03-08 21:22:44 +00:00
Tomáš Chvátal
300e4791a6 Accepting request 782056 from home:kstreitova:branches:devel:languages:python
- fix test package by adding BuildRequires: %{python_module mysqlclient
  >= %{version}}

- switch to multibuild to run tests and avoid a buildcycle with
  mariadb

OBS-URL: https://build.opensuse.org/request/show/782056
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=20
2020-03-06 18:14:32 +00:00
e5bf0c9110 Accepting request 780216 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/780216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=8
2020-03-01 20:26:12 +00:00
Tomáš Chvátal
b58bc27fbc Accepting request 780212 from home:pgajdos:mariadb
- %check: choose better database user name

OBS-URL: https://build.opensuse.org/request/show/780212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=18
2020-02-28 10:10:09 +00:00
45439e2402 Accepting request 755913 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/755913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=7
2019-12-29 14:48:02 +00:00
ed9a380558 Accepting request 755372 from home:pgajdos
- run the testsuite against test mysqld server

OBS-URL: https://build.opensuse.org/request/show/755372
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=16
2019-12-11 18:11:07 +00:00
5268bc450f Accepting request 750368 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/750368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=6
2019-11-29 14:55:35 +00:00
Alexei Podvalsky
fe694baa6c Accepting request 750367 from home:awissu:branches:devel:languages:python
- 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)
- 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 <charset> 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
- Generate documentation only with sphinx3 no need to do it
  twice
- Update to 1.4.2:
  * Fix Django 1.11 compatibility.
- Drop MySQL-python-Py_ssize.patch
- 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)
- Add obsoletes/provides with "python-" prefix (oldpython macro)
- Fix build on openSUSE 42.3 (rename: libmariadb-devel to
  libmysqlclient-devel)
- 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
- Fix build on non-SUSE distros by conditionalizing Recommends: tag
- Update to version 1.2.4
  + No changelog available
- Set correct Group : Development/Languages/Python
- Use download Url as source
- Spec file general clean-up
- Add MySQL-python-1.2.4-dont-use-python-distribute.patch; don't try
  to use unavailable python-distribute
- Remove depreciate AutoReqProv, %{py_requires} and # norootforbuild tags
- Add unzip requirement to support tarball format
- Add python-Sphinx requirement and generate html documentation
- Remove --record-rpm=INSTALLED_FILES option and add %{python_sitearch}
  in %files instead
- Package GPL-2.0, HISTORY and Sphinx documentation
- fix the previous fix, patch went upstream
- update to 1.2.3
  - no upstream changelog available
- taking out the reconnect patch as the upstream sources contain
  a very specific comment that this means trouble
- removed usage of deprecated sets module (bnc#462974)
- update to 1.2.2
  - various bugfixes
  - much better support for mysql5
  - python2.5 support (crude, though, let's keep our patch for a while)
  - switch from distutils to setuptools
- added patch supporting reconnect in mysql5
- update to 1.2.1_p2
  - support for some new features of mysql 4.1 and 5.0
- fixes for 64bit bugs due to PEP353
- updated to reflect python changes due to #149809
- converted neededforbuild to BuildRequires
- update to 1.2.0
- update to 1.1.9 (MySQL 4.1 support)
- updated to 1.1.1
- fixed lib64 build
- update to 1.1.0
- drop python 2.1 support
- build as user
- updated to 0.9.3a2:
  * Add some support for Python 2.3 datetime classes.
  * Removed some casts in _mysql_init() that caused problems with
    Python 2.3. The type for tp_free was changed from destructor
    to freefunc. Removing the casts make both 2.2 and 2.3 happy.
  * Fixed the bug that prevented member access.
  * Embedded server support. Can't get it use InnoDB tables yet.
    However, MyISAM (default) tables seem to work fine.
- one source package for both python versions
- added few more files to docs
- builds on lib64
- updated to 0.9.2
- use record-rpm
- use versioned dependency on python
- using build root
- file list is correct on lib64 arches
- up to 0.9.1 to make it build on python-2.2
- Add mysql-shared to neededforbuild.
- initial version 0.9.0

OBS-URL: https://build.opensuse.org/request/show/750367
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=14
2019-11-22 17:35:50 +00:00
82cc2cbdd1 Accepting request 723831 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/723831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=5
2019-08-23 09:02:39 +00:00
Alexei Podvalsky
b51ea16b27 Accepting request 723830 from home:awissu:branches:devel:languages:python
- 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 <charset> 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

OBS-URL: https://build.opensuse.org/request/show/723830
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=12
2019-08-15 19:50:40 +00:00
0fe66d1241 Accepting request 708162 from devel:languages:python
- Generate documentation only with sphinx3 no need to do it
  twice

OBS-URL: https://build.opensuse.org/request/show/708162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=4
2019-06-13 20:37:48 +00:00
Tomáš Chvátal
e1281e0fdb - Generate documentation only with sphinx3 no need to do it
twice

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=10
2019-06-06 14:30:44 +00:00
71f11aee9c Accepting request 672904 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/672904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=3
2019-02-11 20:24:46 +00:00
Alexei Podvalsky
dd907179bd Accepting request 672903 from home:awissu:branches:devel:languages:python
- Update to 1.4.2:
  * Fix Django 1.11 compatibility.
- Drop MySQL-python-Py_ssize.patch
- 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)
- Add obsoletes/provides with "python-" prefix (oldpython macro)
- Fix build on openSUSE 42.3 (rename: libmariadb-devel to
  libmysqlclient-devel)
- 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
- Fix build on non-SUSE distros by conditionalizing Recommends: tag
- Update to version 1.2.4
  + No changelog available
- Set correct Group : Development/Languages/Python
- Use download Url as source
- Spec file general clean-up
- Add MySQL-python-1.2.4-dont-use-python-distribute.patch; don't try
  to use unavailable python-distribute
- Remove depreciate AutoReqProv, %{py_requires} and # norootforbuild tags
- Add unzip requirement to support tarball format
- Add python-Sphinx requirement and generate html documentation
- Remove --record-rpm=INSTALLED_FILES option and add %{python_sitearch}
  in %files instead
- Package GPL-2.0, HISTORY and Sphinx documentation
- fix the previous fix, patch went upstream
- update to 1.2.3
  - no upstream changelog available
- taking out the reconnect patch as the upstream sources contain
  a very specific comment that this means trouble
- removed usage of deprecated sets module (bnc#462974)
- update to 1.2.2
  - various bugfixes
  - much better support for mysql5
  - python2.5 support (crude, though, let's keep our patch for a while)
  - switch from distutils to setuptools
- added patch supporting reconnect in mysql5
- update to 1.2.1_p2
  - support for some new features of mysql 4.1 and 5.0
- fixes for 64bit bugs due to PEP353
- updated to reflect python changes due to #149809
- converted neededforbuild to BuildRequires
- update to 1.2.0
- update to 1.1.9 (MySQL 4.1 support)
- updated to 1.1.1
- fixed lib64 build
- update to 1.1.0
- drop python 2.1 support
- build as user
- updated to 0.9.3a2:
  * Add some support for Python 2.3 datetime classes.
  * Removed some casts in _mysql_init() that caused problems with
    Python 2.3. The type for tp_free was changed from destructor
    to freefunc. Removing the casts make both 2.2 and 2.3 happy.
  * Fixed the bug that prevented member access.
  * Embedded server support. Can't get it use InnoDB tables yet.
    However, MyISAM (default) tables seem to work fine.
- one source package for both python versions
- added few more files to docs
- builds on lib64
- updated to 0.9.2
- use record-rpm
- use versioned dependency on python
- using build root
- file list is correct on lib64 arches
- up to 0.9.1 to make it build on python-2.2
- Add mysql-shared to neededforbuild.
- initial version 0.9.0

OBS-URL: https://build.opensuse.org/request/show/672903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=8
2019-02-08 23:44:27 +00:00
8adb9ae14e Accepting request 656808 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/656808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=2
2019-01-03 17:06:11 +00:00
Alexei Podvalsky
d9c9473c93 Accepting request 656807 from home:awissu:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/656807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=6
2018-12-10 11:45:37 +00:00
c6be18ac4b Accepting request 619917 from devel:languages:python
- Add obsoletes/provides with "python-" prefix (oldpython macro)
- Fix build on openSUSE 42.3 (rename: libmariadb-devel to
  libmysqlclient-devel)
- 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
- Fix build on non-SUSE distros by conditionalizing Recommends: tag
- Update to version 1.2.4
  + No changelog available
- Set correct Group : Development/Languages/Python
- Use download Url as source
- Spec file general clean-up
- Add MySQL-python-1.2.4-dont-use-python-distribute.patch; don't try
  to use unavailable python-distribute
- Remove depreciate AutoReqProv, %{py_requires} and # norootforbuild tags
- Add unzip requirement to support tarball format
- Add python-Sphinx requirement and generate html documentation
- Remove --record-rpm=INSTALLED_FILES option and add %{python_sitearch}
  in %files instead
- Package GPL-2.0, HISTORY and Sphinx documentation
- fix the previous fix, patch went upstream
- update to 1.2.3
  - no upstream changelog available 
- taking out the reconnect patch as the upstream sources contain
  a very specific comment that this means trouble
- removed usage of deprecated sets module (bnc#462974)
- update to 1.2.2
  - various bugfixes
  - much better support for mysql5
  - python2.5 support (crude, though, let's keep our patch for a while)
  - switch from distutils to setuptools
- added patch supporting reconnect in mysql5
- update to 1.2.1_p2
  - support for some new features of mysql 4.1 and 5.0
- fixes for 64bit bugs due to PEP353
- updated to reflect python changes due to #149809
- converted neededforbuild to BuildRequires
- update to 1.2.0
- update to 1.1.9 (MySQL 4.1 support)
- updated to 1.1.1
- fixed lib64 build
- update to 1.1.0
- drop python 2.1 support
- build as user
- updated to 0.9.3a2:
  * Add some support for Python 2.3 datetime classes.
  * Removed some casts in _mysql_init() that caused problems with
    Python 2.3. The type for tp_free was changed from destructor
    to freefunc. Removing the casts make both 2.2 and 2.3 happy.
  * Fixed the bug that prevented member access.
  * Embedded server support. Can't get it use InnoDB tables yet.
    However, MyISAM (default) tables seem to work fine.
- one source package for both python versions
- added few more files to docs
- builds on lib64
- updated to 0.9.2
- use record-rpm
- use versioned dependency on python
- using build root
- file list is correct on lib64 arches
- up to 0.9.1 to make it build on python-2.2 
- Add mysql-shared to neededforbuild.
- initial version 0.9.0

OBS-URL: https://build.opensuse.org/request/show/619917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mysqlclient?expand=0&rev=1
2018-07-10 14:14:28 +00:00
Alexei Podvalsky
b9b47a295a Accepting request 619916 from home:awissu:branches:devel:languages:python
- Add obsoletes/provides with "python-" prefix (oldpython macro)
- Fix build on openSUSE 42.3 (rename: libmariadb-devel to
  libmysqlclient-devel)

OBS-URL: https://build.opensuse.org/request/show/619916
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=2
2018-06-30 11:54:46 +00:00
6c4b12b7d4 Accepting request 619460 from home:awissu
- 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
- Fix build on non-SUSE distros by conditionalizing Recommends: tag
- Update to version 1.2.4
  + No changelog available
- Set correct Group : Development/Languages/Python
- Use download Url as source
- Spec file general clean-up
- Add MySQL-python-1.2.4-dont-use-python-distribute.patch; don't try
  to use unavailable python-distribute
- Remove depreciate AutoReqProv, %{py_requires} and # norootforbuild tags
- Add unzip requirement to support tarball format
- Add python-Sphinx requirement and generate html documentation
- Remove --record-rpm=INSTALLED_FILES option and add %{python_sitearch}
  in %files instead
- Package GPL-2.0, HISTORY and Sphinx documentation
- fix the previous fix, patch went upstream
- update to 1.2.3
  - no upstream changelog available 
- taking out the reconnect patch as the upstream sources contain
  a very specific comment that this means trouble
- removed usage of deprecated sets module (bnc#462974)
- update to 1.2.2
  - various bugfixes
  - much better support for mysql5
  - python2.5 support (crude, though, let's keep our patch for a while)
  - switch from distutils to setuptools
- added patch supporting reconnect in mysql5
- update to 1.2.1_p2
  - support for some new features of mysql 4.1 and 5.0
- fixes for 64bit bugs due to PEP353
- updated to reflect python changes due to #149809
- converted neededforbuild to BuildRequires
- update to 1.2.0
- update to 1.1.9 (MySQL 4.1 support)
- updated to 1.1.1
- fixed lib64 build
- update to 1.1.0
- drop python 2.1 support
- build as user
- updated to 0.9.3a2:
  * Add some support for Python 2.3 datetime classes.
  * Removed some casts in _mysql_init() that caused problems with
    Python 2.3. The type for tp_free was changed from destructor
    to freefunc. Removing the casts make both 2.2 and 2.3 happy.
  * Fixed the bug that prevented member access.
  * Embedded server support. Can't get it use InnoDB tables yet.
    However, MyISAM (default) tables seem to work fine.
- one source package for both python versions
- added few more files to docs
- builds on lib64
- updated to 0.9.2
- use record-rpm
- use versioned dependency on python
- using build root
- file list is correct on lib64 arches
- up to 0.9.1 to make it build on python-2.2 
- Add mysql-shared to neededforbuild.
- initial version 0.9.0

OBS-URL: https://build.opensuse.org/request/show/619460
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=1
2018-06-30 08:55:38 +00:00