forked from pool/python-ahocorasick-rs
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4bf039b11c | |||
| 10bfa168a6 |
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">ahocorasick_rs-0.22.2</param>
|
||||
<param name="srctar">ahocorasick_rs-1.0.3.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual">
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87f27a6422dbf94ec0f9fe84ac0188d4a66b5c7b2f5f6deb165f0c5e3db9769c
|
||||
size 100993
|
||||
3
ahocorasick_rs-1.0.3.tar.gz
Normal file
3
ahocorasick_rs-1.0.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:579d37070a7c21da9cd9988b9fb471297273b60cb4126586d6dcd99faafc5ca5
|
||||
size 103231
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ahocorasick-rs
|
||||
#
|
||||
# Copyright (c) 2025 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-ahocorasick-rs
|
||||
Version: 0.22.2
|
||||
Version: 1.0.3
|
||||
Release: 0
|
||||
Summary: Search a string for multiple substrings at once
|
||||
License: Apache-2.0
|
||||
@@ -26,18 +26,17 @@ Source: https://files.pythonhosted.org/packages/source/a/ahocorasick_rs/
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: %{python_module maturin >= 1.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: zstd
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module typing_extensions >= 4.6.0}
|
||||
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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09ae183c773a35c2409a1b1e3234393ae86782c8cf59778873832ec70a3ae74a
|
||||
size 2235431
|
||||
oid sha256:a3fbd3854b6fa3564cd1ef10eb79b8355f65d65c2765513dcf928262f3e760f3
|
||||
size 2341135
|
||||
|
||||
Reference in New Issue
Block a user