summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-01-09 15:51:21 +0200
committerKhem Raj <raj.khem@gmail.com>2024-01-09 07:04:31 -0800
commit57f8d6e1dfea905547c89f5d5b7a95d019b79574 (patch)
treea318cacf4cb706dc60e5a9f8dbfaffa7c2680277 /meta-python
parent1192917fbfd3bdfb0e5bd2834dfcb6a4d236e943 (diff)
downloadmeta-openembedded-57f8d6e1dfea905547c89f5d5b7a95d019b79574.tar.gz
python3-kivy: Upgrade 2.2.1 -> 2.3.0
Upgrade to version 2.3.0: - core-providers (audio): removes deprecated status property - core-providers (audio): removes deprecated filename property - core-providers (window): Removes deprecated toggle_fullscreen method - Add graphics with antialiasing: SmoothRectangle, SmoothEllipse, SmoothRoundedRectangle, SmoothQuad and SmoothTriangle - Linux dependencies: Build libpng16 for freetype so can render colored emoji - Remove the extra position added to undo list while using Shift key - macOS dependencies: Build libpng16 for freetype, so can render colored emoji - Honour multiline=True/False while pasting, Fix Scroll after backspace and undo. - Added spanish layout json for the vkeyboard - Pillow text provider: use get_bbox when get_size is not available. Allows latest versions of pillow to work along with older ones. License-Update: Copyright year changes 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.0.bb (renamed from meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb b/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb
index a72ee14f6c..9e791c6e78 100644
--- a/meta-python/recipes-devtools/python/python3-kivy_2.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Open source Python library for rapid development of applications \
2 that make use of innovative user interfaces, such as multi-touch apps." 2 that make use of innovative user interfaces, such as multi-touch apps."
3HOMEPAGE = "https://kivy.org/" 3HOMEPAGE = "https://kivy.org/"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=ed5cd0f2cfda42852c332e3b88c85fea" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=6d3bc49400e35d5a2279d14c40dcfb09"
6 6
7inherit setuptools3 pkgconfig features_check 7inherit setuptools3 pkgconfig features_check
8PIP_INSTALL_PACKAGE = "Kivy" 8PIP_INSTALL_PACKAGE = "Kivy"
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/kivy/kivy.git;protocol=https;branch=stable \
15 file://0001-add-support-for-glesv2.patch \ 15 file://0001-add-support-for-glesv2.patch \
16 " 16 "
17 17
18SRCREV = "344768bfefd2e8f5302cc9dfb8ca41991ce6f7e7" 18SRCREV = "9ef218027178115a66b417ae34b21f488bdd3617"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21