forked from pool/python-pyodbc
Accepting request 759290 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/759290 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=7
This commit is contained in:
commit
a5e8afd6bc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b5628e1bb56e60f22514b058b591a60b013fcfa5c6d712265608cc0e089a2cd
|
||||
size 242655
|
3
pyodbc-4.0.28.tar.gz
Normal file
3
pyodbc-4.0.28.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:510643354c4c687ed96bf7e7cec4d02d6c626ecf3e18696f5a0228dd6d11b769
|
||||
size 264486
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 25 17:08:19 UTC 2019 - Dirk Hartmann <monex@liquid-co.de>
|
||||
|
||||
- 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 <jayvdb@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user