forked from pool/python-pyahocorasick
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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4df4845c1149e9fa4aa33f0f0aa35f5a42957a43a3d6e447c9b44e679e2672ea
|
||||
size 103259
|
3
pyahocorasick-2.2.0.tar.gz
Normal file
3
pyahocorasick-2.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:817f302088400a1402bf2f8631fdb21cf5a2666888e0d6a7d5a3ad556212e9da
|
||||
size 103916
|
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user