Accepting request 808026 from devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/808026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=17
This commit is contained in:
Yuchen Lin 2020-05-28 07:08:49 +00:00 committed by Git OBS Bridge
commit ae2f4ed9f6
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4606fb3c8de3e2ca005adbde21518c8e3bd05e8affdc82ded3c9780fc3a7d891
size 75730

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 21 15:30:38 UTC 2020 - Matej Cepl <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 08:06:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pyenchant
Version: 3.0.1
Version: 3.1.0
Release: 0
Summary: Python bindings for the Enchant spellchecking system
License: LGPL-2.1-or-later
@ -65,7 +65,9 @@ rm -rf website .github archive tools
%check
export LANG=en_US.UTF-8
%pytest
%python_exec -c 'import enchant; print(vars(enchant.Dict()))'
# gh#pyenchant/pyenchant#203
%pytest -k 'not test_docstrings'
%files %{python_files}
%license LICENSE.txt