1
0

Accepting request 1133363 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1133363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymssql?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2023-12-15 20:49:50 +00:00 committed by Git OBS Bridge
commit 57a0b9c81b
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6b8ffc5cdfa38b3ba9b9c8d537a1058c7e3b64dc6a6d3c13ad8b663174bcf71
size 171234

3
pymssql-2.2.11.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15815bf1ff9edb475ec4ef567f23e23c4e828ce119ff5bf98a072b66b8d0ac1b
size 172411

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 14 13:31:54 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.2.11
General
* Add datetime.date to SQLDATE conversion.
* Add encryption parameter to connect.
Bug fixes
* Fix version parsing in development.
* Add missing charset parameter when formatting query.
* Use four digits for the year in SP args binding.
* Fix convert_python_value to work with datetime.date.
-------------------------------------------------------------------
Mon Oct 30 20:52:41 UTC 2023 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,7 +17,7 @@
Name: python-pymssql
Version: 2.2.10
Version: 2.2.11
Release: 0
Summary: A simple database interface to MS-SQL for Python
License: LGPL-2.1-only