diff mbox series

[AUH] python3-pandas: upgrading to 2.1.2 FAILED

Message ID 0101018b97fb153b-111b8a00-6bad-401a-a344-8a149e5f6f4a-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-pandas: upgrading to 2.1.2 FAILED | 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-pandas* to *2.1.2* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-python3-pandas-upgrade-2.0.3-2.1.2.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 5bc0bd2ef8b598684c321f60a00719a9121e7606 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 23:04:40 +0000
Subject: [PATCH] python3-pandas: upgrade 2.0.3 -> 2.1.2

---
 .../python/{python3-pandas_2.0.3.bb => python3-pandas_2.1.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pandas_2.0.3.bb => python3-pandas_2.1.2.bb} (92%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb b/meta-python/recipes-devtools/python/python3-pandas_2.1.2.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb
rename to meta-python/recipes-devtools/python/python3-pandas_2.1.2.bb
index 87a173c8a..ed96d07fe 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_2.1.2.bb
@@ -6,7 +6,7 @@  HOMEPAGE = "http://pandas.pydata.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=cb819092901ddb13a7d0a4f5e05f098a"
 
-SRC_URI[sha256sum] = "c02f372a88e0d17f36d3093a644c73cfc1788e876a7c4bcb4020a77512e2043c"
+SRC_URI[sha256sum] = "52897edc2774d2779fbeb6880d2cfb305daa0b1a29c16b91f531a18918a6e0f3"
 
 inherit pypi setuptools3