Upgrade ansible-junos-stdlib to version 1.3.1.

Pkgsrc changes: Adapt PLIST.

Upstream changes:

1.3.1:
 Bug Fixes:
  * junos_rpc was not working with anisble 2.0.1.0 #114
1.3.0:
 New Features:
  * Added junos_rpc
  * Added junos_cli
 Updates/Enhancements:
  * junos_get_config diff option #100
  * Add a timeout argument to the junos_commit module #97
 Bugs Fixed:
  * Ansible 2.0 support #103
  * Exception handling #101
  * Proper log message for junos_srx_cluster #98
  * shebang path changed, modules to work in virtualenv environment too #93 #77
This commit is contained in:
Havard Eidnes 2016-05-18 11:35:59 +02:00
parent c2a2b41eca
commit 9b840c2c13
3 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD$
DISTNAME= ansible-junos-stdlib-1.2.0
PKGREVISION= 1
DISTNAME= ansible-junos-stdlib-1.3.1
CATEGORIES= sysutils net
MASTER_SITES= ${MASTER_SITE_GITHUB:=Juniper/}

View file

@ -10,12 +10,14 @@ share/ansible/roles/Juniper.junos/docs/juniper.png
share/ansible/roles/Juniper.junos/docs/rst.j2
share/ansible/roles/Juniper.junos/env-setup
share/ansible/roles/Juniper.junos/library/__init__.py
share/ansible/roles/Juniper.junos/library/junos_cli
share/ansible/roles/Juniper.junos/library/junos_commit
share/ansible/roles/Juniper.junos/library/junos_get_config
share/ansible/roles/Juniper.junos/library/junos_get_facts
share/ansible/roles/Juniper.junos/library/junos_install_config
share/ansible/roles/Juniper.junos/library/junos_install_os
share/ansible/roles/Juniper.junos/library/junos_rollback
share/ansible/roles/Juniper.junos/library/junos_rpc
share/ansible/roles/Juniper.junos/library/junos_shutdown
share/ansible/roles/Juniper.junos/library/junos_srx_cluster
share/ansible/roles/Juniper.junos/library/junos_zeroize

View file

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (ansible-junos-stdlib-1.2.0.tar.gz) = d6663279f61405e8c9a8f62310f2f44b654b0d63
RMD160 (ansible-junos-stdlib-1.2.0.tar.gz) = 86b8dc2c9afced7ac00cb10e5ed90decc61419ba
SHA512 (ansible-junos-stdlib-1.2.0.tar.gz) = 46b18c2cff04c96144b754f3f99389aa20cf39ee5b72c7407b11cdc827c676a802d2ec4117c8ae96715953ab7eca0bd984825545b63c3c88a43b32f37d297752
Size (ansible-junos-stdlib-1.2.0.tar.gz) = 32462 bytes
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