diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-01-08 11:38:47 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-08 08:02:09 -0800 |
commit | 53ceab0e1f37693871002cf9147501953899a1a3 (patch) | |
tree | 3cf984cf8065421037912015c22e8372468be5c2 /meta-python | |
parent | d29b3f2b102678926fb35d205889d0aee2304114 (diff) | |
download | meta-openembedded-53ceab0e1f37693871002cf9147501953899a1a3.tar.gz |
python3-kivy: Upgrade 2.3.0 -> 2.3.1
Upgrade to release 2.3.1:
- [Backport devel-2.3.x] Fix PyInstaller hooks to work with v6.x.x
- Remove duplicated code block for dependency management (applies
to stable branches only)
- [Backport devel-2.3.x] Bump SDL2 deps versions to latest
available releases (macOS, Linux, Windows)
- [Backport devel-2.3.x] Fix issue with CompoundSelectionBehavior
silently ignoring ValueError in on_selected_nodes event
- [Backport devel-2.3.x] Label: Prevent overwriting disabled_color
attribute when color is updated
- [Backport devel-2.3.x] Fix ConfigParser.write error with when
--save is supplied as an argument
- [Backport devel-2.3.x] Update monitor module to use dp
- [Backport devel-2.3.x] Rename CaptureDelegate to
KivyCaptureDelegate in AVFoundationCamera to avoid duplicated
symbols
- [Backport devel-2.3.x] avplayer audio provider: Fixes seek and
state on iOS and macOS
- [Backport devel-2.3.x] Fix numpy float/int error when using
CameraAndroid.decode_frame
- [Backport devel-2.3.x] Use filetype as imghdr built-in module is
deprecated and slated for removal in Python 3.13
- [Backport devel-2.3.x] Updated ES vkeyboard layout to resemble a
real ES keyboard layout
- [Backport devel-2.3.x] Fix xsel import when clipboard is empty,
and add timeout failsafe
- [Backport devel-2.3.x] Fix SDL_EventFilter definitions to match
SDL definitions (fixes build on GCC 14)
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb index 4c09e5d9e3..e64a62bd36 100644 --- a/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/kivy/kivy.git;protocol=https;branch=stable \ | |||
14 | file://0001-add-support-for-glesv2.patch \ | 14 | file://0001-add-support-for-glesv2.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRCREV = "9ef218027178115a66b417ae34b21f488bdd3617" | 17 | SRCREV = "20d74dcd30f143abbd1aa94c76bafc5bd934d5bd" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||