14
0
forked from pool/python-pyodbc

- update to 4.0.39:

* Version 4.0.38 had a serious bug in Row.__repr__ which could
    cause crashes (#1196 ).
  * Version 5.0 is on its way and will drop support for Python 2.
    This release is a (hopefully final) bug fix release for
    the 4.x line.
  * added typing for Connection, Cursor, and connect parameters.
  * corrected the install location of the pyi file.
  * fixed Unicode errors in repr(row)
  * fixed more typing related issues by removing TypeAlias
  * arturxedex128 opened a security advisory for a buffer
    overflow if selecting a decimal more
  * than 100 digits long.  Fixed by Michael Kleehammer.
- drop fix_install_location_of_pyodbc.pyi.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=26
This commit is contained in:
2023-04-17 19:06:05 +00:00
committed by Git OBS Bridge
parent 796c3c3b7c
commit ff1aab1e82
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Apr 17 19:00:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.0.39:
* Version 4.0.38 had a serious bug in Row.__repr__ which could
cause crashes (#1196 ).
* Version 5.0 is on its way and will drop support for Python 2.
This release is a (hopefully final) bug fix release for
the 4.x line.
* added typing for Connection, Cursor, and connect parameters.
* corrected the install location of the pyi file.
* fixed Unicode errors in repr(row)
* fixed more typing related issues by removing TypeAlias
* arturxedex128 opened a security advisory for a buffer
overflow if selecting a decimal more
* than 100 digits long. Fixed by Michael Kleehammer.
- drop fix_install_location_of_pyodbc.pyi.patch (upstream)
-------------------------------------------------------------------
Tue Feb 7 20:20:18 UTC 2023 - Dirk Hartmann <2monex@gmx.net>