From 7a0fa9a6884191627311b4c5f6313de2cba3c4ff Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 10 Apr 2025 23:04:51 +0200 Subject: [PATCH] python3-imageio-ffmpeg: update - license year change --- recipes-devtools/python/python3-imageio-ffmpeg_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-devtools/python/python3-imageio-ffmpeg_git.bb b/recipes-devtools/python/python3-imageio-ffmpeg_git.bb index db859e1..6a05ee6 100644 --- a/recipes-devtools/python/python3-imageio-ffmpeg_git.bb +++ b/recipes-devtools/python/python3-imageio-ffmpeg_git.bb @@ -1,13 +1,13 @@ SUMMARY = "FFMPEG wrapper for Python" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6c357400c52c80176e076a6d9eaed6d2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4c1d517105fede816785b75e91a3a1e5" -SRC_URI = "git://github.com/imageio/imageio-ffmpeg.git;protocol=https;branch=master" +SRC_URI = "git://github.com/imageio/imageio-ffmpeg.git;protocol=https;branch=main" inherit python_setuptools_build_meta S = "${WORKDIR}/git" -PV = "0.5.1" -SRCREV = "b53cbc534f19df1496b516974f32bc3d4c25d3cc" +PV = "0.6.0" +SRCREV = "ae47d8028c237ca5507ceef1b843ee427b442887" RDEPENDS:${PN} += "ffmpeg python3-imageio"