diff mbox series

[AUH] python3-websocket-client: upgrading to 1.6.1 SUCCEEDED

Message ID 20230712053200.6C876C001B0@smtp.lore.kernel.org
State New
Headers show
Series [AUH] python3-websocket-client: upgrading to 1.6.1 SUCCEEDED | expand

Commit Message

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

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

Next steps:
    - apply the patch: git am 0001-python3-websocket-client-upgrade-1.5.3-1.6.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 f884d9dc9904a9d67d4afce1f8bac8953e6a8a5b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Tue, 11 Jul 2023 23:37:38 -0500
Subject: [PATCH] python3-websocket-client: upgrade 1.5.3 -> 1.6.1

---
 ...3.bb => python3-websocket-client_1.6.1.bb} | 26 +++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-websocket-client_1.5.3.bb => python3-websocket-client_1.6.1.bb} (30%)
diff mbox series

Patch

From f884d9dc9904a9d67d4afce1f8bac8953e6a8a5b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Tue, 11 Jul 2023 23:37:38 -0500
Subject: [PATCH] python3-websocket-client: upgrade 1.5.3 -> 1.6.1

---
 ...3.bb => python3-websocket-client_1.6.1.bb} | 26 +++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-websocket-client_1.5.3.bb => python3-websocket-client_1.6.1.bb} (30%)

diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.6.1.bb
similarity index 30%
rename from meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb
rename to meta-python/recipes-devtools/python/python3-websocket-client_1.6.1.bb
index f7650f9bb..1a4fab2d0 100644
--- a/meta-python/recipes-devtools/python/python3-websocket-client_1.5.3.bb
+++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.6.1.bb
@@ -1,3 +1,25 @@ 
+# 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
+# @@ -187,7 +187,7 @@
+#        same "printed page" as the copyright notice for easier
+#        identification within third-party archives.
+#  
+# -   Copyright 2022 engn33r
+# +   Copyright 2023 engn33r
+#  
+#     Licensed under the Apache License, Version 2.0 (the "License");
+#     you may not use this file except in compliance with the License.
+# 
+#
+
 SUMMARY = "websocket client for python"
 DESCRIPTION = "\
 websocket-client module is WebSocket client for python. \
@@ -5,9 +27,9 @@  This provide the low level APIs for WebSocket. All APIs \
 are the synchronous functions."
 HOMEPAGE = "https://github.com/websocket-client/websocket-client"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b969e9612325987c823fc0737063ebc8"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6eae3bb7247ccb2c3a087ea8de759c01"
 
-SRC_URI[sha256sum] = "b96f3bce3e54e3486ebe6504bc22bd4c140392bd2eb71764db29be8f2639aa65"
+SRC_URI[sha256sum] = "c951af98631d24f8df89ab1019fc365f2227c0892f12fd150e935607c79dd0dd"
 
 inherit pypi setuptools3
 
-- 
2.25.1