From 9e0a82013e62d361853d35b794300212f249c52064cec804051dbf04e1d36d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Dec 2019 08:55:58 +0000 Subject: [PATCH] Accepting request 759209 from home:Monex:branches Hello, I've updated the package to 4.0.28. Greetings, Dirk OBS-URL: https://build.opensuse.org/request/show/759209 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=17 --- pyodbc-4.0.27.tar.gz | 3 --- pyodbc-4.0.28.tar.gz | 3 +++ python-pyodbc.changes | 9 +++++++++ python-pyodbc.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pyodbc-4.0.27.tar.gz create mode 100644 pyodbc-4.0.28.tar.gz diff --git a/pyodbc-4.0.27.tar.gz b/pyodbc-4.0.27.tar.gz deleted file mode 100644 index 65475f1..0000000 --- a/pyodbc-4.0.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b5628e1bb56e60f22514b058b591a60b013fcfa5c6d712265608cc0e089a2cd -size 242655 diff --git a/pyodbc-4.0.28.tar.gz b/pyodbc-4.0.28.tar.gz new file mode 100644 index 0000000..4a4c66c --- /dev/null +++ b/pyodbc-4.0.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510643354c4c687ed96bf7e7cec4d02d6c626ecf3e18696f5a0228dd6d11b769 +size 264486 diff --git a/python-pyodbc.changes b/python-pyodbc.changes index 8b1dd20..1d1bb20 100644 --- a/python-pyodbc.changes +++ b/python-pyodbc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Dec 25 17:08:19 UTC 2019 - Dirk Hartmann + +- Update to version 4.0.28 + * Fix incorrect size calcation for Unicode characters (#654) + * Fix binding of 32-bit ints on 64-bit Linux (#611) + * Fixes type mismatch for null/None with table value parameters. #596 + * Fixes and cleanup of unit tests for MS Access (#606), MySQL (#630 #632) and new tests (#637 #645) + ------------------------------------------------------------------- Sat Sep 14 15:34:06 UTC 2019 - John Vandenberg diff --git a/python-pyodbc.spec b/python-pyodbc.spec index 124cc53..d48fc4b 100644 --- a/python-pyodbc.spec +++ b/python-pyodbc.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyodbc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyodbc -Version: 4.0.27 +Version: 4.0.28 Release: 0 Summary: Python ODBC API License: MIT