* [Buildroot] [PATCH 1/1] package/python-pymodbus: bump to version 3.6.8
@ 2024-04-22 18:39 James Hilliard
2024-05-09 16:20 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-04-22 18:39 UTC (permalink / raw)
To: buildroot; +Cc: Falco Hyfing, James Hilliard, Asaf Kahlon
License hash changed due to year range update:
https://github.com/pymodbus-dev/pymodbus/commit/131d30391efd9c64f1fec857ae0372746374e6d2
Drop no longer required python-six runtime dependency.
Drop no longer required python-serial runtime dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-pymodbus/Config.in | 6 ++----
package/python-pymodbus/python-pymodbus.hash | 6 +++---
package/python-pymodbus/python-pymodbus.mk | 4 ++--
3 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/package/python-pymodbus/Config.in b/package/python-pymodbus/Config.in
index 0ba6fb88f0..dac6716b87 100644
--- a/package/python-pymodbus/Config.in
+++ b/package/python-pymodbus/Config.in
@@ -1,8 +1,6 @@
config BR2_PACKAGE_PYTHON_PYMODBUS
bool "python-pymodbus"
- select BR2_PACKAGE_PYTHON_SIX # runtime
- select BR2_PACKAGE_PYTHON_SERIAL # runtime
help
- Pymodbus is a full Modbus protocol implementation.
+ A fully featured modbus protocol stack in python.
- https://github.com/riptideio/pymodbus
+ https://github.com/pymodbus-dev/pymodbus/
diff --git a/package/python-pymodbus/python-pymodbus.hash b/package/python-pymodbus/python-pymodbus.hash
index d9337ffe84..4595246efc 100644
--- a/package/python-pymodbus/python-pymodbus.hash
+++ b/package/python-pymodbus/python-pymodbus.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pymodbus/json
-md5 89da6585b27b8c4b3887eb9f7d1e950b pymodbus-3.0.2.tar.gz
-sha256 704cb7fb90631c45f9c3a70b89d0c990fe0e208ac56f14a5c449e21bebd1e201 pymodbus-3.0.2.tar.gz
+md5 809260ecaaef548c7ac327755d7d2d25 pymodbus-3.6.8.tar.gz
+sha256 abb214716b56fc62bc0d5d9d964e2249439341746287e918d175f0e3ee241407 pymodbus-3.6.8.tar.gz
# Locally computed sha256 checksums
-sha256 796a47993313691ea404d8af7e4c0f9daf1d2760e3900938985b59c9008eee2f LICENSE
+sha256 47f904249172e795a6b32de91f471073297befffd74e17cafc288d348a55972e LICENSE
diff --git a/package/python-pymodbus/python-pymodbus.mk b/package/python-pymodbus/python-pymodbus.mk
index 54879d38e9..a96edecc54 100644
--- a/package/python-pymodbus/python-pymodbus.mk
+++ b/package/python-pymodbus/python-pymodbus.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PYMODBUS_VERSION = 3.0.2
+PYTHON_PYMODBUS_VERSION = 3.6.8
PYTHON_PYMODBUS_SOURCE = pymodbus-$(PYTHON_PYMODBUS_VERSION).tar.gz
-PYTHON_PYMODBUS_SITE = https://files.pythonhosted.org/packages/94/f7/6149a1b107fa54378a7adec83db7cd3679bf02216a6f5c83b37f55335897
+PYTHON_PYMODBUS_SITE = https://files.pythonhosted.org/packages/62/c1/f18b090dcc45d34b6a0e3563acde71b407ef96a36fa965c508a84f755355
PYTHON_PYMODBUS_SETUP_TYPE = setuptools
PYTHON_PYMODBUS_LICENSE = BSD-3-Clause
PYTHON_PYMODBUS_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-pymodbus: bump to version 3.6.8
2024-04-22 18:39 [Buildroot] [PATCH 1/1] package/python-pymodbus: bump to version 3.6.8 James Hilliard
@ 2024-05-09 16:20 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-09 16:20 UTC (permalink / raw)
To: James Hilliard; +Cc: Falco Hyfing, Asaf Kahlon, buildroot
On Mon, 22 Apr 2024 12:39:30 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> License hash changed due to year range update:
> https://github.com/pymodbus-dev/pymodbus/commit/131d30391efd9c64f1fec857ae0372746374e6d2
>
> Drop no longer required python-six runtime dependency.
>
> Drop no longer required python-serial runtime dependency.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-pymodbus/Config.in | 6 ++----
> package/python-pymodbus/python-pymodbus.hash | 6 +++---
> package/python-pymodbus/python-pymodbus.mk | 4 ++--
> 3 files changed, 7 insertions(+), 9 deletions(-)
Applied to master, thanks. It would be good to have runtime tests for
packages like this, to verify their runtime dependencies.
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] 2+ messages in thread
end of thread, other threads:[~2024-05-09 16:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-22 18:39 [Buildroot] [PATCH 1/1] package/python-pymodbus: bump to version 3.6.8 James Hilliard
2024-05-09 16:20 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox