forked from pool/python-pyenchant
Fix metadata
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=29
This commit is contained in:
@@ -5,6 +5,7 @@ Thu May 21 15:30:38 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|||||||
- Add enchant.get_user_config_dir()
|
- Add enchant.get_user_config_dir()
|
||||||
- Fix: enchant.get_enchant_version() now returns a str,
|
- Fix: enchant.get_enchant_version() now returns a str,
|
||||||
not some bytes
|
not some bytes
|
||||||
|
- Skip test test_docstrings (gh#pyenchant/pyenchant#203)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 20 08:06:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Fri Mar 20 08:06:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
@@ -66,7 +66,8 @@ rm -rf website .github archive tools
|
|||||||
%check
|
%check
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
%python_exec -c 'import enchant; print(vars(enchant.Dict()))'
|
%python_exec -c 'import enchant; print(vars(enchant.Dict()))'
|
||||||
%pytest
|
# gh#pyenchant/pyenchant#203
|
||||||
|
%pytest -k 'not test_docstrings'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Reference in New Issue
Block a user