14
0
forked from pool/python-pyodbc

- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=35
This commit is contained in:
2025-06-11 06:20:23 +00:00
committed by Git OBS Bridge
parent f826b0b80f
commit f6afa5684c
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 11 05:49:30 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 29 08:38:28 UTC 2024 - Dirk Müller <dmueller@suse.com> Tue Oct 29 08:38:28 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyodbc # spec file for package python-pyodbc
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -22,14 +22,15 @@ Version: 5.2.0
Release: 0 Release: 0
Summary: Python ODBC API Summary: Python ODBC API
License: MIT License: MIT
Group: Development/Languages/Python
URL: https://github.com/mkleehammer/pyodbc URL: https://github.com/mkleehammer/pyodbc
Source: https://files.pythonhosted.org/packages/source/p/pyodbc/pyodbc-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pyodbc/pyodbc-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/mkleehammer/pyodbc/master/tests/old/sqlitetests.py Source1: https://raw.githubusercontent.com/mkleehammer/pyodbc/master/tests/old/sqlitetests.py
# testutils is a modified version of https://raw.githubusercontent.com/mkleehammer/pyodbc/44b620d8df1aa71926fb363b140d398bf5f2fc35/tests/testutils.py # testutils is a modified version of https://raw.githubusercontent.com/mkleehammer/pyodbc/44b620d8df1aa71926fb363b140d398bf5f2fc35/tests/testutils.py
Source2: testutils.py Source2: testutils.py
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: sqliteodbc BuildRequires: sqliteodbc
@@ -50,10 +51,10 @@ cp %{SOURCE1} %{SOURCE2} .
%build %build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%check %check
export PYTHONDONTWRITEBYTECODE=1 export PYTHONDONTWRITEBYTECODE=1
@@ -62,7 +63,7 @@ $python sqlitetests.py -v "Driver=SQLITE3;Database=sqlite.db"
} }
%files %{python_files} %files %{python_files}
%{python_sitearch}/pyodbc*-info %{python_sitearch}/pyodbc-%{version}.dist-info
%{python_sitearch}/pyodbc.pyi %{python_sitearch}/pyodbc.pyi
%{python_sitearch}/pyodbc*.so %{python_sitearch}/pyodbc*.so
%license LICENSE.txt %license LICENSE.txt