Accepting request 844926 from home:mnhauke:network:automation

- Update to version 2.5.4
  Features Added
  * cRPD model check to be added for on-box junos.
  Bugs Fixed
  * support use-fast-diff in diff/pdff function.
  * Zeroize handling modified for scenario where only warning is
    returned in the rpc-reply.
  * ntc_template and textfsm module's installation made optional
    and to be done explicitly if one want to use PyEZ table/view
    for other vendors cli o/p parsing.
  * Checksum algorithm argument to be passed during remote
    checksum in software installation.
  * docstring initialized with empty string as it becomes empty
    if optimization flag is added.

OBS-URL: https://build.opensuse.org/request/show/844926
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-junos-eznc?expand=0&rev=18
This commit is contained in:
Markéta Machová 2020-10-30 12:33:08 +00:00 committed by Git OBS Bridge
parent daa3546840
commit 59338187b4
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2eadf159bc358dc35cb580341d83637191efb06c9200c24306c9ff5e1890fb9
size 579839

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fff9d52563b6f1de194cd74b5357ff740ea2a13433eb348c8f4b5b64564fae94
size 580962

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Oct 29 19:40:57 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.5.4
Features Added
* cRPD model check to be added for on-box junos.
Bugs Fixed
* support use-fast-diff in diff/pdff function.
* Zeroize handling modified for scenario where only warning is
returned in the rpc-reply.
* ntc_template and textfsm module's installation made optional
and to be done explicitly if one want to use PyEZ table/view
for other vendors cli o/p parsing.
* Checksum algorithm argument to be passed during remote
checksum in software installation.
* docstring initialized with empty string as it becomes empty
if optimization flag is added.
-------------------------------------------------------------------
Fri Sep 18 10:55:57 UTC 2020 - pgajdos@suse.com

View File

@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-junos-eznc
Version: 2.5.3
Version: 2.5.4
Release: 0
Summary: Junos 'EZ' automation for non-programmers
License: Apache-2.0