diff mbox series

[AUH] python3-process-tests: upgrading to 3.0.0 SUCCEEDED

Message ID 0101018b97fb153a-ecef4ae7-1285-4b12-9b84-b3ee7c838ecb-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-process-tests: upgrading to 3.0.0 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-process-tests* to *3.0.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-process-tests-upgrade-2.1.2-3.0.0.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 90383f666d0f2295dbb3bb3cf62fce38a94ab23c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 23:27:57 +0000
Subject: [PATCH] python3-process-tests: upgrade 2.1.2 -> 3.0.0

---
 ....1.2.bb => python3-process-tests_3.0.0.bb} | 27 +++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-process-tests_2.1.2.bb => python3-process-tests_3.0.0.bb} (31%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb b/meta-python/recipes-devtools/python/python3-process-tests_3.0.0.bb
similarity index 31%
rename from meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb
rename to meta-python/recipes-devtools/python/python3-process-tests_3.0.0.bb
index eb01504f6..a4036f7de 100644
--- a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-process-tests_3.0.0.bb
@@ -1,12 +1,35 @@ 
+# 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 @@
+# -BSD 2-Clause License
+# -
+# -Copyright (c) 2013-2020, Ionel Cristian Mărieș. All rights reserved.
+# +BSD 2-Clause License
+# +
+# +Copyright (c) 2013-2023, Ionel Cristian Mărieș. All rights reserved.
+#  
+#  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
+#  following conditions are met:
+# 
+#
+
 # Copyright (C) 2021 Khem Raj <raj.khem@gmail.com>
 # Released under the MIT license (see COPYING.MIT for the terms)
 
 SUMMARY = "Tools for testing processes."
 HOMEPAGE = "https://github.com/ionelmc/python-process-tests"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=37031056aff37e4b3310872a9a3d0b1e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=aea36d49429f53e06868d87cd9d62349"
 
-SRC_URI[sha256sum] = "a3747ad947bdfc93e5c986bdb17a6d718f3f26e8577a0807a00962f29e26deba"
+SRC_URI[sha256sum] = "e5d57dea7161251e91cadb84bf3ecc85275fb121fd478e579f800777b1d424bd"
 
 inherit pypi setuptools3