14
0
forked from pool/python-pyodbc

- update to 5.2.0:

* Thanks to @keitherskine there are now wheels for 3.13.  There
    are aiso a few bug fixes that were ready to go.
- Changes from version 4.0.34
- Updated spec file for compatibility with different python3
- Update to version 4.0.27:
  * Use int instead of bigint when possible (based on size of data)
  * Support SQL Server datetime2 precision. Previously more data
  * Correct encoding error on big-endian machines for connection
  * Issue #506 uncovered a potentially serious error where
- Use python single spec.
-Update to version 4.0.13
- updated to version 3.0.10
 * Row objects can now be pickled.
 * Fixed building on Python 2.5. Other versions are not affected.
 * Fixed "function sequence" errors caused by prepared SQL not being cleared ("unprepared")
 * Added Cursor.commit() and Cursor.rollback(). It is now possible to use only a cursor in
 * Added readonly keyword to connect. If set to True, SQLSetConnectAttr
   SQL_ATTR_ACCESS_MODE is set to SQL_MODE_READ_ONLY.
*  Fixed an error reading SQL Server XML data types longer than 4K.
- removed unneded requires
- initial version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=33
This commit is contained in:
2024-10-29 08:38:58 +00:00
committed by Git OBS Bridge
parent 25baba99ae
commit f826b0b80f
4 changed files with 31 additions and 24 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pyodbc
Version: 5.1.0
Version: 5.2.0
Release: 0
Summary: Python ODBC API
License: MIT