python-netgear-switch-library 0.0.post154__tar.gz → 0.0.post156__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/.github/workflows/ci.yml +2 -2
  2. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/.github/workflows/deb.yml +8 -8
  3. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/.github/workflows/publish-pypi.yml +4 -4
  4. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/PKG-INFO +1 -1
  5. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/_version.py +2 -2
  6. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/.gitignore +0 -0
  7. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/LICENSE +0 -0
  8. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/README.md +0 -0
  9. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/RELEASING.md +0 -0
  10. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/debian/changelog +0 -0
  11. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/debian/control +0 -0
  12. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/debian/copyright +0 -0
  13. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/debian/rules +0 -0
  14. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/debian/source/format +0 -0
  15. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-15-foundation.md +0 -0
  16. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-17-slice-02-snmp-read-core.md +0 -0
  17. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-17-slice-03-read-apis.md +0 -0
  18. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-18-slice-04-snmp-write.md +0 -0
  19. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-18-slice-05-nsdp.md +0 -0
  20. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-18-slice-06-http.md +0 -0
  21. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-18-slice-07-cli.md +0 -0
  22. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/plans/2026-07-18-slice-08-packaging-ci.md +0 -0
  23. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/docs/superpowers/specs/2026-07-15-netgear-control-library-design.md +0 -0
  24. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/packaging/apt-index.html +0 -0
  25. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/packaging/ci-build.sh +0 -0
  26. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/packaging/deb-version.py +0 -0
  27. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/pyproject.toml +0 -0
  28. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/__init__.py +0 -0
  29. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/_dispatch.py +0 -0
  30. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/aio_api.py +0 -0
  31. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/__init__.py +0 -0
  32. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/capture.py +0 -0
  33. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/context.py +0 -0
  34. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/format.py +0 -0
  35. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/main.py +0 -0
  36. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/resolve.py +0 -0
  37. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/cli/safety.py +0 -0
  38. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/config.py +0 -0
  39. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/errors.py +0 -0
  40. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/http_read.py +0 -0
  41. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/http_write.py +0 -0
  42. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/models.py +0 -0
  43. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/nsdp_read.py +0 -0
  44. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/nsdp_write.py +0 -0
  45. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/__init__.py +0 -0
  46. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/__init__.py +0 -0
  47. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/crypt.py +0 -0
  48. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/endpoints.py +0 -0
  49. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/forms.py +0 -0
  50. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/parse.py +0 -0
  51. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/http/session.py +0 -0
  52. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/__init__.py +0 -0
  53. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/auth.py +0 -0
  54. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/client.py +0 -0
  55. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/parsers.py +0 -0
  56. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/protocol.py +0 -0
  57. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/types.py +0 -0
  58. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/nsdp/write.py +0 -0
  59. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/snmp/__init__.py +0 -0
  60. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/snmp/client.py +0 -0
  61. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/snmp/oids.py +0 -0
  62. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/snmp/parse.py +0 -0
  63. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/protocols/snmp/write.py +0 -0
  64. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/py.typed +0 -0
  65. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/registry.py +0 -0
  66. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/snmp_read.py +0 -0
  67. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/snmp_write.py +0 -0
  68. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/sync_api.py +0 -0
  69. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/__init__.py +0 -0
  70. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/aio/__init__.py +0 -0
  71. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/aio/nsdp_udp.py +0 -0
  72. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/aio/snmp_pysnmp.py +0 -0
  73. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/http/__init__.py +0 -0
  74. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/http/client.py +0 -0
  75. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/sync/__init__.py +0 -0
  76. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/sync/nsdp_udp.py +0 -0
  77. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/transport/sync/snmp_netsnmp_cli.py +0 -0
  78. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/__init__.py +0 -0
  79. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/faces/__init__.py +0 -0
  80. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/faces/http.py +0 -0
  81. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/faces/mibview.py +0 -0
  82. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/faces/nsdp.py +0 -0
  83. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/faces/snmp.py +0 -0
  84. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/seed.py +0 -0
  85. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/server.py +0 -0
  86. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/state.py +0 -0
  87. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/src/netgear_switch/virtual/web.py +0 -0
  88. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_capture.py +0 -0
  89. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_cli_integration.py +0 -0
  90. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_control_poe_port.py +0 -0
  91. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_control_vlan_ip.py +0 -0
  92. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_format.py +0 -0
  93. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_main_framework.py +0 -0
  94. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_prompt_wiring.py +0 -0
  95. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_read_commands.py +0 -0
  96. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_resolve.py +0 -0
  97. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/cli/test_safety.py +0 -0
  98. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/conftest.py +0 -0
  99. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/equivalence.py +0 -0
  100. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_dashboard.html +0 -0
  101. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_login.html +0 -0
  102. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_membership.html +0 -0
  103. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_poestatus.html +0 -0
  104. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_portstats.html +0 -0
  105. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_pvid.html +0 -0
  106. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/http/gs305ep_vlancfg.html +0 -0
  107. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/snmp/gsm7252ps_fans.txt +0 -0
  108. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/snmp/gsm7252ps_ifhighspeed.txt +0 -0
  109. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/snmp/gsm7252ps_ifoperstatus.txt +0 -0
  110. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/fixtures/snmp/gsm7252ps_psu.txt +0 -0
  111. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/http/test_crypt.py +0 -0
  112. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/http/test_endpoints.py +0 -0
  113. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/http/test_forms.py +0 -0
  114. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/http/test_parse.py +0 -0
  115. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/nsdp/test_auth.py +0 -0
  116. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/nsdp/test_parsers.py +0 -0
  117. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/nsdp/test_protocol.py +0 -0
  118. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/nsdp/test_write_frame.py +0 -0
  119. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_client.py +0 -0
  120. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_oids.py +0 -0
  121. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_lldp_macs.py +0 -0
  122. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_mgmt_ip.py +0 -0
  123. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_poe_sensors.py +0 -0
  124. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_ports.py +0 -0
  125. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_system_info.py +0 -0
  126. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_parse_vlans.py +0 -0
  127. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/protocols/snmp/test_write_encode.py +0 -0
  128. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_aio_api.py +0 -0
  129. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_config.py +0 -0
  130. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_deb_version.py +0 -0
  131. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_dispatch.py +0 -0
  132. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_errors.py +0 -0
  133. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_facade_equivalence.py +0 -0
  134. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_http_dispatch.py +0 -0
  135. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_http_equivalence.py +0 -0
  136. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_http_read.py +0 -0
  137. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_http_write.py +0 -0
  138. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_import.py +0 -0
  139. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_models.py +0 -0
  140. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_models_snmp_read.py +0 -0
  141. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_nsdp_integration.py +0 -0
  142. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_nsdp_read.py +0 -0
  143. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_nsdp_write.py +0 -0
  144. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_public_api.py +0 -0
  145. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_quality_gates.py +0 -0
  146. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_registry.py +0 -0
  147. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_snmp_integration.py +0 -0
  148. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_snmp_read.py +0 -0
  149. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_snmp_write.py +0 -0
  150. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_sync_api.py +0 -0
  151. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_version.py +0 -0
  152. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/test_write_equivalence.py +0 -0
  153. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_http_client.py +0 -0
  154. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_nsdp_udp_sync.py +0 -0
  155. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_set_transport.py +0 -0
  156. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_snmp_netsnmp_cli.py +0 -0
  157. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_snmp_pysnmp.py +0 -0
  158. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/transport/test_value_parity.py +0 -0
  159. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_mibview.py +0 -0
  160. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_mutable_state.py +0 -0
  161. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_nsdp_state.py +0 -0
  162. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_snmp_write_face.py +0 -0
  163. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_state_seed.py +0 -0
  164. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_virtual_http_face.py +0 -0
  165. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_virtual_nsdp_face.py +0 -0
  166. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_virtual_snmp_face.py +0 -0
  167. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/tests/virtual/test_web_projection.py +0 -0
  168. {python_netgear_switch_library-0.0.post154 → python_netgear_switch_library-0.0.post156}/uv.lock +0 -0
