From 3b3ad0dfc98084ba16f64d7f5f2786c2039b5348a02cde771f9525bbce06cdc7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 31 May 2020 18:34:13 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-pyenchant?expand=0&rev=31 --- pyenchant-3.1.0.tar.gz | 3 --- pyenchant-3.1.1.tar.gz | 3 +++ python-pyenchant.changes | 10 ++++++++++ python-pyenchant.spec | 5 ++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 pyenchant-3.1.0.tar.gz create mode 100644 pyenchant-3.1.1.tar.gz diff --git a/pyenchant-3.1.0.tar.gz b/pyenchant-3.1.0.tar.gz deleted file mode 100644 index def3418..0000000 --- a/pyenchant-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a27e9c473b9566f9874edbaa3f53e1fb76495a24cc48caa5cce24836921c0522 -size 75012 diff --git a/pyenchant-3.1.1.tar.gz b/pyenchant-3.1.1.tar.gz new file mode 100644 index 0000000..352cf65 --- /dev/null +++ b/pyenchant-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced3a776116e63ed7e496401ed23ac4ba52ac7942cd808492e8e654b27dccacd +size 75156 diff --git a/python-pyenchant.changes b/python-pyenchant.changes index aeb95cd..0fb3a9a 100644 --- a/python-pyenchant.changes +++ b/python-pyenchant.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun May 31 18:31:14 UTC 2020 - Matej Cepl + +- 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 diff --git a/python-pyenchant.spec b/python-pyenchant.spec index 16bb986..85f9253 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.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