pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Upgrade py-eapi to version 0.8.0.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue May 23 14:37:01 2017 +0200
Changeset:	7cd1b2a98c665b69e2dcedb4f441b43c9a05615f

Modified Files:
	py-eapi/Makefile
	py-eapi/PLIST
	py-eapi/distinfo

Log Message:
Upgrade py-eapi to version 0.8.0.

Pkgsrc changes:
 * Change to PYPI fetch to side-step 'v' issue
 * Adapt PLIST to changes in installed files
 * It appears the project moved on github as well...

Upstream changes:

0.8.0:
 * Adds VRF API
 * Allows creation of Ethernet subinterfaces
 * Allow usage of expandAliases and autoComplete parameters
 * Adds extended ACL support

0.7.0:
 * Adds better platform support (Windows)
 * Adds enhancement to Node enable() method
 * Add OSPF API

0.6.1:
 * This release fixes a regression introduced in v0.5.0. This
   regression prevented the enablepwd from being passed into the Node
   object.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7cd1b2a98c665b69e2dcedb4f441b43c9a05615f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-eapi/Makefile | 7 +++----
 py-eapi/PLIST    | 6 ++++++
 py-eapi/distinfo | 8 ++++----
 3 files changed, 13 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-eapi/Makefile b/py-eapi/Makefile
index 30ebd22c4d..708b4aaa20 100644
--- a/py-eapi/Makefile
+++ b/py-eapi/Makefile
@@ -1,13 +1,12 @@
 # $NetBSD$
 
-DISTNAME=	pyeapi-0.6.0
+DISTNAME=	pyeapi-0.8.0
 PKGNAME=	${DISTNAME:S/^py/${PYPKGPREFIX}-/}
 CATEGORIES=	net python
-MASTER_SITES=	${MASTER_SITE_GITHUB:=arista-eosplus/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pyeapi/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/fooelisa/${PKGBASE}
+HOMEPAGE=	https://github.com/arista-eosplus/${PKGBASE}
 COMMENT=	Library for Arista's eAPI command API implementation
 LICENSE=	modified-bsd
 
diff --git a/py-eapi/PLIST b/py-eapi/PLIST
index 3fa85fbe91..e5863c7be0 100644
--- a/py-eapi/PLIST
+++ b/py-eapi/PLIST
@@ -31,6 +31,9 @@ ${PYSITELIB}/pyeapi/api/mlag.pyo
 ${PYSITELIB}/pyeapi/api/ntp.py
 ${PYSITELIB}/pyeapi/api/ntp.pyc
 ${PYSITELIB}/pyeapi/api/ntp.pyo
+${PYSITELIB}/pyeapi/api/ospf.py
+${PYSITELIB}/pyeapi/api/ospf.pyc
+${PYSITELIB}/pyeapi/api/ospf.pyo
 ${PYSITELIB}/pyeapi/api/routemaps.py
 ${PYSITELIB}/pyeapi/api/routemaps.pyc
 ${PYSITELIB}/pyeapi/api/routemaps.pyo
@@ -58,6 +61,9 @@ ${PYSITELIB}/pyeapi/api/varp.pyo
 ${PYSITELIB}/pyeapi/api/vlans.py
 ${PYSITELIB}/pyeapi/api/vlans.pyc
 ${PYSITELIB}/pyeapi/api/vlans.pyo
+${PYSITELIB}/pyeapi/api/vrfs.py
+${PYSITELIB}/pyeapi/api/vrfs.pyc
+${PYSITELIB}/pyeapi/api/vrfs.pyo
 ${PYSITELIB}/pyeapi/api/vrrp.py
 ${PYSITELIB}/pyeapi/api/vrrp.pyc
 ${PYSITELIB}/pyeapi/api/vrrp.pyo
diff --git a/py-eapi/distinfo b/py-eapi/distinfo
index 5a64b85ae3..85e8196be6 100644
--- a/py-eapi/distinfo
+++ b/py-eapi/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pyeapi-0.6.0.tar.gz) = b3f798eac6deaffa0bb50a849911ae6eb2eb4319
-RMD160 (pyeapi-0.6.0.tar.gz) = 3f1290c3c5c950ea08216cfc75d14786bfc7f8e6
-SHA512 (pyeapi-0.6.0.tar.gz) = 68e154745c286c1703d10dd62dfa450d6514e0a0e55369958ad0e3e49310a27a4456c52449e36dcd10601043bb5a0132526fe872e0a16506157de7aa50cbb8ec
-Size (pyeapi-0.6.0.tar.gz) = 116054 bytes
+SHA1 (pyeapi-0.8.0.tar.gz) = f79b5d822345f2645a53c87934715a7e65409a69
+RMD160 (pyeapi-0.8.0.tar.gz) = 6d57dfb20675d96506c8b1bb2fef216809d6964a
+SHA512 (pyeapi-0.8.0.tar.gz) = 21d0243db220234c282a19f6151c0b4306e0abcf2327d7079ab862691e0143a9213586c7f4903341c8289678ef69c7f7bb887dc7df05a0536c53511072b3b343
+Size (pyeapi-0.8.0.tar.gz) = 131354 bytes


Home | Main Index | Thread Index | Old Index