14
0
forked from pool/python-pysnmp

Accepting request 1202043 from home:mnhauke:network

- Update to version 7.1.4
  * Dumped pysnmpcrypto dependency and bind to cryptography if
    presented.
- Update to version 7.1.3
  * Fixed a bulkCmd IndexError bug.
  * Cleaned up nextCmd/bulkCmd related code.
  * Revised docs and examples accordingly.
- Update to version 7.1.2
  * Revised v1arch hlapi and its docs/examples.
  * Revised nextCmd, bulkCmd, walkCmd, and bulkWalkCmd returned
    collections.
  * Moved Slim class to v1arch.

OBS-URL: https://build.opensuse.org/request/show/1202043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=59
This commit is contained in:
2024-09-20 07:27:51 +00:00
committed by Git OBS Bridge
parent a18e6f1104
commit 9532b08f41
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Sep 19 18:16:03 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 7.1.4
* Dumped pysnmpcrypto dependency and bind to cryptography if
presented.
- Update to version 7.1.3
* Fixed a bulkCmd IndexError bug.
* Cleaned up nextCmd/bulkCmd related code.
* Revised docs and examples accordingly.
- Update to version 7.1.2
* Revised v1arch hlapi and its docs/examples.
* Revised nextCmd, bulkCmd, walkCmd, and bulkWalkCmd returned
collections.
* Moved Slim class to v1arch.
-------------------------------------------------------------------
Thu Sep 12 17:46:06 UTC 2024 - Martin Hauke <mardnh@gmx.de>