- Update to 3.2.2:

* Add support for Python 3.10
  * Fix ``Dict.__del__`` sometimes raising `TypeError` upon exit.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=35
This commit is contained in:
Steve Kowalik 2021-12-01 08:00:18 +00:00 committed by Git OBS Bridge
parent 494d02432e
commit 1892228500
4 changed files with 11 additions and 5 deletions

View File

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

BIN
pyenchant-3.2.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 1 07:59:05 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.2.2:
* Add support for Python 3.10
* Fix ``Dict.__del__`` sometimes raising `TypeError` upon exit.
-------------------------------------------------------------------
Fri Jan 22 04:08:10 UTC 2021 - John Vandenberg <jayvdb@gmail.com>

View File

@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pyenchant
Version: 3.2.0
Version: 3.2.2
Release: 0
Summary: Python bindings for the Enchant spellchecking system
License: LGPL-2.1-or-later
Group: Development/Languages/Python
URL: https://pyenchant.github.io/pyenchant
Source: https://github.com/pyenchant/pyenchant/archive/v%{version}.tar.gz#/pyenchant-%{version}.tar.gz
BuildRequires: %{python_module pytest}