pkgsrc-WIP-changes archive

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

Update to ansible-junos-stdlib to version 1.4.0



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Jan 9 14:47:31 2017 +0100
Changeset:	b8e08b8facb097760923b2959c88199c32c47c5e

Modified Files:
	ansible-junos-stdlib/Makefile
	ansible-junos-stdlib/distinfo

Log Message:
Update to ansible-junos-stdlib to version 1.4.0

Upstream changes:

New Features

 * Dockerfile for junos ansible modules
   New Dockerfile added to automatically build a docker container for
   junos ansible modules #165
 * Console connection support
   Modules to work with console connections too using PyEZ 2.0 #162.
 * junos_jsnapy
   Integrate JSNAPy to ansible which helps audit network devices
 * junos_ping
   Execute ping on junos devices
 * junos_get_table
   Retrieve data from a Junos device using Tables/Views.

Updates/Enhancement

 * ImportError to show proper message #158.
 * junos_shutdown to support delayed reboot and shutdown #150
 * junos_install_config->check_commit_wait: Set number of seconds to
   wait between check and commit. #140
 * Timeout option for junos_cli and junos_rpc #133
 * timeout parameter to junos_rollback #131

Bugs Fixed

 * junos_rpc: Fix regex to match xe/ge/et interfaces #153
 * junos_get_table: Fix for nested tables #127
 * junos_get_config: Fix for filter argument contains more than one
   level of configuration hierarchy #121
 * Fix for Ansible 2.0 & 2.1 #119

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

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

diffstat:
 ansible-junos-stdlib/Makefile | 2 +-
 ansible-junos-stdlib/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/ansible-junos-stdlib/Makefile b/ansible-junos-stdlib/Makefile
index 5052c7e..515d88d 100644
--- a/ansible-junos-stdlib/Makefile
+++ b/ansible-junos-stdlib/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	ansible-junos-stdlib-1.3.1
+DISTNAME=	ansible-junos-stdlib-1.4.0
 CATEGORIES=	sysutils net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Juniper/}
 
diff --git a/ansible-junos-stdlib/distinfo b/ansible-junos-stdlib/distinfo
index b0b961f..35df822 100644
--- a/ansible-junos-stdlib/distinfo
+++ b/ansible-junos-stdlib/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (ansible-junos-stdlib-1.3.1.tar.gz) = 4406655576b9bec48e920fe929444955bdd07f7e
-RMD160 (ansible-junos-stdlib-1.3.1.tar.gz) = 5b23bafd92469f4946dfe17012cfea5eb0f4b223
-SHA512 (ansible-junos-stdlib-1.3.1.tar.gz) = 3d4484e1f3aafe192354027a112910225770c957f2dce770cb9b5bf30a3ed453ef1121ca3ebe54f4b627447f594f99a26054d7f548df40dacd6c84322cd9a678
-Size (ansible-junos-stdlib-1.3.1.tar.gz) = 34667 bytes
+SHA1 (ansible-junos-stdlib-1.4.0.tar.gz) = 1c2df41b12300530453998d214c5bec668bf7fde
+RMD160 (ansible-junos-stdlib-1.4.0.tar.gz) = e35527e149c186616d8ba66a025725ef8b2182a6
+SHA512 (ansible-junos-stdlib-1.4.0.tar.gz) = 382bc09a493c68c0948cfafe7c15ba149ca7ccb1f8c6490027d5886f654114b4e7ff28670cf1de97d29fdab39e2bb84495cacfb475493ced7b212f65df8726c2
+Size (ansible-junos-stdlib-1.4.0.tar.gz) = 42820 bytes


Home | Main Index | Thread Index | Old Index