14
0
forked from pool/python-pyodbc

Accepting request 1145945 from home:jayvdb:branches:devel:languages:python

- Add sqlitetests.py & testutils.py
- Update to v5.1.0

OBS-URL: https://build.opensuse.org/request/show/1145945
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=29
This commit is contained in:
2024-02-12 22:30:55 +00:00
committed by Git OBS Bridge
parent 69207657e8
commit f4b9cb2504
6 changed files with 840 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Feb 11 04:15:21 UTC 2024 - John Vandenberg <jayvdb@gmail.com>
- Add sqlitetests.py & testutils.py
- Update to v5.1.0
* Mac M1 & M2 binary builds
- from v5.0.1
* bug fix for 5.0.0 that restores the ability to pass bytes objects
in the attrs_before parameter when connecting.
This is often used for Azure with a token.
- from 5.0.0
* The API is backwards compatible.
* Dropped support for Python 2.
-------------------------------------------------------------------
Mon Apr 17 19:00:59 UTC 2023 - Dirk Müller <dmueller@suse.com>