- Update to version 3.1.0:

- Add enchant.get_user_config_dir()
  - Fix: enchant.get_enchant_version() now returns a str,
    not some bytes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=27
This commit is contained in:
Matej Cepl 2020-05-21 15:37:03 +00:00 committed by Git OBS Bridge
parent 7551f45bcb
commit d7b4bd06d6
4 changed files with 12 additions and 4 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,11 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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