diff --git a/pyodbc-4.0.35.tar.gz b/pyodbc-4.0.35.tar.gz deleted file mode 100644 index 43545b5..0000000 --- a/pyodbc-4.0.35.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9d5ef7fbcc0028735416d28b7be38d75b9a18df1780c79692fa8edc85e92a26 -size 285827 diff --git a/pyodbc-4.0.39.tar.gz b/pyodbc-4.0.39.tar.gz new file mode 100644 index 0000000..8383f9d --- /dev/null +++ b/pyodbc-4.0.39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e528bb70dd6d6299ee429868925df0866e3e919c772b9eff79c8e17920d8f116 +size 282412 diff --git a/python-pyodbc.changes b/python-pyodbc.changes index d42c571..33872f7 100644 --- a/python-pyodbc.changes +++ b/python-pyodbc.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Apr 17 19:00:59 UTC 2023 - Dirk Müller + +- 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> diff --git a/python-pyodbc.spec b/python-pyodbc.spec index 31dc1dc..358a7aa 100644 --- a/python-pyodbc.spec +++ b/python-pyodbc.spec @@ -17,15 +17,13 @@ Name: python-pyodbc -Version: 4.0.35 +Version: 4.0.39 Release: 0 Summary: Python ODBC API License: MIT Group: Development/Languages/Python URL: https://github.com/mkleehammer/pyodbc Source: https://files.pythonhosted.org/packages/source/p/pyodbc/pyodbc-%{version}.tar.gz -# PATCH-FIX-INSTALL-LOCATION-UPSTREAM fix_install_location_of_pyodbc.pyi.patch -- based on PR 1146 -Patch1: fix_install_location_of_pyodbc.pyi.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: gcc-c++ @@ -44,7 +42,6 @@ even more. %prep %setup -q -n pyodbc-%{version} -%patch1 -p1 %build export CFLAGS="%{optflags}"