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:
@@ -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
1
python-Whoosh.rpmlintrc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
addFilter("files-duplicate\s*/usr/share/doc/packages/python-Whoosh-doc/html")
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user