diff --git a/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch b/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch index 9c61f0bdee..114034a6a9 100644 --- a/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch +++ b/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch @@ -15,20 +15,20 @@ Signed-off-by: Leon Anavi --- a/api/python/build-requirements.txt +++ b/api/python/build-requirements.txt @@ -1,10 +1,10 @@ --tomli==2.2.1 --scikit-build-core==0.11.1 -+tomli>=2.2.1 -+scikit-build-core>=0.11.1 +-tomli==2.4.1 +-scikit-build-core==1.0.3 ++tomli>=2.4.1 ++scikit-build-core>=1.0.3 # For Ninja: msvc.msvc14_get_vc_env --setuptools==70.2.0 -+setuptools>=70.2.0 +-setuptools==83.0.0 ++setuptools>=83.0.0 # For the "env" feature --pydantic==2.11.3 -+pydantic>=2.11.3 +-pydantic==2.13.4 ++pydantic>=2.13.4 # Implicit from scikit-build-core --pathspec==0.12.1 --build==1.2.1 --wheel==0.45.1 -+pathspec>=0.12.1 -+build>=1.2.1 -+wheel>=0.45.1 +-pathspec==1.1.1 +-build==1.5.1 +-wheel==0.47.0 ++pathspec>=1.1.1 ++build>=1.5.1 ++wheel>=0.47.0 diff --git a/meta-python/recipes-devtools/python/python3-lief_0.17.3.bb b/meta-python/recipes-devtools/python/python3-lief_1.0.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-lief_0.17.3.bb rename to meta-python/recipes-devtools/python/python3-lief_1.0.0.bb index fe954e1b32..e6f155d5f3 100644 --- a/meta-python/recipes-devtools/python/python3-lief_0.17.3.bb +++ b/meta-python/recipes-devtools/python/python3-lief_1.0.0.bb @@ -2,12 +2,12 @@ SUMMARY = "Library to instrument executable formats" DESCRIPTION = "LIEF: Library to Instrument Executable Formats" HOMEPAGE = "https://github.com/lief-project/LIEF" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9ab5db472ff936b441055522f5000547" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c43f89548372352eb04f30367ec7a0f3" SECTION = "libs" -SRCREV = "03aca30b53db2f336b36f90843061bb3f840ff5a" +SRCREV = "d05b3499b6934137e917c009a4df0a9dc8cb11c5" SRC_URI = " \ - git://github.com/lief-project/LIEF.git;protocol=https;branch=release/0.17.x;tag=${PV} \ + git://github.com/lief-project/LIEF.git;protocol=https;branch=main;tag=${PV} \ file://0001-build-requirements.txt-Allow-newer-versions.patch \ file://0002-api-python-config-default.toml-Debug.patch \ "