Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2024 07:59:46 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 12ab2d6bb614 - main - net-mgmt/py-junos-eznc: Update to 2.7.0
Message-ID:  <202405260759.44Q7xk37097391@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=12ab2d6bb6147237ec9a4e98a64f50d2cb6b6736

commit 12ab2d6bb6147237ec9a4e98a64f50d2cb6b6736
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-05-26 07:54:06 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-05-26 07:54:06 +0000

    net-mgmt/py-junos-eznc: Update to 2.7.0
    
    * There is already version 2.7.1, which was deliberately not chosen
      because it pulls in a custom patched module of py-paramiko 3.4.0
      during build/installation.
    
    Changelog since 2.6.4:
    
    https://github.com/Juniper/py-junos-eznc/blob/2.7.0/RELEASE-NOTES.md
    
    PR:             278679
    Approved by:    maintainer timeout (3+ weeks)
---
 net-mgmt/py-junos-eznc/Makefile | 6 ++----
 net-mgmt/py-junos-eznc/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/net-mgmt/py-junos-eznc/Makefile b/net-mgmt/py-junos-eznc/Makefile
index e8da2fc754e5..5f1097266dac 100644
--- a/net-mgmt/py-junos-eznc/Makefile
+++ b/net-mgmt/py-junos-eznc/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	junos-eznc
-DISTVERSION=	2.6.4
-PORTREVISION=	1
+DISTVERSION=	2.7.0
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +12,7 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}lxml>=3.2.4:devel/py-lxml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ncclient>=0.6.13:net-mgmt/py-ncclient@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ncclient>=0.6.15:net-mgmt/py-ncclient@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}paramiko>=1.15.2:security/py-paramiko@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scp>=0.7.0:security/py-scp@${PY_FLAVOR} \
diff --git a/net-mgmt/py-junos-eznc/distinfo b/net-mgmt/py-junos-eznc/distinfo
index 89e0e4f50433..461c6af5c351 100644
--- a/net-mgmt/py-junos-eznc/distinfo
+++ b/net-mgmt/py-junos-eznc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658060054
-SHA256 (junos-eznc-2.6.4.tar.gz) = 19d5b111e31482c09af8c6627227aae99e109ae5a33bc7ca900a61732e9aa75c
-SIZE (junos-eznc-2.6.4.tar.gz) = 156868
+TIMESTAMP = 1713785490
+SHA256 (junos-eznc-2.7.0.tar.gz) = a45c90641d24ff4c86796418ea76ca64066c06d0bf644d6b77e605bf957c5c7d
+SIZE (junos-eznc-2.7.0.tar.gz) = 169214



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