Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pymssql for openSUSE:Factory 
checked in at 2025-10-16 17:39:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymssql (Old)
 and      /work/SRC/openSUSE:Factory/.python-pymssql.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymssql"

Thu Oct 16 17:39:12 2025 rev:10 rq:1311653 version:2.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymssql/python-pymssql.changes    
2025-08-07 16:50:01.047329179 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymssql.new.18484/python-pymssql.changes 
2025-10-16 17:39:58.163484775 +0200
@@ -1,0 +2,6 @@
+Wed Oct 15 19:46:59 UTC 2025 - Martin Hauke <[email protected]>
+
+- Update to version 2.3.8
+  * No functional changes
+
+-------------------------------------------------------------------

Old:
----
  pymssql-2.3.7.tar.gz

New:
----
  pymssql-2.3.8.tar.gz

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

Other differences:
------------------
++++++ python-pymssql.spec ++++++
--- /var/tmp/diff_new_pack.hDUKab/_old  2025-10-16 17:39:59.651547401 +0200
+++ /var/tmp/diff_new_pack.hDUKab/_new  2025-10-16 17:39:59.667548074 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pymssql
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,16 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %{?sle15_python_module_pythons}
 Name:           python-pymssql
-Version:        2.3.7
+Version:        2.3.8
 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}
@@ -41,7 +43,7 @@
 DB-API 2.0 Specification and works on most popular operating systems.
 
 %prep
-%setup -q -n pymssql-%{version}
+%autosetup -n pymssql-%{version}
 
 %build
 %pyproject_wheel

++++++ pymssql-2.3.7.tar.gz -> pymssql-2.3.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymssql-2.3.7/.github/workflows/build_wheels.yml 
new/pymssql-2.3.8/.github/workflows/build_wheels.yml
--- old/pymssql-2.3.7/.github/workflows/build_wheels.yml        2025-07-11 
02:49:20.000000000 +0200
+++ new/pymssql-2.3.8/.github/workflows/build_wheels.yml        2025-10-12 
04:43:53.000000000 +0200
@@ -28,7 +28,7 @@
 
     steps:
 
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         with:
           fetch-depth: 0
 
@@ -52,11 +52,11 @@
     outputs:
       include: ${{ steps.set-matrix.outputs.include }}
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - uses: actions/setup-python@v5
         with:
           python-version: "3.x"
