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
This commit is contained in:
Dominique Leuenberger 2019-01-03 17:06:11 +00:00 committed by Git OBS Bridge
commit 8adb9ae14e
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff8ee1be84215e6c30a746b728c41eb0701a46ca76e343af445b35ce6250644f
size 90368

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3981ae9ce545901a36a8b7aed76ed02960a429f75dc53b7ad77fb2f9ab7cd56b
size 91391

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Dec 10 11:39:10 UTC 2018 - Alexei Podvalsky <avvissu@yandex.by>
- 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

View File

@ -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