1
0

Compare commits

4 Commits

Author SHA256 Message Date
4bf039b11c Accepting request 1314615 from devel:languages:python
- Update to 1.0.3:
  * Add description on PyPI
  * Hopefully show more metadata in PyPI
  * Guaranteed API stability, and Python 3.14 support.

OBS-URL: https://build.opensuse.org/request/show/1314615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ahocorasick-rs?expand=0&rev=3
2025-10-31 15:28:08 +00:00
10bfa168a6 - Update to 1.0.3:
* Add description on PyPI
  * Hopefully show more metadata in PyPI
  * Guaranteed API stability, and Python 3.14 support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ahocorasick-rs?expand=0&rev=5
2025-10-30 23:59:43 +00:00
f24ed73add Accepting request 1255456 from devel:languages:python
- update to 0.22.2:
  * Update Rust dependencies.
  * Added support for Python 3.13.
  * Dropped support for Python 3.8.

OBS-URL: https://build.opensuse.org/request/show/1255456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ahocorasick-rs?expand=0&rev=2
2025-03-24 12:31:57 +00:00
e939c7433e - update to 0.22.2:
* Update Rust dependencies.
  * Added support for Python 3.13.
  * Dropped support for Python 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ahocorasick-rs?expand=0&rev=3
2025-03-23 21:43:13 +00:00
6 changed files with 30 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="download_files" mode="manual"/>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">ahocorasick_rs-0.22.0</param>
<param name="srctar">ahocorasick_rs-1.0.3.tar.gz</param>
<param name="compression">zst</param>
</service>
<service name="cargo_audit" mode="manual">

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97347038394997298c4a28770aa348791f87ad46e0561ae833526e1c57d6f38f
size 82324

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:579d37070a7c21da9cd9988b9fb471297273b60cb4126586d6dcd99faafc5ca5
size 103231

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 30 23:58:17 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.0.3:
* Add description on PyPI
* Hopefully show more metadata in PyPI
* Guaranteed API stability, and Python 3.14 support.
-------------------------------------------------------------------
Sun Mar 23 21:42:27 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.22.2:
* Update Rust dependencies.
* Added support for Python 3.13.
* Dropped support for Python 3.8.
-------------------------------------------------------------------
Thu Jan 25 09:45:12 UTC 2024 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ahocorasick-rs
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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
@@ -17,27 +17,26 @@
Name: python-ahocorasick-rs
Version: 0.22.0
Version: 1.0.3
Release: 0
Summary: Search a string for multiple substrings at once
License: Apache-2.0
URL: https://github.com/G-Research/ahocorasick_rs
Source: https://files.pythonhosted.org/packages/source/a/ahocorasick_rs/ahocorasick_rs-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: python-rpm-macros
BuildRequires: %{python_module maturin >= 1.0}
BuildRequires: cargo
BuildRequires: zstd
BuildRequires: %{python_module pip}
BuildRequires: cargo-packaging
BuildRequires: python-rpm-macros
BuildRequires: zstd
# SECTION test requirements
BuildRequires: %{python_module typing_extensions >= 4.6.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-benchmark}
BuildRequires: %{python_module typing_extensions >= 4.6.0 if %python-base < 3.12}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module pyahocorasick}
BuildRequires: %{python_module pytest-benchmark}
BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
Requires: python-typing_extensions >= 4.6.0
%python_subpackages
%description

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb7c2c27e1091a53ee383f3017d319effb81ab5527ec6545e2f7712628b9d6c9
size 4587223
oid sha256:a3fbd3854b6fa3564cd1ef10eb79b8355f65d65c2765513dcf928262f3e760f3
size 2341135