* [Buildroot] [PATCH 1/2] DEVELOPERS: add Flávio Tapajós for python-paho-mqtt
@ 2024-02-23 20:13 Flávio Tapajós
2024-02-23 20:13 ` [Buildroot] [PATCH 2/2] package/python-paho-mqtt: bump version to 2.0.0 Flávio Tapajós
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Flávio Tapajós @ 2024-02-23 20:13 UTC (permalink / raw)
To: buildroot
Cc: Davide Viti, Flávio Tapajós, James Hilliard,
Asaf Kahlon
Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
---
DEVELOPERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/DEVELOPERS b/DEVELOPERS
index 0f065bfafb..e0484c04b0 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1077,6 +1077,7 @@ F: package/python-pymodbus/
N: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
F: configs/asus_tinker-s_rk3288_defconfig
F: board/asus/tinker-s/
+F: package/python-paho-mqtt/
F: package/python-sqlalchemy/
F: package/rsyslog/
--
2.43.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] package/python-paho-mqtt: bump version to 2.0.0
2024-02-23 20:13 [Buildroot] [PATCH 1/2] DEVELOPERS: add Flávio Tapajós for python-paho-mqtt Flávio Tapajós
@ 2024-02-23 20:13 ` Flávio Tapajós
2024-07-09 12:36 ` yann.morin
2024-07-22 20:34 ` [Buildroot] [PATCH 1/2] DEVELOPERS: add Flávio Tapajós for python-paho-mqtt Thomas Petazzoni via buildroot
2024-08-31 16:23 ` Peter Korsgaard
2 siblings, 1 reply; 5+ messages in thread
From: Flávio Tapajós @ 2024-02-23 20:13 UTC (permalink / raw)
To: buildroot
Cc: Davide Viti, Flávio Tapajós, James Hilliard,
Asaf Kahlon
Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
---
package/python-paho-mqtt/python-paho-mqtt.hash | 2 +-
package/python-paho-mqtt/python-paho-mqtt.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/python-paho-mqtt/python-paho-mqtt.hash b/package/python-paho-mqtt/python-paho-mqtt.hash
index 81b9dda81d..29d4dfc77d 100644
--- a/package/python-paho-mqtt/python-paho-mqtt.hash
+++ b/package/python-paho-mqtt/python-paho-mqtt.hash
@@ -1,5 +1,5 @@
# locally computed
-sha256 6e35c1be242a901fc9c00bad7d37b5cc4a497f398dfceb4ed0d8018a959be650 python-paho-mqtt-1.6.1.tar.gz
+sha256 63e9f2f9f2e3a6345b2a50010ecdbbcfda6cb1f5cff73a2f39528dac8debd1d0 python-paho-mqtt-2.0.0.tar.gz
sha256 66408b049249c3bdb0ba1ed285f5422ce67e371d40151bebd4d806af454ffe7c LICENSE.txt
sha256 e8cf7d54ea46c19aba793983889b7f7425e1ebfcaaccec764a7db091646e203c edl-v10
sha256 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c epl-v20
diff --git a/package/python-paho-mqtt/python-paho-mqtt.mk b/package/python-paho-mqtt/python-paho-mqtt.mk
index f255a7847d..b9180e3ba0 100644
--- a/package/python-paho-mqtt/python-paho-mqtt.mk
+++ b/package/python-paho-mqtt/python-paho-mqtt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PYTHON_PAHO_MQTT_VERSION = 1.6.1
+PYTHON_PAHO_MQTT_VERSION = 2.0.0
PYTHON_PAHO_MQTT_SITE = $(call github,eclipse,paho.mqtt.python,v$(PYTHON_PAHO_MQTT_VERSION))
PYTHON_PAHO_MQTT_LICENSE = EPL-2.0, EDLv1.0
PYTHON_PAHO_MQTT_LICENSE_FILES = LICENSE.txt epl-v20 edl-v10
--
2.43.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 2/2] package/python-paho-mqtt: bump version to 2.0.0
2024-02-23 20:13 ` [Buildroot] [PATCH 2/2] package/python-paho-mqtt: bump version to 2.0.0 Flávio Tapajós
@ 2024-07-09 12:36 ` yann.morin
0 siblings, 0 replies; 5+ messages in thread
From: yann.morin @ 2024-07-09 12:36 UTC (permalink / raw)
To: Flávio Tapajós
Cc: Davide Viti, James Hilliard, Asaf Kahlon, buildroot
Flávio, All,
On 2024-02-23 17:13 -0300, Flávio Tapajós spake thusly:
> Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
> ---
[--SNIP--]
> diff --git a/package/python-paho-mqtt/python-paho-mqtt.mk b/package/python-paho-mqtt/python-paho-mqtt.mk
> index f255a7847d..b9180e3ba0 100644
> --- a/package/python-paho-mqtt/python-paho-mqtt.mk
> +++ b/package/python-paho-mqtt/python-paho-mqtt.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -PYTHON_PAHO_MQTT_VERSION = 1.6.1
> +PYTHON_PAHO_MQTT_VERSION = 2.0.0
Than k you for this bump. You forgot to mention that version 2.0.0 was
an API breakage, requiring all users to fix their code.
Upstream has now released 2.1.0, which makes that change backward
compatible.
I've jsut sent a patch to bump to 2.1.0 instead:
https://lore.kernel.org/buildroot/b80fa61d1f85e2e418afa9eb105a3aeddaa6d588.1720528385.git.yann.morin@orange.com/T/#u
Regards,
Yann E. MORIN.
> PYTHON_PAHO_MQTT_SITE = $(call github,eclipse,paho.mqtt.python,v$(PYTHON_PAHO_MQTT_VERSION))
> PYTHON_PAHO_MQTT_LICENSE = EPL-2.0, EDLv1.0
> PYTHON_PAHO_MQTT_LICENSE_FILES = LICENSE.txt epl-v20 edl-v10
> --
> 2.43.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
____________
.-----------------.--------------------: _ :------------------.
| Yann E. MORIN | Real-Time Embedded | __/ ) | /"\ ASCII RIBBON |
| | Software Designer | _/ - /' | \ / CAMPAIGN |
| +33 638.411.245 '--------------------: (_ `--, | X AGAINST |
| yann.morin (at) orange.com |_=" ,--' | / \ HTML MAIL |
'--------------------------------------:______/_____:------------------'
____________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.
This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] DEVELOPERS: add Flávio Tapajós for python-paho-mqtt
2024-02-23 20:13 [Buildroot] [PATCH 1/2] DEVELOPERS: add Flávio Tapajós for python-paho-mqtt Flávio Tapajós
2024-02-23 20:13 ` [Buildroot] [PATCH 2/2] package/python-paho-mqtt: bump version to 2.0.0 Flávio Tapajós
@ 2024-07-22 20:34 ` Thomas Petazzoni via buildroot
2024-08-31 16:23 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-22 20:34 UTC (permalink / raw)
To: Flávio Tapajós
Cc: Davide Viti, James Hilliard, Asaf Kahlon, buildroot
On Fri, 23 Feb 2024 17:13:53 -0300
Flávio Tapajós <flavio.tapajos@newtesc.com.br> wrote:
> Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
> ---
> DEVELOPERS | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] DEVELOPERS: add Flávio Tapajós for python-paho-mqtt
2024-02-23 20:13 [Buildroot] [PATCH 1/2] DEVELOPERS: add Flávio Tapajós for python-paho-mqtt Flávio Tapajós
2024-02-23 20:13 ` [Buildroot] [PATCH 2/2] package/python-paho-mqtt: bump version to 2.0.0 Flávio Tapajós
2024-07-22 20:34 ` [Buildroot] [PATCH 1/2] DEVELOPERS: add Flávio Tapajós for python-paho-mqtt Thomas Petazzoni via buildroot
@ 2024-08-31 16:23 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2024-08-31 16:23 UTC (permalink / raw)
To: Flávio Tapajós
Cc: Davide Viti, James Hilliard, Asaf Kahlon, buildroot
>>>>> "Flávio" == Flávio Tapajós <flavio.tapajos@newtesc.com.br> writes:
> Signed-off-by: Flávio Tapajós <flavio.tapajos@newtesc.com.br>
Committed to 2024.02.x and 2024.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-31 16:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-23 20:13 [Buildroot] [PATCH 1/2] DEVELOPERS: add Flávio Tapajós for python-paho-mqtt Flávio Tapajós
2024-02-23 20:13 ` [Buildroot] [PATCH 2/2] package/python-paho-mqtt: bump version to 2.0.0 Flávio Tapajós
2024-07-09 12:36 ` yann.morin
2024-07-22 20:34 ` [Buildroot] [PATCH 1/2] DEVELOPERS: add Flávio Tapajós for python-paho-mqtt Thomas Petazzoni via buildroot
2024-08-31 16:23 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox