Date: Thu, 25 Apr 2019 11:09:03 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499986 - head/net-mgmt/py-junos-eznc Message-ID: <201904251109.x3PB93se042863@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Apr 25 11:09:03 2019 New Revision: 499986 URL: https://svnweb.freebsd.org/changeset/ports/499986 Log: net-mgmt/py-junos-eznc: Upgrade from 2.2.0 to 2.2.1 Changelog: - Handle multiple package-result values from sw.install #864 - Extended support to WR-Based Linux H/W #882 #883 #889 - Fixed issues in Console over SSH #877 - Optimized PyEZ docker image size and minor bug fixes #894 #911 - Fixed JSON serialization for Junos facts #902 - Updated securityzone.yml. Added item zone-security #909 - Fixed runtime error while using Outbound-SSH #915 - Fixed Pyyaml bugs #914 #917 #918 Changelog taken from: https://github.com/Juniper/py-junos-eznc/releases/tag/2.2.1 Also add a newline before NO_ARCH in order to pet portlint PR: 237502 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer) Approved by: Sergey Akhmatov (maintainer) Modified: head/net-mgmt/py-junos-eznc/Makefile head/net-mgmt/py-junos-eznc/distinfo Modified: head/net-mgmt/py-junos-eznc/Makefile ============================================================================== --- head/net-mgmt/py-junos-eznc/Makefile Thu Apr 25 10:59:36 2019 (r499985) +++ head/net-mgmt/py-junos-eznc/Makefile Thu Apr 25 11:09:03 2019 (r499986) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= junos-eznc -DISTVERSION= 2.2.0 +DISTVERSION= 2.2.1 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,10 +19,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7.1:deve ${PYTHON_PKGNAMEPREFIX}scp>=0.7.0:security/py-scp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist + NO_ARCH= yes .include <bsd.port.mk> Modified: head/net-mgmt/py-junos-eznc/distinfo ============================================================================== --- head/net-mgmt/py-junos-eznc/distinfo Thu Apr 25 10:59:36 2019 (r499985) +++ head/net-mgmt/py-junos-eznc/distinfo Thu Apr 25 11:09:03 2019 (r499986) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536390825 -SHA256 (junos-eznc-2.2.0.tar.gz) = d97d8babf650abca25a096825aa6d88573d340481a0b0793afcdac4a7bee09d3 -SIZE (junos-eznc-2.2.0.tar.gz) = 110373 +TIMESTAMP = 1556017363 +SHA256 (junos-eznc-2.2.1.tar.gz) = 0133a10ba3d46ddf70f0ba6620aa3b92e5533f08c57edd000dbffd8fe60d586d +SIZE (junos-eznc-2.2.1.tar.gz) = 110625
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904251109.x3PB93se042863>