Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2021 20:09:56 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1be1ceea1c18 - main - net-mgmt/py-pyzabbix: Update to 1.0.0
Message-ID:  <202106242009.15OK9uxe073395@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1be1ceea1c1892b007922036c4d57856364d627b

commit 1be1ceea1c1892b007922036c4d57856364d627b
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2021-06-24 20:04:28 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2021-06-24 20:04:28 +0000

    net-mgmt/py-pyzabbix: Update to 1.0.0
    
    - Update to 1.0.0
    - Adjust dependencies
    
    Reported by:            portscout
---
 net-mgmt/py-pyzabbix/Makefile | 5 +++--
 net-mgmt/py-pyzabbix/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/net-mgmt/py-pyzabbix/Makefile b/net-mgmt/py-pyzabbix/Makefile
index c6c2009e3c98..b9068b6777f3 100644
--- a/net-mgmt/py-pyzabbix/Makefile
+++ b/net-mgmt/py-pyzabbix/Makefile
@@ -1,7 +1,7 @@
 # Created by: Fotis Zabaras <fotis@zabaras.eu>
 
 PORTNAME=	pyzabbix
-PORTVERSION=	0.8.2
+PORTVERSION=	1.0.0
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,8 @@ COMMENT=	Zabbix API Python Library
 
 LICENSE=	LGPL21
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8.5:devel/py-semantic-version@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
diff --git a/net-mgmt/py-pyzabbix/distinfo b/net-mgmt/py-pyzabbix/distinfo
index 6d1c5c581924..a59c2c78bf4e 100644
--- a/net-mgmt/py-pyzabbix/distinfo
+++ b/net-mgmt/py-pyzabbix/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597337134
-SHA256 (pyzabbix-0.8.2.tar.gz) = 4601fa93bc07c2e77dd5c09165b02da1690af9ecc4b63d6397abd5ec249dcc38
-SIZE (pyzabbix-0.8.2.tar.gz) = 5472
+TIMESTAMP = 1624565034
+SHA256 (pyzabbix-1.0.0.tar.gz) = 4bcde3944f932685dba60551725e1b63de64d463da0e1c281b3121c0805f1c71
+SIZE (pyzabbix-1.0.0.tar.gz) = 5840



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106242009.15OK9uxe073395>