From d9c9473c9395d1dd99efcdbbb456d8247eb4447313a8dd22a515f476382e35e0 Mon Sep 17 00:00:00 2001 From: Alexei Podvalsky Date: Mon, 10 Dec 2018 11:45:37 +0000 Subject: [PATCH] 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 --- mysqlclient-1.3.13.tar.gz | 3 --- mysqlclient-1.3.14.tar.gz | 3 +++ python-mysqlclient.changes | 13 +++++++++++++ python-mysqlclient.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 mysqlclient-1.3.13.tar.gz create mode 100644 mysqlclient-1.3.14.tar.gz diff --git a/mysqlclient-1.3.13.tar.gz b/mysqlclient-1.3.13.tar.gz deleted file mode 100644 index 99f53bf..0000000 --- a/mysqlclient-1.3.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff8ee1be84215e6c30a746b728c41eb0701a46ca76e343af445b35ce6250644f -size 90368 diff --git a/mysqlclient-1.3.14.tar.gz b/mysqlclient-1.3.14.tar.gz new file mode 100644 index 0000000..0af4e20 --- /dev/null +++ b/mysqlclient-1.3.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3981ae9ce545901a36a8b7aed76ed02960a429f75dc53b7ad77fb2f9ab7cd56b +size 91391 diff --git a/python-mysqlclient.changes b/python-mysqlclient.changes index 4d11723..5018049 100644 --- a/python-mysqlclient.changes +++ b/python-mysqlclient.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Dec 10 11:39:10 UTC 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 11:35:55 UTC 2018 - avvissu@yandex.by diff --git a/python-mysqlclient.spec b/python-mysqlclient.spec index 6f12775..3d71168 100644 --- a/python-mysqlclient.spec +++ b/python-mysqlclient.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-mysqlclient -Version: 1.3.13 +Version: 1.3.14 Release: 0 Summary: Python interface to MySQL License: GPL-2.0-or-later