Compare commits

9 Commits

Author SHA256 Message Date
a3209c280f Accepting request 1297999 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1297999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymssql?expand=0&rev=9
2025-08-07 14:48:44 +00:00
32938d82fb Accepting request 1297972 from home:glaubitz:branches:devel:languages:python
- Update to version 2.3.7
  * Allow to specify openssl dependency on macos
- from version 2.3.6
  * Build manylinux wheels using manylinux2014 image
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1297972
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymssql?expand=0&rev=18
2025-08-06 16:29:50 +00:00
ea9f2cc494 Accepting request 1288866 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1288866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymssql?expand=0&rev=8
2025-06-27 21:02:30 +00:00
962a44037d Accepting request 1288675 from home:mnhauke
- Update to version 2.3.5
  * Make mssql cython 3.1.0 compatible
  * Fix sqlalchemy.orm.exc.MappedAnnotationError in tests.
  * Add py.typed which marks pymssql as suporting typechecks.

OBS-URL: https://build.opensuse.org/request/show/1288675
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymssql?expand=0&rev=16
2025-06-27 14:47:34 +00:00
fe1116c0d4 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
2bba9bcfcc 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
9521a23c8f Accepting request 1225970 from home:mnhauke
- 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/1225970
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
11b3400ba9 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
2024-09-04 11:22:32 +00:00
9e9848b1c2 - 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
2024-08-31 11:59:11 +00:00
4 changed files with 42 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Aug 6 13:59:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.3.7
* Allow to specify openssl dependency on macos
- from version 2.3.6
* Build manylinux wheels using manylinux2014 image
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Thu Jun 26 12:16:12 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.3.5
* Make mssql cython 3.1.0 compatible
* Fix sqlalchemy.orm.exc.MappedAnnotationError in tests.
* Add py.typed which marks pymssql as suporting typechecks.
-------------------------------------------------------------------
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>
- 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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pymssql
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,16 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-pymssql
Version: 2.3.0
Version: 2.3.7
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}
@@ -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