From aeacfa57e0716668f5f446f2d2a839a30fb5329494b38a526eb99c49c9bd7a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 7 Aug 2019 09:22:48 +0000 Subject: [PATCH] Accepting request 721354 from home:Monex:branches:devel:languages:python Hi, I've updated the package to the latest version 4.0.27. Greetings, Dirk OBS-URL: https://build.opensuse.org/request/show/721354 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=12 --- pyodbc-4.0.26.tar.gz | 3 --- pyodbc-4.0.27.tar.gz | 3 +++ python-pyodbc.changes | 13 +++++++++++++ python-pyodbc.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 pyodbc-4.0.26.tar.gz create mode 100644 pyodbc-4.0.27.tar.gz diff --git a/pyodbc-4.0.26.tar.gz b/pyodbc-4.0.26.tar.gz deleted file mode 100644 index 5faf4f5..0000000 --- a/pyodbc-4.0.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e52700b5d24a846483b5ab80acd9153f8e593999c9184ffea11596288fb33de3 -size 219802 diff --git a/pyodbc-4.0.27.tar.gz b/pyodbc-4.0.27.tar.gz new file mode 100644 index 0000000..dade382 --- /dev/null +++ b/pyodbc-4.0.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e165622b952bc6beb539b71c929aef646c6850edd4d58bb6643eb205f6894fa +size 231643 diff --git a/python-pyodbc.changes b/python-pyodbc.changes index c0b55d6..9e5e085 100644 --- a/python-pyodbc.changes +++ b/python-pyodbc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Aug 5 18:35:48 UTC 2019 - Dirk Hartmann + +- Update to version 4.0.27: + * Use int instead of bigint when possible (based on size of data) + to work with drivers that don't support bigint at all. + * Support SQL Server datetime2 precision. Previously more data + was passed than the column precision causing an error. + * Make Informix unit tests work again. + * Correct encoding error on big-endian machines for connection + errors. Default to native UTF16 instead of UTF16-LE. + * Fix MySQL unit tests. + ------------------------------------------------------------------- Sun Mar 10 16:04:24 UTC 2019 - Dirk Hartmann diff --git a/python-pyodbc.spec b/python-pyodbc.spec index faef815..1aca8b1 100644 --- a/python-pyodbc.spec +++ b/python-pyodbc.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyodbc -Version: 4.0.26 +Version: 4.0.27 Release: 0 Summary: Python ODBC API License: MIT