All of lore.kernel.org
 help / color / mirror / Atom feed
From: auh@moto-timo.dev
To: openembedded-devel@lists.openembedded.org
Subject: [AUH] python3-websocket-client: upgrading to 1.6.1 SUCCEEDED
Date: Wed, 12 Jul 2023 05:32:00 +0000 (UTC)	[thread overview]
Message-ID: <20230712053200.6C876C001B0@smtp.lore.kernel.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3450 bytes --]

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 --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


[-- Attachment #2: 0001-python3-websocket-client-upgrade-1.5.3-1.6.1.patch --]
[-- Type: text/x-diff, Size: 2447 bytes --]

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


             reply	other threads:[~2023-07-12  5:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-12  5:32 auh [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-05  7:39 [AUH] python3-websocket-client: upgrading to 1.6.1 SUCCEEDED auh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230712053200.6C876C001B0@smtp.lore.kernel.org \
    --to=auh@moto-timo.dev \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.