Revisions of python-napalm

buildservice-autocommit accepted request 1109156 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 33)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 32)
- Add patch remove-future-requirement.patch, remove requirement of
  future module.
- Switch to pyproject macros.
- Stop using greedy globs in %files.
buildservice-autocommit accepted request 1105467 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 31)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1105435 from Georg Pfuetzenreuter's avatar Georg Pfuetzenreuter (crameleon) (revision 30)
- Update to 4.1.0
- add napalm-gh-pr1796-xmlgetparent.patch to resolve an exception while reading XML output from Junos
buildservice-autocommit accepted request 1046173 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 29)
baserev update by copy to link target
buildservice-autocommit accepted request 1031189 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 26)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 25)
Adjust Requires
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1031059 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 24)
- Remove empty netmiko-4-support.patch
- Update to 4.0.0
  Type Hinting
  ============
  - After months of work, @Kircheneer added type hinting support in #1412 and
    #1476.
  New features
  ============
  - Add Commit-Confirm support for Cisco IOS #1691
  - New encoding argument added to the cli method to return the output of
    operational / show commands in the desired format. Currently supported on
    Junos and EOS. #1637 & #1663
  - Added ttp_parse helper function to codebase #1563
  - Replaced ciscoconfparse with netutils #1565
  - New SSH transport available for Arista EOS - thanks @thomasbridge74 #1502
  Improvements
  ============
  - Adds mac and ip checks for getters #1560
  - The uptime field in the get_facts return is now float type: #1651
  - [NX-OS] Improve compare_config for NXOS partial merging #1567
  - [EOS] support arbitrary transport class #1643 & #1647
  - [EOS] move config lock check to _load_config #1642
  - [EOS] Handle modern memory output from Arista EOS 4.27+ #1673
  - [IOS-XR] Improving get_facts behavior to handle XML changes in newer OS
    versions #1667
  - [Junos] make sure we don't duplicate LLDP neighbor entries #1640
  Bug fixes
  =========
  - [Junos] find for system uptime element #1675
  - [IOS-XR] get_lldp_neighbor_details does not support 'N/A' capabilities
    #1681
  - [IOS-XR] get_lldp_neighbor_details add alternative lldp local interface key
    #1682
  - [NX-OS] get_interfaces fix description on SVI interfaces #1571
  - [IOS] get_vlans does not return all interfaces if they wrap around in the
    config #1569
  - [Junos] Fix #1549: Check peer admin status from the BGP options #1566
  - [EOS] get_bgp_neighbors_detail only returns back a single peer for a
    certain EOS platform #1573
- Update to 3.4.1
  * Pinning to junos-eznc>=2.6.3
buildservice-autocommit accepted request 993200 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 23)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 22)
- Add patch netmiko-4-support.patch:
  * Support netmiko >= 4
  * As a consequence, bump {Build,}Requires on netmiko to >= 4.
- Remove unneeded BuildRequires on mock
buildservice-autocommit accepted request 964675 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 21)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 964663 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 20)
- version update to 3.4.0
  Junos
      Junos discard_config on error fix #1448
      Junos LLDP improvements #1470
      Junos pass self.ignore_warning to diff call in compare_config() #1480
  NX-OS
      Improve NX-API error messages #1461
      NX-OS disable SSL InsecureRequestWarning if ssl_verify is False #1510
      NX-OS unknown interface MTU and unknown speed as -1 #1511
      NX-OS improve JSON handling in newer NX-OS versions #1490
  IOS
      IOS allow BGP configuration with no explicit AFI #1477
      Escape vlan_name on IOS before building regex string #1546
      Handle get_network_instances for IOS devices that do not support show vrf detail #1547
  EOS
      EOS fix get_bgp_config mismatch between neighbors and peer-group #1503
  IOS-XR
      Pass IOS-XR NETCONF optional_args to ncclient connect #1535
  General
      Bandwidth parameter returned as a float
      Pin Netmiko to require Netmiko version 3.3.X or 3.4.X
- added patches
  fix https://github.com/napalm-automation/napalm/issues/1594
  + python-napalm-no-mock.patch
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 945710 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 19)
- remove selectors2 test requirement: It's unmaintained and pulled
  in by ncclient only if necessary, i.e. on python <= 3.4 (!), but
  nowhere declared or used by napalm itself.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 925207 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 18)
- Fix build error for Leap 15.3
  - Add Missing python-lxml.
  - Add missing python-typing_extensions.

If you not believe, branch it and try to build.

Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 913295 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 17)
- Update to version 3.3.1
  * [IOS-XR] Fix #1330 (get_bgp_neighbors_detail: flap_count
    return a negative value).
  * [IOS] Fix #1387 (get_network_instances fails KeyError when
    deleting item from interfaces).
  * [Junos] Fix bgp flap_count issue for iosxr_netconf.
  * [Junos] Change the function cli when result is xml object.
  * [EOS, IOS, Junos, NXOS] Add source_interface argument to ping.
- Update to version 3.3.0
  New Features
  * [Junos] Add get_vlans for Junos.
  * [Junos] Added Support for Logical Interfaces Counters.
  * [Junos] Use aply-groups inheritance on get-configuration RPC
    calls.
  * [Core] Adding cannonical mapping for 25GE, 50GE, 200GE and
    400GE interfaces.
  Bug Fixes
  * [EOS] Fix for BGP description not found by get_bgp_neighbors
    in some EOS versions.
  * [EOS] Set next hop to something valid for vxlan routes.
  * [EOS] Fix naplam.get_route_to() not working on EOS:failed to
    detect a valid IP address from u''.
  * [IOS-XR] XR 7+: get_lldp_neighbors_detail query only the
    NodeTable.
  * [IOS-XR] Resolve #1181 (IOS-XR get_environment() throws an
    error in 6.3.2 on NCS5501) and reduce the get_facts heavy
    workload.
  * [IOS-XR] Look up the KeepAliveTime and HoldTime keys in the
    VRF tree.
  * [Junos] Fix sanitized bug for Junos.
buildservice-autocommit accepted request 831976 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 16)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 831955 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 15)
- Update to version 3.2.0
  New features
  * [EOS] Add get_vlans getter.
  * [NX-OS] Feature/nxos ssh get_interfaces_counters.
  Bug fixes and behaviour changes
  * [IOS] get_network_instances fixes, see #1095 for more details.
  * [IOS-XR] get_route_to fix pyIOSXR.exceptions.XMLCLIError for
    some versions.
  * [EOS] Fix get_arp_table for static ARP records.
  * [EOS] Add EOS-4.23+ translation for show environment temperature.
  * [IOS] Update get_probe code to make it work it IOS XE 16.12.x.
buildservice-autocommit accepted request 823035 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 14)
baserev update by copy to link target
Displaying revisions 1 - 20 of 33
openSUSE Build Service is sponsored by