diff options
author | Christian Ullrich <chris@chrullrich.net> | 2023-09-09 12:30:15 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-09-10 12:13:06 -0400 |
commit | d091b33f598ff5d2763319671f3f1513d2c79bd8 (patch) | |
tree | 1fb793ea39903c9f59d22381ff71e6bdeadeecad | |
parent | 48a52b7c645234ad0b6ac4f5a1c3b0f3d5281ca9 (diff) | |
download | freebsd-ports-d091b33f598ff5d2763319671f3f1513d2c79bd8.zip |
comms/py-pymodbus: Update to 3.5.2
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.0
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.1
Changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.5.2
PR: 273469
-rw-r--r-- | comms/py-pymodbus/Makefile | 2 | ||||
-rw-r--r-- | comms/py-pymodbus/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/py-pymodbus/Makefile b/comms/py-pymodbus/Makefile index ba9576cc293b..a042b11e6824 100644 --- a/comms/py-pymodbus/Makefile +++ b/comms/py-pymodbus/Makefile @@ -1,5 +1,5 @@ PORTNAME= pymodbus -DISTVERSION= 3.4.1 +DISTVERSION= 3.5.2 CATEGORIES= comms python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/comms/py-pymodbus/distinfo b/comms/py-pymodbus/distinfo index 5f7cb5b3c7d6..3b87306b3c08 100644 --- a/comms/py-pymodbus/distinfo +++ b/comms/py-pymodbus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691676083 -SHA256 (pymodbus-3.4.1.tar.gz) = 2a95a311669f6734f94535332984474e4b4815de1500c74e6b94432a8bd9820a -SIZE (pymodbus-3.4.1.tar.gz) = 221301 +TIMESTAMP = 1694270638 +SHA256 (pymodbus-3.5.2.tar.gz) = 26c1aa9919b24f2247794d5d9d80f65ec06fdfd9bd6b76b81d446b55335cabf3 +SIZE (pymodbus-3.5.2.tar.gz) = 201233 |