Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-pyenchant | Distribution: SUSE Linux Framework One |
Version: 3.2.2 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.4 | Build date: Mon Mar 11 18:11:43 2024 |
Group: Unspecified | Build host: reproducible |
Size: 427439 | Source RPM: python-pyenchant-3.2.2-slfo.1.1.4.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://pyenchant.github.io/pyenchant | |
Summary: Python bindings for the Enchant spellchecking system |
PyEnchant is a spellchecking library for Python, based on the excellent Enchant library.
LGPL-2.1-or-later
* Mon Mar 11 2024 daniel.garcia@suse.com - Skip problematic multprocessing test for ALP, bsc#1221034 * Sat Sep 30 2023 code@bnavigator.de - Move to PEP517 - Add sle15_python_module_pythons (for mygnuhealth) * Wed Dec 01 2021 steven.kowalik@suse.com - Update to 3.2.2: * Add support for Python 3.10 * Fix ``Dict.__del__`` sometimes raising `TypeError` upon exit. * Fri Jan 22 2021 jayvdb@gmail.com - Update to v3.2.0 * Add support for Python 3.9 * Add trove classifiers for all supported Python versions * Run ``pyupgrade`` across the code base * Update documentation about MacPorts * Sun May 31 2020 mcepl@suse.com - Update to version 3.1.1: - On Windows, set PATH instead of calling SetDllDirectory before loading the Enchant C library. This allows PyEnchant to co-exist with other libraries in the same program. Fix gh#pyenchant/pyenchant#207. - Hopefully fix gh#pyenchant/pyenchant#203 as well. * Thu May 21 2020 mcepl@suse.com - Update to version 3.1.0: - Add enchant.get_user_config_dir() - Fix: enchant.get_enchant_version() now returns a str, not some bytes - Skip test test_docstrings (gh#pyenchant/pyenchant#203) * Fri Mar 20 2020 mcalabkova@suse.com - Update to version 3.0.1 * Uncouple PyEnchant version from the Enchant version. This release should be compatible with Enchant 1.6 to 2.2 * Fix using PyEnchant with Enchant >= 2.0 * Add support for pypy3, Python 3.7 and Python 3.8 * New website, hosted on https://pyenchant.github.io/pyenchant/ * Add enchant.set_prefix_dir() * Drop support for Python2 - Drop obsolete patch enchant2.patch * Fri Jul 19 2019 alarrosa@suse.com - Modified enchant2.patch so the enchant-2 library is used when both enchant 1 and enchant 2 are installed on the system (boo#1141993). * Tue Jan 08 2019 alarrosa@suse.com - Use enchant 1 in SLE 15/Leap 15 * Fri Aug 24 2018 tchvatal@suse.com - Update to 2.0.0: * Support for enchant2, py3 fixes - Add patch to prefer enchant2 when both available: * enchant2.patch * Thu Aug 31 2017 toddrme2178@gmail.com - update to version 1.6.11 * No changelog * Thu Aug 24 2017 jmatejek@suse.com - singlespec auto-conversion * Mon May 11 2015 benoit.monin@gmx.fr - update to version 1.6.6: * compatibility with latest python releases * "wheels" replace "eggs" as the binary distribution format of choice * fix possible text corruption when using SpellChecker with a Chunker - drop pyenchant-drop-bootstrap-distribute.patch: fixed upstream * Sat Sep 14 2013 os-dev@jacraig.com - Add pyenchant-drop-bootstrap-distribute.patch: don't use the distribute bootstrapping code, just use setuptools. Fixes build that was broken by the attempt to download distribute. * Fri May 04 2012 toddrme2178@gmail.com - Add full url to source - Make python 3 package noarch like the python 2 package - Fix rpmlint warnings * Mon Apr 30 2012 toddrme2178@gmail.com - Add python 3 package - Clean up python 2 spec file * Mon Feb 27 2012 cfarrell@suse.com - license update: LGPL-2.1+ No reason to believe that the package author restricted licensing to only version 2.1 of the LGPL. As such LGPL-2.1+ is the better choice * Mon Feb 20 2012 saschpe@suse.de - Spec file cleanup: * Simplified macro usage * Removed outdated %clean section * Set SPDX-style license * No CFLAGS for noarch package * Fri Apr 15 2011 saschpe@suse.de - Initial version 1.6.5 - Obsoletes package 'python-enchant'
/usr/lib/python3.11/site-packages/enchant /usr/lib/python3.11/site-packages/enchant/__init__.py /usr/lib/python3.11/site-packages/enchant/__pycache__ /usr/lib/python3.11/site-packages/enchant/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/enchant/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/enchant/__pycache__/_enchant.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/enchant/__pycache__/_enchant.cpython-311.pyc /usr/lib/python3.11/site-packages/enchant/__pycache__/errors.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/enchant/__pycache__/errors.cpython-311.pyc /usr/lib/python3.11/site-packages/enchant/__pycache__/pypwl.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/enchant/__pycache__/pypwl.cpython-311.pyc /usr/lib/python3.11/site-packages/enchant/__pycache__/utils.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/enchant/__pycache__/utils.cpython-311.pyc /usr/lib/python3.11/site-packages/enchant/_enchant.py /usr/lib/python3.11/site-packages/enchant/checker /usr/lib/python3.11/site-packages/enchant/checker/CmdLineChecker.py /usr/lib/python3.11/site-packages/enchant/checker/GtkSpellCheckerDialog.py /usr/lib/python3.11/site-packages/enchant/checker/__init__.py /usr/lib/python3.11/site-packages/enchant/checker/__pycache__ /usr/lib/python3.11/site-packages/enchant/checker/__pycache__/CmdLineChecker.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/enchant/checker/__pycache__/CmdLineChecker.cpython-311.pyc /usr/lib/python3.11/site-packages/enchant/checker/__pycache__/GtkSpellCheckerDialog.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/enchant/checker/__pycache__/GtkSpellCheckerDialog.cpython-311.pyc /usr/lib/python3.11/site-packages/enchant/checker/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/enchant/checker/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/enchant/checker/__pycache__/wxSpellCheckerDialog.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/enchant/checker/__pycache__/wxSpellCheckerDialog.cpython-311.pyc /usr/lib/python3.11/site-packages/enchant/checker/wxSpellCheckerDialog.py /usr/lib/python3.11/site-packages/enchant/errors.py /usr/lib/python3.11/site-packages/enchant/pypwl.py /usr/lib/python3.11/site-packages/enchant/tokenize /usr/lib/python3.11/site-packages/enchant/tokenize/__init__.py /usr/lib/python3.11/site-packages/enchant/tokenize/__pycache__ /usr/lib/python3.11/site-packages/enchant/tokenize/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/enchant/tokenize/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/enchant/tokenize/__pycache__/en.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/enchant/tokenize/__pycache__/en.cpython-311.pyc /usr/lib/python3.11/site-packages/enchant/tokenize/en.py /usr/lib/python3.11/site-packages/enchant/utils.py /usr/lib/python3.11/site-packages/pyenchant-3.2.2.dist-info /usr/lib/python3.11/site-packages/pyenchant-3.2.2.dist-info/INSTALLER /usr/lib/python3.11/site-packages/pyenchant-3.2.2.dist-info/LICENSE.txt /usr/lib/python3.11/site-packages/pyenchant-3.2.2.dist-info/METADATA /usr/lib/python3.11/site-packages/pyenchant-3.2.2.dist-info/RECORD /usr/lib/python3.11/site-packages/pyenchant-3.2.2.dist-info/REQUESTED /usr/lib/python3.11/site-packages/pyenchant-3.2.2.dist-info/WHEEL /usr/lib/python3.11/site-packages/pyenchant-3.2.2.dist-info/top_level.txt /usr/share/doc/packages/python311-pyenchant /usr/share/doc/packages/python311-pyenchant/README.rst /usr/share/doc/packages/python311-pyenchant/TODO.txt /usr/share/licenses/python311-pyenchant /usr/share/licenses/python311-pyenchant/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 9 00:03:33 2024