14
0

- update to 2.3.1:

* Fix SP returning NULL (closes #441).
  * Update FreeTDS to 1.4.22 (closes #895).
  * Require Cython>3.0.10.
  * Add python 3.13 Linux wheels (closes #900).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymssql?expand=0&rev=11
This commit is contained in:
2024-08-31 11:59:11 +00:00
committed by Git OBS Bridge
parent 42986aed2f
commit 9e9848b1c2
4 changed files with 14 additions and 5 deletions

View File

@@ -17,14 +17,14 @@
Name: python-pymssql
Version: 2.3.0
Version: 2.3.1
Release: 0
Summary: A simple database interface to MS-SQL for Python
License: LGPL-2.1-only
Group: Development/Languages/Python
URL: https://pymssql.org
Source: https://files.pythonhosted.org/packages/source/p/pymssql/pymssql-%{version}.tar.gz
BuildRequires: %{python_module Cython >= 3.0.7}
BuildRequires: %{python_module Cython >= 3.0.11}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module wheel}