cisco-open / cisco-catalyst-wan-sdk

Cisco Catalyst WAN SDK
Apache License 2.0
16 stars 2 forks source link

Migrate from ciscoconfparse to ciscoconfparse2 or fix the ciscoconfparse version #60

Open JimOverholt opened 4 months ago

JimOverholt commented 4 months ago

Description

When running the script, each time we get following logs:

2024-02-11 11:17:01.938 | INFO     | ciscoconfparse.ciscoconfparse:__init__:701 - As of version 1.9.17 and later, `ignore_blank_lines=True` is only honored when `factory=True`
2024-02-11 11:17:01.938 | INFO     | ciscoconfparse.ciscoconfparse:__init__:701 - As of version 1.9.17 and later, `ignore_blank_lines=True` is only honored when `factory=True`

When trying to see why this happens I've seen that ciscoconfparse is no longer being developed and ciscoconfparse2 is the replacement. Could we please force ciscoconfparse version to be 1.9.16 in short term and in long term migrate to ciscoconfparse2?

JimOverholt commented 4 months ago

This issue was migrated from an old repository: https://github.com/CiscoDevNet/catalystwan/issues/458