Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyodbc for openSUSE:Factory 
checked in at 2025-06-11 16:25:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyodbc (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyodbc.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyodbc"

Wed Jun 11 16:25:58 2025 rev:15 rq:1284641 version:5.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyodbc/python-pyodbc.changes      
2024-10-29 14:37:30.195372438 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyodbc.new.19631/python-pyodbc.changes   
2025-06-11 16:27:44.747526495 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 05:49:30 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyodbc.spec ++++++
--- /var/tmp/diff_new_pack.ON3iOU/_old  2025-06-11 16:27:45.339551191 +0200
+++ /var/tmp/diff_new_pack.ON3iOU/_new  2025-06-11 16:27:45.343551358 +0200
@@ -1,7 +1,7 @@
 #
 # 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,14 +22,15 @@
 Release:        0
 Summary:        Python ODBC API
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/mkleehammer/pyodbc
 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
 # testutils is a modified version of 
https://raw.githubusercontent.com/mkleehammer/pyodbc/44b620d8df1aa71926fb363b140d398bf5f2fc35/tests/testutils.py
 Source2:        testutils.py
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
 BuildRequires:  sqliteodbc
@@ -50,10 +51,10 @@
 
 %build
 export CFLAGS="%{optflags}"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 
 %check
 export PYTHONDONTWRITEBYTECODE=1
@@ -62,7 +63,7 @@
 }
 
 %files %{python_files}
-%{python_sitearch}/pyodbc*-info
+%{python_sitearch}/pyodbc-%{version}.dist-info
 %{python_sitearch}/pyodbc.pyi
 %{python_sitearch}/pyodbc*.so
 %license LICENSE.txt

Reply via email to