diff mbox series

[AUH] python3-argh: upgrading to 0.30.3 SUCCEEDED

Message ID 0101018b97fb07d0-8ca18e60-4fd3-49cb-b6c8-8c1dc28753b4-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-argh: upgrading to 0.30.3 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-argh* to *0.30.3* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-argh-upgrade-0.29.4-0.30.3.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 b6421c6e533962220a69a1a1072138d405ce7222 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 20:04:55 +0000
Subject: [PATCH] python3-argh: upgrade 0.29.4 -> 0.30.3

---
 ...-argh_0.29.4.bb => python3-argh_0.30.3.bb} | 25 +++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-argh_0.29.4.bb => python3-argh_0.30.3.bb} (49%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-argh_0.29.4.bb b/meta-python/recipes-devtools/python/python3-argh_0.30.3.bb
similarity index 49%
rename from meta-python/recipes-devtools/python/python3-argh_0.29.4.bb
rename to meta-python/recipes-devtools/python/python3-argh_0.30.3.bb
index f67ac9d6c..f8de2c51c 100644
--- a/meta-python/recipes-devtools/python/python3-argh_0.29.4.bb
+++ b/meta-python/recipes-devtools/python/python3-argh_0.30.3.bb
@@ -1,3 +1,23 @@ 
+# 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:
+#
+# --- README.rst
+# +++ README.rst
+# @@ -1,6 +1,3 @@
+# -Licensing
+# ----------
+# -
+#  Argh is free software: you can redistribute it and/or modify
+#  it under the terms of the GNU Lesser General Public License as published
+#  by the Free Software Foundation, either version 3 of the License, or
+# 
+#
+
 SUMMARY = "An unobtrusive argparse wrapper with natural syntax"
 DESCRIPTION = "Building a command-line interface? Found yourself uttering \
 'argh!' while struggling with the API of argparse? Don't like the complexity \
@@ -12,9 +32,10 @@  tool; Argh just makes it easy to use."
 
 LICENSE = "LGPL-3.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=3000208d539ec061b899bce1d9ce9404 \
-                    file://README.rst;beginline=261;endline=275;md5=a8bf3475df7e0d575a53d04c83d5e090"
+                    file://README.rst;beginline=261;endline=275;md5=39ec83a704aed9f33618c5d04e478a08 \
+                    "
 
-SRC_URI[sha256sum] = "695c0ae4534270cae2697841b4a56f434a990694a00264ea10ebbbcdc02c13f7"
+SRC_URI[sha256sum] = "68a276bfe670c658a080eedb3f656cc2a1772a656818396d580dc752a18d31c9"
 
 inherit pypi python_flit_core