diff mbox series

[AUH] python3-zipp: upgrading to 3.23.1 SUCCEEDED

Message ID 0101019d91756a4d-3fd01231-f90a-4274-a4e3-d1eced670b6a-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-zipp: upgrading to 3.23.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org April 15, 2026, 2:04 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-zipp* to *3.23.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-zipp-upgrade-3.23.0-3.23.1.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 021d6d43a9d839004a5c3379903f78cd6832c735 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
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 mbox series

Patch

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 holders>
+# +Copyright (c) 2026 <copyright holders>
+#  
+#  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"