svn commit: r499986 - head/net-mgmt/py-junos-eznc
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu Apr 25 11:09:04 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list