Adopt cloudshell-snmp 6.0 / cloudshell-snmp-autoload 3.0 (pysnmp 7) - #48
Merged
Merged
Conversation
- requirements: cloudshell-snmp >=6.0,<7.0, cloudshell-snmp-autoload >=3.0,<4.0; sibling bumps forced by install conflicts (cloudshell-cli 4.x pins cryptography<37 vs snmp 6.0's >=43): cli >=5.0,<6, shell-flows >=2.0.3,<3.0, connectivity-flow >=3.1.3,<4.0, shell-standards >=2.0,<3.0; standard-telnetlib for py3.13 (telnetlib removed from stdlib, still imported by cloudshell-cli) - autoload: GenericSNMPAutoload 3.0 takes resource_model in the constructor and discover(supported_os) only; Huawei override of discover() dropped (base flow covers it), flow updated accordingly - snmp handler: EnableDisableSnmpConfigurator 6.0 signature (explicit snmp_parameters + enable/disable flags); enable-snmp flow uses the renamed SNMPV3Parameters fields (snmp_auth_protocol, snmp_private_key_protocol) - configuration/firmware flows: shell-flows 2.x URL objects (RemoteURL/BasicLocalUrl) replace the removed UrlParser; ConfigurationType/RestoreMethod enums; append restore rejected via SUPPORTED_RESTORE_METHODS - connectivity flow: connectivity-flow 3.x API (ParseConnectivityRequestService, _set_vlan/_remove_vlan); vlan flows remain the previous no-op stubs - packaging/CI: version 4.1.0, python_requires>=3.9 + 3.9-3.13 classifiers, tox py39, drop sdist --format zip and bdist --universal, pre-commit hooks bumped (isort 5.13 / black 24.8 / flake8 7.1), workflow renamed package-tox-py-39 and moved to Python 3.9 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adopts the pysnmp-7-based cloudshell-snmp 6.0 line.
Part of the bundled-Python 3.13 upgrade wave. Upstream context: QualiSystems/cloudshell-snmp#60.
🤖 Generated with Claude Code