diff mbox series

[AUH] python3-semver: upgrading to 3.0.1 FAILED

Message ID 20230712053140.6D84FC001B0@smtp.lore.kernel.org
State New
Headers show
Series [AUH] python3-semver: upgrading to 3.0.1 FAILED | expand

Commit Message

auh@moto-timo.dev July 12, 2023, 5:31 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-semver* to *3.0.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-python3-semver-upgrade-2.13.0-3.0.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 2e4343fc1e08f6cb1f75f6ba71fc0ec7d5d60912 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Tue, 11 Jul 2023 22:30:21 -0500
Subject: [PATCH] python3-semver: upgrade 2.13.0 -> 3.0.1

---
 ...mver_2.13.0.bb => python3-semver_3.0.1.bb} | 21 ++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-semver_2.13.0.bb => python3-semver_3.0.1.bb} (40%)
diff mbox series

Patch

From 2e4343fc1e08f6cb1f75f6ba71fc0ec7d5d60912 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Tue, 11 Jul 2023 22:30:21 -0500
Subject: [PATCH] python3-semver: upgrade 2.13.0 -> 3.0.1

---
 ...mver_2.13.0.bb => python3-semver_3.0.1.bb} | 21 ++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-semver_2.13.0.bb => python3-semver_3.0.1.bb} (40%)

diff --git a/meta-python/recipes-devtools/python/python3-semver_2.13.0.bb b/meta-python/recipes-devtools/python/python3-semver_3.0.1.bb
similarity index 40%
rename from meta-python/recipes-devtools/python/python3-semver_2.13.0.bb
rename to meta-python/recipes-devtools/python/python3-semver_3.0.1.bb
index b47bcae00..38652a3a0 100644
--- a/meta-python/recipes-devtools/python/python3-semver_2.13.0.bb
+++ b/meta-python/recipes-devtools/python/python3-semver_3.0.1.bb
@@ -1,11 +1,26 @@ 
+# 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:
+#
+# --- PKG-INFO
+# +++ PKG-INFO
+# @@ -1 +1 @@
+# -License: BSD
+# +Maintainer: Sebastien Celles, Tom Schraitle
+# 
+#
+
 DESCRIPTION = "Python module for Semantic Versioning"
 HOMEPAGE = "https://github.com/k-bx/python-semver"
 BUGTRACKER = "https://github.com/k-bx/python-semver/issues"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=3f59e638e4054c8b9e028c3893bd4f85"
 
-SRC_URI[md5sum] = "e98b5fb283ea84daa5195087de83ebf1"
-SRC_URI[sha256sum] = "fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f"
+SRC_URI[sha256sum] = "9ec78c5447883c67b97f98c3b6212796708191d22e4ad30f4570f840171cbce1"
 
 inherit pypi setuptools3 ptest
 
-- 
2.25.1