diff --git a/pyenchant-3.0.1.tar.gz b/pyenchant-3.0.1.tar.gz deleted file mode 100644 index 9951df6..0000000 --- a/pyenchant-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4606fb3c8de3e2ca005adbde21518c8e3bd05e8affdc82ded3c9780fc3a7d891 -size 75730 diff --git a/pyenchant-3.1.0.tar.gz b/pyenchant-3.1.0.tar.gz new file mode 100644 index 0000000..def3418 --- /dev/null +++ b/pyenchant-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27e9c473b9566f9874edbaa3f53e1fb76495a24cc48caa5cce24836921c0522 +size 75012 diff --git a/python-pyenchant.changes b/python-pyenchant.changes index 09e7aed..aeb95cd 100644 --- a/python-pyenchant.changes +++ b/python-pyenchant.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 21 15:30:38 UTC 2020 - Matej Cepl + +- 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 diff --git a/python-pyenchant.spec b/python-pyenchant.spec index 583718a..16bb986 100644 --- a/python-pyenchant.spec +++ b/python-pyenchant.spec @@ -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