forked from pool/python-pyodbc
Accepting request 670555 from devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/670555 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=3
This commit is contained in:
commit
974b5121bb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4326abb737dec36156998d52324921673d30f575e1e0998f0c5edd7de20e61d4
|
|
||||||
size 218849
|
|
3
pyodbc-4.0.25.tar.gz
Normal file
3
pyodbc-4.0.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ea8c8ed37c9abf8eb411e5148409a4cb05e0da2c03a694a07b17011d0ca7cad
|
||||||
|
size 218356
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 30 19:32:36 UTC 2019 - Dirk Hartmann <monex@liquid-co.de>
|
||||||
|
|
||||||
|
- 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
|
Sat Aug 25 15:19:36 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyodbc
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pyodbc
|
Name: python-pyodbc
|
||||||
Version: 4.0.24
|
Version: 4.0.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python ODBC API
|
Summary: Python ODBC API
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user