14
0

Accepting request 1291584 from devel:languages:python

- 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/request/show/1291584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyahocorasick?expand=0&rev=5
This commit is contained in:
2025-07-10 20:12:08 +00:00
committed by Git OBS Bridge
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>

View File

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