diff --git a/pyodbc-4.0.24.tar.gz b/pyodbc-4.0.24.tar.gz deleted file mode 100644 index 79eb222..0000000 --- a/pyodbc-4.0.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4326abb737dec36156998d52324921673d30f575e1e0998f0c5edd7de20e61d4 -size 218849 diff --git a/pyodbc-4.0.25.tar.gz b/pyodbc-4.0.25.tar.gz new file mode 100644 index 0000000..1c34212 --- /dev/null +++ b/pyodbc-4.0.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea8c8ed37c9abf8eb411e5148409a4cb05e0da2c03a694a07b17011d0ca7cad +size 218356 diff --git a/python-pyodbc.changes b/python-pyodbc.changes index f1b9a80..ec84680 100644 --- a/python-pyodbc.changes +++ b/python-pyodbc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 30 19:32:36 UTC 2019 - Dirk Hartmann + +- Update to version 4.0.25: + * support for SQL Server Table-Valued Paramaters has arrived. See test_tvp in the SQL Server unit tests. + * Support for IBM DB/2 DECFLOAT type (#472) by @c-dy + * Better SQL Server and FreeTDS tests with known driver issues (#469) by @gordthompson. + * Fix "function sequence error" with fast executemany (#450) by @v-makouz. + ------------------------------------------------------------------- Sat Aug 25 15:19:36 UTC 2018 - jengelh@inai.de diff --git a/python-pyodbc.spec b/python-pyodbc.spec index 57771be..aae20fe 100644 --- a/python-pyodbc.spec +++ b/python-pyodbc.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyodbc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyodbc -Version: 4.0.24 +Version: 4.0.25 Release: 0 Summary: Python ODBC API License: MIT