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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:397feee44561a6580be08cedbe986436859563f4bb378f48224655c8e987ea60
|
||||
size 115450
|
||||
3
pyodbc-5.2.0.tar.gz
Normal file
3
pyodbc-5.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de8be39809c8ddeeee26a4b876a6463529cd487a60d1393eb2a93e9bcd44a8f5
|
||||
size 116908
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 08:38:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 11:16:53 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user