14
0
forked from pool/python-Whoosh

- Silence reporting unavoidable duplicates.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=35
This commit is contained in:
2025-08-14 10:19:44 +00:00
committed by Git OBS Bridge
parent 1357e8649f
commit 9d2db2b7d6
3 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Whoosh
#
# 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
@@ -23,7 +23,8 @@ Release: 0
Summary: Pure-Python full text indexing, search, and spell checking library
License: BSD-2-Clause
URL: https://github.com/Sygil-Dev/whoosh-reloaded
Source: https://github.com/Sygil-Dev/whoosh-reloaded/archive/refs/tags/v%{version}.tar.gz
Source0: https://github.com/Sygil-Dev/whoosh-reloaded/archive/refs/tags/v%{version}.tar.gz
Source99: python-Whoosh.rpmlintrc
# PATCH-FIX-UPSTREAM NullMatcherClass-hashable.patch gh#whoosh-community/whoosh#570 mcepl@suse.com
# NullMatcherClass needs __hash__ method as well for Sphinx4 compatiblity.
Patch0: NullMatcherClass-hashable.patch