diff --git a/pyenchant-3.2.0.tar.gz b/pyenchant-3.2.0.tar.gz deleted file mode 100644 index e77f307..0000000 --- a/pyenchant-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3195bfc5cfbdeb8a60f9484390c2c982e59dd220d6f9a5f8418ba67551ead01a -size 75395 diff --git a/pyenchant-3.2.2.tar.gz b/pyenchant-3.2.2.tar.gz new file mode 100644 index 0000000..8729468 --- /dev/null +++ b/pyenchant-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd107d7a51b77277d7605dd6df113e818efe9c7ac10ea03aadf65055edef1c04 +size 75565 diff --git a/python-pyenchant.changes b/python-pyenchant.changes index 3ed7923..140a7ca 100644 --- a/python-pyenchant.changes +++ b/python-pyenchant.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 1 07:59:05 UTC 2021 - Steve Kowalik + +- 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 diff --git a/python-pyenchant.spec b/python-pyenchant.spec index c8c14f3..be5bf0a 100644 --- a/python-pyenchant.spec +++ b/python-pyenchant.spec @@ -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}