From 021d6d43a9d839004a5c3379903f78cd6832c735 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 09:15:44 +0000 Subject: [PATCH] python3-zipp: upgrade 3.23.0 -> 3.23.1 --- ...-zipp_3.23.0.bb => python3-zipp_3.23.1.bb} | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-zipp_3.23.0.bb => python3-zipp_3.23.1.bb} (29%) diff --git a/meta/recipes-devtools/python/python3-zipp_3.23.0.bb b/meta/recipes-devtools/python/python3-zipp_3.23.1.bb similarity index 29% rename from meta/recipes-devtools/python/python3-zipp_3.23.0.bb rename to meta/recipes-devtools/python/python3-zipp_3.23.1.bb index 31420dcb83..6e51772347 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.23.0.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.23.1.bb @@ -1,9 +1,30 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,6 +1,6 @@ +# MIT License +# +# -Copyright (c) 2025 +# +Copyright (c) 2026 +# +# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and +# associated documentation files (the "Software"), to deal in the Software without restriction, including +# +# + SUMMARY = "Backport of pathlib-compatible object wrapper for zip files" HOMEPAGE = "https://github.com/jaraco/zipp" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1aeae65f25a15b1e46d4381f2f094e0a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2e21c3f75eb8d9427c8a611a8e83e9d6" -SRC_URI[sha256sum] = "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" +SRC_URI[sha256sum] = "32120e378d32cd9714ad503c1d024619063ec28aad2248dc6672ad13edfa5110" DEPENDS += "python3-setuptools-scm-native python3-coherent-licensed-native" -- 2.47.1