Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a3209c280f | |||
| 32938d82fb | |||
| ea9f2cc494 | |||
| 962a44037d | |||
| fe1116c0d4 | |||
| 2bba9bcfcc | |||
| 9521a23c8f | |||
| 11b3400ba9 | |||
| 9e9848b1c2 |
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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00aa861936374f251b8e1e4535f26daed32c2fc365b891fedcd97d7863d7321b
|
||||
size 185175
|
||||
@@ -1,15 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 28 10:32:45 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 2.3.9
|
||||
* Fix build with Cython-3.2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 15 19:46:59 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.3.8
|
||||
* No functional changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 13:59:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pymssql
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# 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,14 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pymssql
|
||||
Version: 2.3.9
|
||||
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
|
||||
#Git-Clone: https://github.com/pymssql/pymssql.git
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pymssql/pymssql-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Cython >= 3.0.11}
|
||||
BuildRequires: %{python_module pip}
|
||||
@@ -43,7 +41,7 @@ Microsoft SQL Servers from Python scripts. It is compliant with Python
|
||||
DB-API 2.0 Specification and works on most popular operating systems.
|
||||
|
||||
%prep
|
||||
%autosetup -n pymssql-%{version}
|
||||
%setup -q -n pymssql-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user