1
0

Compare commits

..

3 Commits

Author SHA256 Message Date
Ana Guerrero
e7d74686c5 Accepting request 1226014 from devel:languages:python
- Update to version 2.3.2
  * Update FreeTDS to 1.4.23.
  * Workaround setuptools-74.0 changes.

OBS-URL: https://build.opensuse.org/request/show/1226014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymssql?expand=0&rev=7
2024-11-24 10:05:02 +00:00
6543d15e2c Clean up the SPEC
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymssql?expand=0&rev=14
2024-11-23 22:38:32 +00:00
f61790b90b - Update to version 2.3.2
* Update FreeTDS to 1.4.23.
  * Workaround setuptools-74.0 changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymssql?expand=0&rev=13
2024-11-23 22:34:09 +00:00
4 changed files with 13 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Nov 23 12:40:00 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.3.2
* Update FreeTDS to 1.4.23.
* Workaround setuptools-74.0 changes.
-------------------------------------------------------------------
Sat Aug 31 11:42:42 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: python-pymssql
Version: 2.3.1
Version: 2.3.2
Release: 0
Summary: A simple database interface to MS-SQL for Python
License: LGPL-2.1-only
@ -57,6 +57,7 @@ DB-API 2.0 Specification and works on most popular operating systems.
%files %{python_files}
%license LICENSE
%doc ChangeLog.rst README.rst
%{python_sitearch}/pymssql*
%{python_sitearch}/pymssql
%{python_sitearch}/pymssql-%{version}*-info
%changelog