1
0

Accepting request 810504 from devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/810504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=18
This commit is contained in:
2020-06-11 12:37:39 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 6 deletions
+10
View File
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun May 31 18:31:14 UTC 2020 - Matej Cepl <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 15:30:38 UTC 2020 - Matej Cepl <mcepl@suse.com>
+2 -3
View File
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pyenchant
Version: 3.1.0
Version: 3.1.1
Release: 0
Summary: Python bindings for the Enchant spellchecking system
License: LGPL-2.1-or-later
@@ -66,8 +66,7 @@ rm -rf website .github archive tools
%check
export LANG=en_US.UTF-8
%python_exec -c 'import enchant; print(vars(enchant.Dict()))'
# gh#pyenchant/pyenchant#203
%pytest -k 'not test_docstrings'
%pytest
%files %{python_files}
%license LICENSE.txt
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.