-      - run: pip install cibuildwheel==3.0.0
+      - run: pip install cibuildwheel==3.1.4
       - id: set-matrix
         run: |
           MATRIX_INCLUDE=$(
@@ -88,11 +88,11 @@
 
     steps:
 
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         with:
           fetch-depth: 0
 
-      - uses: pypa/[email protected]  # v2.21.3
+      - uses: pypa/[email protected]
         with:
           only: ${{ matrix.only }}
         env:
@@ -118,12 +118,12 @@
 
     steps:
 
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         with:
           fetch-depth: 0
 
       - name: Build wheels
-        uses: pypa/[email protected]
+        uses: pypa/[email protected]
         env:
           CIBW_ARCHS_LINUX: ${{ matrix.arch }}
           CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
@@ -146,7 +146,7 @@
 
     steps:
 
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         with:
           fetch-depth: 0
 
@@ -162,7 +162,7 @@
         run: choco install gperf
 
       - name: Build wheels
-        uses: pypa/[email protected]
+        uses: pypa/[email protected]
         env:
           CIBW_ARCHS_WINDOWS: ${{ matrix.arch }}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymssql-2.3.7/ChangeLog.rst 
new/pymssql-2.3.8/ChangeLog.rst
--- old/pymssql-2.3.7/ChangeLog.rst     2025-07-11 02:49:20.000000000 +0200
+++ new/pymssql-2.3.8/ChangeLog.rst     2025-10-12 04:43:53.000000000 +0200
@@ -2,6 +2,15 @@
 ==============
 
 
+Version 2.3.8 - 2025-10-11 - Mikhail Terekhov
+=============================================
+
+General
+-------
+
+- Build Python 3.14 wheels, thanks to Edgar Ramírez Mondragón (PR #964).
+
+
 Version 2.3.7 - 2025-07-10 - Mikhail Terekhov
 =============================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymssql-2.3.7/PKG-INFO new/pymssql-2.3.8/PKG-INFO
--- old/pymssql-2.3.7/PKG-INFO  2025-07-11 02:49:28.191753900 +0200
+++ new/pymssql-2.3.8/PKG-INFO  2025-10-12 04:44:02.493853800 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: pymssql
-Version: 2.3.7
+Version: 2.3.8
 Summary: DB-API interface to Microsoft SQL Server for Python. (new 
Cython-based version)
 Author-email: Damien Churchill <[email protected]>
 Maintainer-email: Mikhail Terekhov <[email protected]>
@@ -20,6 +20,7 @@
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Topic :: Database
 Classifier: Topic :: Database :: Database Engines/Servers
@@ -109,19 +110,19 @@
 ==============
 
 
-Version 2.3.7 - 2025-07-10 - Mikhail Terekhov
+Version 2.3.8 - 2025-10-11 - Mikhail Terekhov
 =============================================
 
 General
 -------
 
-- Allow to specify openssl dependency on macos, thanks to dwt (PR #934).
+- Build Python 3.14 wheels, thanks to Edgar Ramírez Mondragón (PR #964).
 
 
-Version 2.3.6 - 2025-06-28 - Mikhail Terekhov
+Version 2.3.7 - 2025-07-10 - Mikhail Terekhov
 =============================================
 
 General
 -------
 
-- Build manylinux wheels using manylinux2014 image.
+- Allow to specify openssl dependency on macos, thanks to dwt (PR #934).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymssql-2.3.7/dev/requirements-dev.txt 
new/pymssql-2.3.8/dev/requirements-dev.txt
--- old/pymssql-2.3.7/dev/requirements-dev.txt  2025-07-11 02:49:20.000000000 
+0200
+++ new/pymssql-2.3.8/dev/requirements-dev.txt  2025-10-12 04:43:53.000000000 
+0200
@@ -1,6 +1,6 @@
 cython>=3.1.0
 gevent
-psutil<7.0.1
+psutil<7.1.1
 pytest
 pytest-subtests
 pytest-timeout
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymssql-2.3.7/dev/requirements-test.txt 
new/pymssql-2.3.8/dev/requirements-test.txt
--- old/pymssql-2.3.7/dev/requirements-test.txt 2025-07-11 02:49:20.000000000 
+0200
+++ new/pymssql-2.3.8/dev/requirements-test.txt 2025-10-12 04:43:53.000000000 
+0200
@@ -1,5 +1,5 @@
 gevent ; python_version>="3.9"
-psutil<7.0.1
+psutil<7.1.1
 pytest
 pytest-subtests
 pytest-timeout
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymssql-2.3.7/pyproject.toml 
new/pymssql-2.3.8/pyproject.toml
--- old/pymssql-2.3.7/pyproject.toml    2025-07-11 02:49:20.000000000 +0200
+++ new/pymssql-2.3.8/pyproject.toml    2025-10-12 04:43:53.000000000 +0200
@@ -41,6 +41,7 @@
     "Programming Language :: Python :: 3.11",
     "Programming Language :: Python :: 3.12",
     "Programming Language :: Python :: 3.13",
+    "Programming Language :: Python :: 3.14",
     "Programming Language :: Python :: Implementation :: CPython",
     "Topic :: Database",
     "Topic :: Database :: Database Engines/Servers",
@@ -63,6 +64,7 @@
 test-requires = "pytest"
 test-command = "pytest {project}/tests"
 container-engine = { name = "docker", create-args = ["--network", "host"] }
+skip = "cp31?t-*"
 
 [tool.cibuildwheel.linux]
 environment = { PYMSSQL_FREETDS = "./deps", LD_LIBRARY_PATH = "./deps/lib", 
CFLAGS = "-Wno-incompatible-pointer-types" }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymssql-2.3.7/src/pymssql/version.h 
new/pymssql-2.3.8/src/pymssql/version.h
--- old/pymssql-2.3.7/src/pymssql/version.h     2025-07-11 02:49:27.000000000 
+0200
+++ new/pymssql-2.3.8/src/pymssql/version.h     2025-10-12 04:44:02.000000000 
+0200
@@ -1 +1 @@
-const char* PYMSSQL_VERSION = "2.3.7";
\ No newline at end of file
+const char* PYMSSQL_VERSION = "2.3.8";
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymssql-2.3.7/src/pymssql.egg-info/PKG-INFO 
new/pymssql-2.3.8/src/pymssql.egg-info/PKG-INFO
--- old/pymssql-2.3.7/src/pymssql.egg-info/PKG-INFO     2025-07-11 
02:49:28.000000000 +0200
+++ new/pymssql-2.3.8/src/pymssql.egg-info/PKG-INFO     2025-10-12 
04:44:02.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: pymssql
-Version: 2.3.7
+Version: 2.3.8
 Summary: DB-API interface to Microsoft SQL Server for Python. (new 
Cython-based version)
 Author-email: Damien Churchill <[email protected]>
 Maintainer-email: Mikhail Terekhov <[email protected]>
@@ -20,6 +20,7 @@
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Topic :: Database
 Classifier: Topic :: Database :: Database Engines/Servers
@@ -109,19 +110,19 @@
 ==============
 
 
-Version 2.3.7 - 2025-07-10 - Mikhail Terekhov
+Version 2.3.8 - 2025-10-11 - Mikhail Terekhov
 =============================================
 
 General
 -------
 
-- Allow to specify openssl dependency on macos, thanks to dwt (PR #934).
+- Build Python 3.14 wheels, thanks to Edgar Ramírez Mondragón (PR #964).
 
 
-Version 2.3.6 - 2025-06-28 - Mikhail Terekhov
+Version 2.3.7 - 2025-07-10 - Mikhail Terekhov
 =============================================
 
 General
 -------
 
-- Build manylinux wheels using manylinux2014 image.
+- Allow to specify openssl dependency on macos, thanks to dwt (PR #934).

Reply via email to