Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Whoosh for openSUSE:Factory checked in at 2025-06-13 18:43:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Whoosh (Old) and /work/SRC/openSUSE:Factory/.python-Whoosh.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Whoosh" Fri Jun 13 18:43:25 2025 rev:12 rq:1285284 version:2.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Whoosh/python-Whoosh.changes 2024-09-13 14:26:19.215797106 +0200 +++ /work/SRC/openSUSE:Factory/.python-Whoosh.new.19631/python-Whoosh.changes 2025-06-13 18:43:40.782516722 +0200 @@ -1,0 +2,6 @@ +Fri Jun 13 02:44:41 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Whoosh.spec ++++++ --- /var/tmp/diff_new_pack.acsTJP/_old 2025-06-13 18:43:41.522546992 +0200 +++ /var/tmp/diff_new_pack.acsTJP/_new 2025-06-13 18:43:41.526547156 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Whoosh # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,6 @@ Release: 0 Summary: Pure-Python full text indexing, search, and spell checking library License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/whoosh-community/whoosh/ Source: https://files.pythonhosted.org/packages/source/W/Whoosh/Whoosh-%{version}.tar.gz # upstream in completely unrelated https://github.com/whoosh-community/whoosh/commit/b43e5a432109 @@ -35,7 +34,9 @@ # PATCH-FIX-UPSTREAM docs-Update-intersphinx_mapping.patch gh#whoosh-community/whoosh#582 # fix intersphinx_mapping Patch3: docs-Update-intersphinx_mapping.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx @@ -77,11 +78,11 @@ sed -i -e 's/\r$//' docs/source/api/filedb/{filestore,filetables,structfile}.rst %build -%python_build +%pyproject_wheel sphinx-build -b html -d docs/build/doctrees docs/source docs/build/html %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -92,7 +93,8 @@ %files %{python_files} %license LICENSE.txt %doc README.txt -%{python_sitelib}/* +%{python_sitelib}/whoosh +%{python_sitelib}/[Ww]hoosh-%{version}.dist-info %if 0%{?suse_version} > 1500 %files -n python-Whoosh-doc