1
0
forked from pool/python-pyodbc

Accepting request 1063686 from home:Monex:various

Update to version 4.0.35: Fixes after declined request

I've tried to get rid of the rpmlint warnings but there are still some warnings appearing and I don't know how to solve them, maybe can you help?

OBS-URL: https://build.opensuse.org/request/show/1063686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=23
This commit is contained in:
2023-02-07 21:12:21 +00:00
committed by Git OBS Bridge
parent 2dd7fe4b0d
commit b39286326a
5 changed files with 45 additions and 7 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Feb 7 20:20:18 UTC 2023 - Dirk Hartmann <2monex@gmx.net>
- Update to version 4.0.35
* This release provides Python 3.11 wheels, plus some other wheel fixes.
* There is also an import memory fix when using fast_execute_many.
- Changes from version 4.0.34
* Mac wheels are finally here. Thanks to all that worked on the code for that. Please let us
know if there are any problems with the wheels on PyPI
* Python 3.10 wheels are also available
* Fix for DSNs with non-ASCII characters.
* Memory leak fix with Decimal parameters.
* PostgreSQL dates of -Infinity/+Infinity changed to year 1 and 9999 instead of raising an error.
-------------------------------------------------------------------
Wed Jan 20 20:12:59 UTC 2021 - Dirk Hartmann <2monex@gmx.net>