Update to 3.3.0 (rhbz#2395062)
This commit is contained in:
parent
8aecb213ce
commit
5e5c32221f
3 changed files with 5 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@ pyenchant-1.3.1.tar.gz
|
|||
/pyenchant-3.2.0.tar.gz
|
||||
/pyenchant-3.2.1.tar.gz
|
||||
/pyenchant-3.2.2.tar.gz
|
||||
/pyenchant-3.3.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global srcname enchant
|
||||
|
||||
Name: python-enchant
|
||||
Version: 3.2.2
|
||||
Version: 3.3.0
|
||||
Release: %autorelease
|
||||
Summary: Python bindings for Enchant spellchecking library
|
||||
|
||||
|
|
@ -34,6 +34,8 @@ library by Dom Lachowicz.
|
|||
|
||||
%prep
|
||||
%autosetup -p1 -n py%{srcname}-%{version}
|
||||
# Workaround for https://github.com/pyenchant/pyenchant/issues/326
|
||||
sed -i "/size=wxSpellCheckerDialog\.sz/s/wxSpellCheckerDialog\.//" enchant/checker/wxSpellCheckerDialog.py
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (pyenchant-3.2.2.tar.gz) = 65dd6abf51f7dd45d9879c63d9a1d34a4682ef37da961d0eb41849c6bbb707d94d079f5581b5f695a01fd9a9b68e9456d487b4423ed8382882f22eeeb6b080f8
|
||||
SHA512 (pyenchant-3.3.0.tar.gz) = b9d70697623415314d1ba145d02e8b6e37da19ad04efca5fd114c814cce9f12d0899751ec620efc6ada347754a28075ad351e81db3cf0165c4f3aad5b5ee5086
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue