Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-onigurumacffi for
openSUSE:Factory checked in at 2026-02-23 16:12:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-onigurumacffi (Old)
and /work/SRC/openSUSE:Factory/.python-onigurumacffi.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-onigurumacffi"
Mon Feb 23 16:12:50 2026 rev:4 rq:1334420 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-onigurumacffi/python-onigurumacffi.changes
2025-04-11 19:27:24.019080635 +0200
+++
/work/SRC/openSUSE:Factory/.python-onigurumacffi.new.1977/python-onigurumacffi.changes
2026-02-23 16:14:46.666846473 +0100
@@ -1,0 +2,8 @@
+Mon Feb 23 09:10:44 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.5.0:
+ * CI config updates
+ * label python 3.10+ as supported
+ * enable free-threaded builds
+
+-------------------------------------------------------------------
Old:
----
onigurumacffi-1.4.1.tar.gz
New:
----
onigurumacffi-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-onigurumacffi.spec ++++++
--- /var/tmp/diff_new_pack.jbI29e/_old 2026-02-23 16:14:47.106864615 +0100
+++ /var/tmp/diff_new_pack.jbI29e/_new 2026-02-23 16:14:47.106864615 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-onigurumacffi
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-onigurumacffi
-Version: 1.4.1
+Version: 1.5.0
Release: 0
Summary: Python cffi bindings for the oniguruma regex engine
License: MIT
++++++ onigurumacffi-1.4.1.tar.gz -> onigurumacffi-1.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/onigurumacffi-1.4.1/.github/workflows/main.yml
new/onigurumacffi-1.5.0/.github/workflows/main.yml
--- old/onigurumacffi-1.4.1/.github/workflows/main.yml 2025-01-04
20:26:34.000000000 +0100
+++ new/onigurumacffi-1.5.0/.github/workflows/main.yml 2026-01-26
00:08:08.000000000 +0100
@@ -10,24 +10,24 @@
main-windows:
uses: asottile/workflows/.github/workflows/[email protected]
with:
- env: '["py39"]'
+ env: '["py310"]'
os: windows-latest
arch: '["x64", "x86"]'
wheel-tags: true
main-macos:
uses: asottile/workflows/.github/workflows/[email protected]
with:
- env: '["py39"]'
+ env: '["py310"]'
os: macos-latest
wheel-tags: true
main-macos-intel:
uses: asottile/workflows/.github/workflows/[email protected]
with:
- env: '["py39"]'
- os: macos-13
+ env: '["py310"]'
+ os: macos-15-intel
wheel-tags: true
main-linux:
uses: asottile/workflows/.github/workflows/[email protected]
with:
- env: '["py39", "py310", "py311"]'
+ env: '["py310", "py311", "py312"]'
os: ubuntu-latest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/onigurumacffi-1.4.1/.pre-commit-config.yaml
new/onigurumacffi-1.5.0/.pre-commit-config.yaml
--- old/onigurumacffi-1.4.1/.pre-commit-config.yaml 2025-01-04
20:26:34.000000000 +0100
+++ new/onigurumacffi-1.5.0/.pre-commit-config.yaml 2026-01-26
00:08:08.000000000 +0100
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v5.0.0
+ rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -10,32 +10,32 @@
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://github.com/asottile/setup-cfg-fmt
- rev: v2.7.0
+ rev: v3.2.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/reorder-python-imports
- rev: v3.14.0
+ rev: v3.16.0
hooks:
- id: reorder-python-imports
- args: [--py39-plus, --add-import, 'from __future__ import annotations']
+ args: [--py310-plus, --add-import, 'from __future__ import
annotations']
- repo: https://github.com/asottile/add-trailing-comma
- rev: v3.1.0
+ rev: v4.0.0
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
- rev: v3.19.1
+ rev: v3.21.2
hooks:
- id: pyupgrade
- args: [--py39-plus]
+ args: [--py310-plus]
- repo: https://github.com/hhatto/autopep8
- rev: v2.3.1
+ rev: v2.3.2
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
- rev: 7.1.1
+ rev: 7.3.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.14.0
+ rev: v1.19.1
hooks:
- id: mypy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/onigurumacffi-1.4.1/setup.cfg
new/onigurumacffi-1.5.0/setup.cfg
--- old/onigurumacffi-1.4.1/setup.cfg 2025-01-04 20:26:34.000000000 +0100
+++ new/onigurumacffi-1.5.0/setup.cfg 2026-01-26 00:08:08.000000000 +0100
@@ -1,6 +1,6 @@
[metadata]
name = onigurumacffi
-version = 1.4.1
+version = 1.5.0
description = python cffi bindings for the oniguruma regex engine
long_description = file: README.md
long_description_content_type = text/markdown
@@ -10,7 +10,6 @@
license = MIT
license_files = LICENSE
classifiers =
- License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
@@ -20,7 +19,7 @@
py_modules = onigurumacffi
install_requires =
cffi>=1
-python_requires = >=3.9
+python_requires = >=3.10
setup_requires =
cffi>=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/onigurumacffi-1.4.1/setup.py
new/onigurumacffi-1.5.0/setup.py
--- old/onigurumacffi-1.4.1/setup.py 2025-01-04 20:26:34.000000000 +0100
+++ new/onigurumacffi-1.5.0/setup.py 2026-01-26 00:08:08.000000000 +0100
@@ -2,10 +2,14 @@
import platform
import sys
+import sysconfig
from setuptools import setup
-if platform.python_implementation() == 'CPython':
+if (
+ platform.python_implementation() == 'CPython' and
+ sysconfig.get_config_var('Py_GIL_DISABLED') != 1
+):
try:
import wheel.bdist_wheel
except ImportError: