forked from pool/python-pymssql
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
a75bd79b20 | |||
8ce2ec730e | |||
d3c4157c52 | |||
77f7cb8ef1 | |||
e7d74686c5 | |||
6543d15e2c | |||
f61790b90b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddee15c4c193e14c92fe2cd720ca9be1dba1e0f4178240380b8f5f6f00da04c6
|
||||
size 186468
|
3
pymssql-2.3.7.tar.gz
Normal file
3
pymssql-2.3.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e6d79c7b1cec40aebec4b099c6e445ccaac24519e5e767b49a4e6f48c087e50
|
||||
size 184995
|
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -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,9 +15,9 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pymssql
|
||||
Version: 2.3.1
|
||||
Version: 2.3.7
|
||||
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
|
||||
|
Reference in New Issue
Block a user