Revisions of python-junos-eznc

buildservice-autocommit accepted request 1169283 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 31)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1168537 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 30)
- Update to 2.7.1
  * Added customer juniper paramiko module as a dependency which 
    supported aes128 and aes257 cipher #1299
- Create no-six.patch to get rid of six dependency.
buildservice-autocommit accepted request 1146140 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 29)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 28)
- Update to 2.7.0:
  - Support added for Python 3.10 and above version.
- 2.6.8:
  - Introduced optional argument routing instance for fs.cp() API
  - Introduced optional argument member_id for installation of pkg on
    specific member id of EX-VC
  - Changed the VlanTable field name to vlan-name and BfdSessionTable
    field name to client-name #423
  - Fixed the port details in StartShell to use the port from Device
    object instead of default Port 22 #573
  - Fixed the sw.install to use Windows file path for package copy
    #1206
  - Fixed the sw.install to install the vc_master after the other
    vc_members gets installed for EX-3400 where unlink is set by
    default #1247
  - Removed Unused Dependency: Netaddr #1257
  - Fixed "object": version_info(re_version) emits ValueError: invalid
    literal for int() with base 10: '17-EVO' for EVO version
    X50.17-EVO#1264
- Drop python-junos-eznc-remove-nose.patch
buildservice-autocommit accepted request 1068621 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 27)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 26)
- Add python-311.patch to support python 3.11, gh#Juniper/py-junos-eznc#1236
- Remove python-junos-eznc-fix-unittests.patch, not needed anymore
- Update to 2.6.7:
  * Supported option to set look_for_keys with bool True/False #1234
  * Fixed build failure against setuptools #1231
- 2.6.6
  * Fixed reboot failing on other RE #1199
  * Fixed passing 'sleep' arg to StartShell run() #1202
  * Fixed PyEZ get-facts support for ACX model #1209
  * Fixed EthPortTable regex pattern #1215
  * Fixed StartShell UnboundLocalError #1203 #1211
- 2.6.5
  * Supported multi-gig ports for EthPortTable.yml #1177
  * Fixed on-box support for start shell types #1190 #1186
  * Fixed conn_open_timeout value was getting set None , changed it to
    default 30 seconds #1184
- 2.6.4
  * Supported start_shell options to choose the shell types (sh or csh) #995
  * Supported for python 3.9
  * Fixed Device facts current_re returns the SRX cluster node0 and
    node1 details with cluster ID 16 #1135
  * Fixed upgrade ncclient version 0.6.13, updated requirements.txt to
    install ncclient==0.6.13 #1153
  * Fixed deprecation warning due to invalid escape sequences #1034
  * Fixed Unit tests test_sw_put_ftp failure #1165
buildservice-autocommit accepted request 974759 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 25)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 974649 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 24)
- added patches
  fix https://github.com/Juniper/py-junos-eznc/issues/1176
  + python-junos-eznc-no-mock.patch

- added patches
  fix https://github.com/Juniper/py-junos-eznc/commit/96f25bb8aa006e12e48902a91a1dc6ff595bdd2d
  + python-junos-eznc-fix-unittests.patch
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 945709 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 23)
- remove selectors2 build requirement: It's unmaintained and pulled
  in by ncclient only if necessary, i.e. on python <= 3.4, but
  nowhere declared or used by this junos-eznc.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 925087 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 22)
- Update to version 2.6.3
  * Enhancements done
    Adding ignore warning for rollback api #1131
    Add escaped $ Bourne-style shell prompt support #868
  * Bugs Fixed
    - Fix for junos versions returning a bool value for config diff
      if there are no changes #1093
    - Handle ncclient timeout exception at close. #787
    - Newer junos versions return a bool for config diff and not
      etree if there are no changes #1093
- Changes from 2.6.2
  * Bugs Fixed
    - Fix for evo device as Password prompt comes directly during
      telnet #1112
- Changes from 2.6.1
  * Enhancement Added
    - Flag for json.loads() for special character like newline was
      made false by default. #1029
  * Bugs Fixed
    - Transform function modified only for the rpc and set back to
      original value. #1108
    - Skip the values returned in re-list without numbers during
      multi re software install #1099
    - getiterator() replaced with iter() as was deprecated in
      Python 3.2 and removed in Python 3.9 #1110
- Drop python-junos-eznc-py39xml.patch because now in upstream.
buildservice-autocommit accepted request 888644 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 21)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) accepted request 888556 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 20)
- Update to 2.6.0
  * Python 2 support removed from this release.
  * Session-id variable added to support telnet based persistent
    connection in Juniper supported ansible collections.
- Add python-junos-eznc-py39xml.patch gh#Juniper/py-junos-eznc#1110
- Skip failing test gh#Juniper/py-junos-eznc/issues/1109
buildservice-autocommit accepted request 845024 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 19)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 844926 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 18)
- 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.
buildservice-autocommit accepted request 835404 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 17)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 835384 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 16)
- use pytest instead of nose and replace deprecated
  yamlordereddictloader by yamlloader
- added patches:
  + python-junos-eznc-remove-nose.patch
  + python-junos-eznc-remove-yamlordereddictloader.patch
buildservice-autocommit accepted request 830423 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 830308 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 14)
- Update to version 2.5.3
  Bugs fixed:
  * vmhost single re based image upgrade is failing while reboot.
buildservice-autocommit accepted request 828721 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 13)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 828702 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 12)
- Update to version 2.5.2
  * juniper_junos_system fails when (vmhost) rebooting MX204 router
  * Testcase failing in PyEZ after ncclient upgrade
  * Wheel support for version integrated with versioneer.
  * rpc-reply during reboot parsing gives error
Displaying revisions 1 - 20 of 31
openSUSE Build Service is sponsored by