Skip to content

Commit

Permalink
net/py-paho-mqtt: Update to 2.0.0
Browse files Browse the repository at this point in the history
Changes: https://pypi.org/project/paho-mqtt/2.0.0/

PR:		276989
Approved by:	submitter/maintainer
  • Loading branch information
mzary authored and neelchauhan committed Feb 16, 2024
1 parent 10949ea commit 71f8484
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions net/py-paho-mqtt/Makefile
@@ -1,8 +1,9 @@
PORTNAME= paho-mqtt
PORTVERSION= 1.6.1
DISTVERSION= 2.0.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= paho_mqtt-${DISTVERSION}

MAINTAINER= joe@thrallingpenguin.com
COMMENT= MQTT version 3.1/3.1.1 client class
Expand All @@ -11,8 +12,10 @@ WWW= https://www.eclipse.org/paho/
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/edl-v10

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}

USES= python shebangfix
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist concurrent pep517
SHEBANG_FILES= examples/*.py

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions net/py-paho-mqtt/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1643543609
SHA256 (paho-mqtt-1.6.1.tar.gz) = 2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f
SIZE (paho-mqtt-1.6.1.tar.gz) = 99373
TIMESTAMP = 1707677388
SHA256 (paho_mqtt-2.0.0.tar.gz) = 13b205f29251e4f2c66a6c923c31fc4fd780561e03b2d775cff8e4f2915cf947
SIZE (paho_mqtt-2.0.0.tar.gz) = 147711

0 comments on commit 71f8484

Please sign in to comment.