diff --git a/pyahocorasick-2.1.0.tar.gz b/pyahocorasick-2.1.0.tar.gz deleted file mode 100644 index 2de11d1..0000000 --- a/pyahocorasick-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4df4845c1149e9fa4aa33f0f0aa35f5a42957a43a3d6e447c9b44e679e2672ea -size 103259 diff --git a/pyahocorasick-2.2.0.tar.gz b/pyahocorasick-2.2.0.tar.gz new file mode 100644 index 0000000..a146ae8 --- /dev/null +++ b/pyahocorasick-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817f302088400a1402bf2f8631fdb21cf5a2666888e0d6a7d5a3ad556212e9da +size 103916 diff --git a/python-pyahocorasick.changes b/python-pyahocorasick.changes index 73ee435..3c83eef 100644 --- a/python-pyahocorasick.changes +++ b/python-pyahocorasick.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jul 10 05:26:05 UTC 2025 - Steve Kowalik + +- 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 diff --git a/python-pyahocorasick.spec b/python-pyahocorasick.spec index 21d98de..67c10fc 100644 --- a/python-pyahocorasick.spec +++ b/python-pyahocorasick.spec @@ -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}