14
0

- Update to 2.2.0:

* Support python 3.13
  * Fix use of bool keyword in C23
  * Fix iter long fix leak
  * Drop python3.8 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyahocorasick?expand=0&rev=13
This commit is contained in:
2025-07-10 05:26:40 +00:00
committed by Git OBS Bridge
parent 9602a5734a
commit d7134a67d4
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4df4845c1149e9fa4aa33f0f0aa35f5a42957a43a3d6e447c9b44e679e2672ea
size 103259

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:817f302088400a1402bf2f8631fdb21cf5a2666888e0d6a7d5a3ad556212e9da
size 103916

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jul 10 05:26:05 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.2.0:
* Support python 3.13
* Fix use of bool keyword in C23
* Fix iter long fix leak
* Drop python3.8 support
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 10 21:36:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon Feb 10 21:36:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -27,13 +27,14 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pyahocorasick%{?psuffix} Name: python-pyahocorasick%{?psuffix}
Version: 2.1.0 Version: 2.2.0
Release: 0 Release: 0
Summary: Library for exact or approximate multi-pattern string search Summary: Library for exact or approximate multi-pattern string search
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/WojciechMula/pyahocorasick URL: https://github.com/WojciechMula/pyahocorasick
Source: https://files.pythonhosted.org/packages/source/p/pyahocorasick/pyahocorasick-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pyahocorasick/pyahocorasick-%{version}.tar.gz
BuildRequires: %{python_module Cython} BuildRequires: %{python_module Cython}
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}