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,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 14 10:19:14 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Silence reporting unavoidable duplicates.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 13 16:28:13 UTC 2025 - Markéta Machová <mmachova@suse.com> Wed Aug 13 16:28:13 UTC 2025 - Markéta Machová <mmachova@suse.com>

1
python-Whoosh.rpmlintrc Normal file
View File

@@ -0,0 +1 @@
addFilter("files-duplicate\s*/usr/share/doc/packages/python-Whoosh-doc/html")

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-Whoosh # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Summary: Pure-Python full text indexing, search, and spell checking library
License: BSD-2-Clause License: BSD-2-Clause
URL: https://github.com/Sygil-Dev/whoosh-reloaded 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 # PATCH-FIX-UPSTREAM NullMatcherClass-hashable.patch gh#whoosh-community/whoosh#570 mcepl@suse.com
# NullMatcherClass needs __hash__ method as well for Sphinx4 compatiblity. # NullMatcherClass needs __hash__ method as well for Sphinx4 compatiblity.
Patch0: NullMatcherClass-hashable.patch Patch0: NullMatcherClass-hashable.patch