diff mbox series

[AUH] python3-xlsxwriter: upgrading to 3.1.9 SUCCEEDED

Message ID 0101018b97fb1da0-a5412c8c-255b-4c1f-ae44-ede9e6f373cd-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-xlsxwriter: upgrading to 3.1.9 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 1:38 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-xlsxwriter* to *3.1.9* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-xlsxwriter-upgrade-3.1.8-3.1.9.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 0be3182ad6abe2299a14f832b2231adf7ea219b3 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 01:26:57 +0000
Subject: [PATCH] python3-xlsxwriter: upgrade 3.1.8 -> 3.1.9

---
 ...{python3-xlsxwriter_3.1.8.bb => python3-xlsxwriter_3.1.9.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-xlsxwriter_3.1.8.bb => python3-xlsxwriter_3.1.9.bb} (82%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.9.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb
rename to meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.9.bb
index 06797f485..ee7dab35c 100644
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.8.bb
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.1.9.bb
@@ -16,6 +16,6 @@  RDEPENDS:${PN} += " \
 	python3-io \
 "
 
-SRC_URI[sha256sum] = "059d0786fbfa3055588e81e9d5acf4ace28394bf09353a31ae2cae635740fc15"
+SRC_URI[sha256sum] = "de810bf328c6a4550f4ffd6b0b34972aeb7ffcf40f3d285a0413734f9b63a929"
 
 BBCLASSEXTEND = "native nativesdk"