Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1d2557371e | |||
| 4691a2a809 |
BIN
pyenchant-3.2.2.tar.gz
LFS
BIN
pyenchant-3.2.2.tar.gz
LFS
Binary file not shown.
3
pyenchant-3.3.0.tar.gz
Normal file
3
pyenchant-3.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:625f5d2e85a2c836c2729b5853f571fe8c6e5326e3e155fddaea2d98d62d1ff8
|
||||
size 77934
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user