15
0

4 Commits

Author SHA256 Message Date
1d2557371e Accepting request 1319664 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1319664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=24
2025-11-25 14:50:23 +00:00
4691a2a809 - Update to 3.3.0
* Add tokenizer for the German language
  * Improve support for macOS M1 architecture
  * Add support for Python 3.11, 3.12 and 3.13
  * Bump minimum required Python version to 3.9
  * Numerous documentation updates
  * Start adding type annotations (still a work in progress)
  * For the `enchant.checker` package: always setup SpellChecker.
  * Display project urls on ``pypi.org``
  * Sort all imports with ``isort``
  * Numerous tests cleanups
  * Update FSF address in LICENSE.txt
  * Windows wheels:
    * Use ``enchant`` archive generated from GitHub Actions
    * Bmup ``enchant`` from 2.2.7 to 3.4.4
  * Publish packages from GitHub Actions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=42
2025-11-24 08:51:06 +00:00
8c9f27ce02 Accepting request 1221726 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1221726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=23
2024-11-07 15:23:50 +00:00
3472b568c0 - Skip two tests failing with new enchant
* https://github.com/pyenchant/pyenchant/issues/313

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=40
2024-11-06 10:43:05 +00:00
4 changed files with 32 additions and 5 deletions

Binary file not shown.

3
pyenchant-3.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:625f5d2e85a2c836c2729b5853f571fe8c6e5326e3e155fddaea2d98d62d1ff8
size 77934

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Nov 20 12:32:02 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.3.0
* Add tokenizer for the German language
* Improve support for macOS M1 architecture
* Add support for Python 3.11, 3.12 and 3.13
* Bump minimum required Python version to 3.9
* Numerous documentation updates
* Start adding type annotations (still a work in progress)
* For the `enchant.checker` package: always setup SpellChecker.
* Display project urls on ``pypi.org``
* Sort all imports with ``isort``
* Numerous tests cleanups
* Update FSF address in LICENSE.txt
* Windows wheels:
* Use ``enchant`` archive generated from GitHub Actions
* Bmup ``enchant`` from 2.2.7 to 3.4.4
* Publish packages from GitHub Actions
-------------------------------------------------------------------
Wed Nov 6 10:39:46 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Skip two tests failing with new enchant
* https://github.com/pyenchant/pyenchant/issues/313
-------------------------------------------------------------------
Mon Mar 11 17:11:43 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pyenchant
Version: 3.2.2
Version: 3.3.0
Release: 0
Summary: Python bindings for the Enchant spellchecking system
License: LGPL-2.1-or-later
@@ -72,7 +72,8 @@ ignore=""
# bsc#1221034
ignore="--ignore tests/test_multiprocessing.py"
%endif
%pytest $ignore
# two tests fail with enchant 2.5.0+, upstream is almost dead https://github.com/pyenchant/pyenchant/issues/313
%pytest $ignore -k "not (pwl and (test_suggestions or test_dwpwl))"
%files %{python_files}
%license LICENSE.txt