forked from pool/python-pymssql
Accepting request 1198047 from devel:languages:python
- 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/request/show/1198047 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymssql?expand=0&rev=6
This commit is contained in:
commit
da1c05c443
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f034e46b568061d17148f1dedea648f9d5f6b7340e8cffe0edbaa1713cb4abab
|
|
||||||
size 186326
|
|
3
pymssql-2.3.1.tar.gz
Normal file
3
pymssql-2.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ddee15c4c193e14c92fe2cd720ca9be1dba1e0f4178240380b8f5f6f00da04c6
|
||||||
|
size 186468
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 31 11:42:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 7 16:23:46 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
Sun Apr 7 16:23:46 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pymssql
|
Name: python-pymssql
|
||||||
Version: 2.3.0
|
Version: 2.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple database interface to MS-SQL for Python
|
Summary: A simple database interface to MS-SQL for Python
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://pymssql.org
|
URL: https://pymssql.org
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pymssql/pymssql-%{version}.tar.gz
|
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 pip}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
Loading…
Reference in New Issue
Block a user