@@ -21,7 +21,7 @@ jobs:
21
21
  matrix:
22
22
  python-version: ["3.11", "3.12", "3.13"]
23
23
  steps:
24
- - uses: actions/checkout@v4
24
+ - uses: actions/checkout@v5
25
25
  with:
26
26
  fetch-depth: 0 # full history so hatch-vcs can derive the version
27
27
 
@@ -30,7 +30,7 @@ jobs:
30
30
  sudo apt-get update
31
31
  sudo apt-get install -y --no-install-recommends snmp
32
32
 
33
- - uses: astral-sh/setup-uv@v6
33
+ - uses: astral-sh/setup-uv@v7
34
34
 
35
35
  - name: Install the matrix Python
36
36
  run: uv python install ${{ matrix.python-version }}
@@ -19,7 +19,7 @@ jobs:
19
19
  matrix:
20
20
  suite: [trixie, sid]
21
21
  steps:
22
- - uses: actions/checkout@v4
22
+ - uses: actions/checkout@v5
23
23
  with:
24
24
  fetch-depth: 0 # full history so deb-version.py can count commits
25
25
 
@@ -30,7 +30,7 @@ jobs:
30
30
  docker.io/library/debian:${{ matrix.suite }} \
31
31
  sh packaging/ci-build.sh
