Accepting request 1299336 from home:mcalabkova:branches:devel:languages:python

- Switch to fork under development and update to 2.7.5
  * test_bigfacet.py: print() is a function in Python 3
  * remove duplicate_plugin WhitespacePlugin
  * [RFC] Give SegmentWriter a cachable Searcher
  * Add support for wildcard regex tokenization
  * Fixed several errors and added support for the Sweep AI and
    Codecov bots
  * Update Python version in setup.py classifiers & fix indent
  * Improved documentation deployment and added additional locations
    where it can be found as backup
- Drop merged patches:
  * pytest4.patch
  * py2encoding.patch
  * docs-Update-intersphinx_mapping.patch

OBS-URL: https://build.opensuse.org/request/show/1299336
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=34
This commit is contained in:
2025-08-14 09:17:48 +00:00
committed by Git OBS Bridge
parent 5b38e0e1f9
commit 3c79d556ea
7 changed files with 33 additions and 114 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Aug 13 16:28:13 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Switch to fork under development and update to 2.7.5
* test_bigfacet.py: print() is a function in Python 3
* remove duplicate_plugin WhitespacePlugin
* [RFC] Give SegmentWriter a cachable Searcher
* Add support for wildcard regex tokenization
* Fixed several errors and added support for the Sweep AI and
Codecov bots
* Update Python version in setup.py classifiers & fix indent
* Improved documentation deployment and added additional locations
where it can be found as backup
- Drop merged patches:
* pytest4.patch
* py2encoding.patch
* docs-Update-intersphinx_mapping.patch
-------------------------------------------------------------------
Fri Jun 13 02:44:41 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>