Accepting request 901293 from home:mike-fabian

- Update to 2.11.5
- Resolves: rhbz#1970626 Ensure enum.Flag's obj._value_ is an integer
  Thanks to Miro Hrončok!
- Use version.parse from packaging instead of LooseVersion from distutils.version
  (To fix a deprecation warning, see: https://www.python.org/dev/peps/pep-0632/)
- Update py-compile to the version from automake-1.16
  (To fix DeprecationWarning: the imp module is deprecated in favour of
  importlib and slated for removal in Python 3.12;)

OBS-URL: https://build.opensuse.org/request/show/901293
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-typing-booster?expand=0&rev=139
This commit is contained in:
Mike FABIAN 2021-06-22 08:00:09 +00:00 committed by Git OBS Bridge
parent c0f1841ec8
commit e439516564
4 changed files with 20 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jun 21 18:05:21 UTC 2021 - maiku.fabian@gmail.com
- Update to 2.11.5
- Resolves: rhbz#1970626 Ensure enum.Flag's obj._value_ is an integer
Thanks to Miro Hrončok!
- Use version.parse from packaging instead of LooseVersion from distutils.version
(To fix a deprecation warning, see: https://www.python.org/dev/peps/pep-0632/)
- Update py-compile to the version from automake-1.16
(To fix DeprecationWarning: the imp module is deprecated in favour of
importlib and slated for removal in Python 3.12;)
-------------------------------------------------------------------
Thu Apr 29 16:32:25 UTC 2021 - maiku.fabian@gmail.com

View File

@ -15,7 +15,7 @@
#
Name: ibus-typing-booster
Version: 2.11.4
Version: 2.11.5
Release: 0
Summary: An input completion utility
License: GPL-3.0+
@ -42,6 +42,8 @@ BuildRequires: appstream-glib
BuildRequires: glib2
BuildRequires: gtk3
BuildRequires: xorg-x11-server
# Require python3-setuptools because of “from packing import version”:
BuildRequires: python3-setuptools
%if 0%{?sle_version} >= 120200
BuildRequires: python3-pyxdg
%endif
@ -69,6 +71,8 @@ Requires: python3 >= 3.3
Requires: dbus-1-python3
Requires: python3-distro
Requires: python3-pyenchant
# Require python3-setuptools because of “from packing import version”:
Requires: python3-setuptools
# Workaround bug with python3-enchant: https://bugzilla.opensuse.org/show_bug.cgi?id=1141993
Requires: enchant-1-backend
Requires: python3-pyxdg