32
32
 
33
- - uses: actions/upload-artifact@v4
33
+ - uses: actions/upload-artifact@v7
34
34
  with:
35
35
  name: debs-${{ matrix.suite }}
36
36
  path: built-debs/
@@ -45,16 +45,16 @@ jobs:
45
45
  name: github-pages
46
46
  url: ${{ steps.deploy.outputs.page_url }}
47
47
  steps:
48
- - uses: actions/checkout@v4
48
+ - uses: actions/checkout@v5
49
49
 
50
50
  - name: Download trixie debs
51
- uses: actions/download-artifact@v4
51
+ uses: actions/download-artifact@v8
52
52
  with:
53
53
  name: debs-trixie
54
54
  path: apt-repo/trixie/
55
55
 
56
56
  - name: Download sid debs
57
- uses: actions/download-artifact@v4
57
+ uses: actions/download-artifact@v8
58
58
  with:
59
59
  name: debs-sid
60
60
  path: apt-repo/sid/
@@ -97,11 +97,11 @@ jobs:
97
97
  cd ../..
98
98
  done
99
99
 
100
- - uses: actions/configure-pages@v5
100
+ - uses: actions/configure-pages@v6
101
101
 
102
- - uses: actions/upload-pages-artifact@v3
102
+ - uses: actions/upload-pages-artifact@v5
103
103
  with:
104
104
  path: apt-repo/
105
105
 
106
106
  - id: deploy
107
- uses: actions/deploy-pages@v4
107
+ uses: actions/deploy-pages@v5
@@ -16,11 +16,11 @@ jobs:
16
16
  build:
17
17
  runs-on: ubuntu-latest
18
18
  steps:
19
- - uses: actions/checkout@v4
19
+ - uses: actions/checkout@v5
20
20
  with:
21
21
  fetch-depth: 0 # full history for hatch-vcs version derivation
22
22
 
23
- - uses: astral-sh/setup-uv@v6
23
+ - uses: astral-sh/setup-uv@v7
24
24
 
25
25
  - name: Build sdist + wheel
26
26
  run: uv build
@@ -28,7 +28,7 @@ jobs:
28
28
  - name: Show derived version
29
29
  run: ls -1 dist/
30
30
 
31
- - uses: actions/upload-artifact@v4
31
+ - uses: actions/upload-artifact@v7
32
32
  with:
33
33
  name: dist
34
34
  path: dist/
@@ -41,7 +41,7 @@ jobs:
41
41
  permissions:
42
42
  id-token: write
43
43
  steps:
44
- - uses: actions/download-artifact@v4
44
+ - uses: actions/download-artifact@v8
45
45
  with:
46
46
  name: dist
47
47
  path: dist/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-netgear-switch-library
3
- Version: 0.0.post154
3
+ Version: 0.0.post156
4
4
  Summary: Python library and CLI to query and control Netgear switches over SNMP, NSDP and HTTP.
5
5
  Author-email: Tim Ansell <me@mith.ro>
6
6
  License-Expression: Apache-2.0
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '0.0.post154'
22
- __version_tuple__ = version_tuple = (0, 0, 'post154')
21
+ __version__ = version = '0.0.post156'
22
+ __version_tuple__ = version_tuple = (0, 0, 'post156')
23
23
 
24
24
  __commit_id__ = commit_id = None