8 Commits

Author SHA256 Message Date
168003dd16 Accepting request 1202106 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1202106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysnmp?expand=0&rev=21
2024-09-20 15:12:01 +00:00
9532b08f41 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
2024-09-20 07:27:51 +00:00
cc483135af Accepting request 1200832 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1200832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysnmp?expand=0&rev=20
2024-09-15 10:35:55 +00:00
a18e6f1104 Accepting request 1200703 from home:mnhauke:network
- Update to version 7.1.1
  * Reimplemented walkCmd and bulkWalkCmd.
- Update to version 7.1.0
  * Removed pyasn1.compat dependency.
  * Switched to async DNS resolver.
- Update to version 7.0.3
  * The high-level API (hlapi) extended to cover lightweight SNMP
    v1arch in hope to ease the use of packet-level SNMP API.
  * The signature of the hlapi .sendNotification() call has changed
    to accept *varBinds instead of a sequence of varBinds.
- Update to version 7.0.2
  * Fixed a duplicate item issue in bulkWalkCmd.
- Update to version 7.0.1
  * Many really old backward-compatibility code snippets removed.
    Most importantly, everything related to (non-standard) UNIX
    domain socket transport are gone.
  * The MIB instrumentation API overhauled in backward incompatible
    way:
    + MIB instrumentation methods signatures simplified to accept
      just var-binds (as var-arg), the rest of the parameters
      packed into opaque kwargs
    + CommandResponder application passes snmpEngine and optionally
      user-supplied cbCtx object throughout the MIB instrumentation
      methods. The goal is to let MIB objects access/modify whatever
      custom Python objects they need while being called back.
  * Cherry-picked many minor fixes from etingof/master branch.
- Update to version 7.0.0
  * Applied PEP8 recommended names.
    This breaks backward compatibility.
- Update to version 6.2.6

OBS-URL: https://build.opensuse.org/request/show/1200703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=57
2024-09-13 12:32:23 +00:00
761e4f5209 Accepting request 1190192 from devel:languages:python
- Update to version 6.2.4
  * Deleted more obsolete items.
- Update to version 6.2.3
  * Removed unused dependencies.
- Enable tests
- Get source from pypi, github tag doesn't have the latest version and
  looks like the releases are not done in the github.

- Update to version 6.2.2
  * Cleaned up sync API leftover.
  * Retired temporary sync API.
  * Removed package postfix. A helper release to enable migration.
  * Merged changes from 4.4.13.
  * Fixed more access descriptors.
  * Initial work to support pysmi-lextudio 1.3.0 and above.
  * Removed package postfix. A helper release to enable migration.
  * Restricted pysmi-lextudio version to 1.2.0 to avoid
    breaking changes.
  * Fixed walkCmd bug.
  * Fixed bulkWalkCmd bug.
  * Added sync oneliner back.
  * Fix annotations.
  * Added walkCmd() and bulkWalkCmd() to hlapi.
  * Improved Slim class to support IPv6.
  * Added some sync API based on asyncio.
  * Added custom socket support in openServerMode.
  * Fixed various bugs in RFC3414 error handling.
  * Reverted some changes in 6.0.2 on asyncio dispatch.
  * Deleted asyncore related bits.
  * Simplified asyncio dispatch.

OBS-URL: https://build.opensuse.org/request/show/1190192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysnmp?expand=0&rev=19
2024-07-29 19:52:55 +00:00
3ae0b48c3a - Ignore broken tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=55
2024-07-29 09:00:41 +00:00
3c6b5c1baa - Update to version 6.2.4
* Deleted more obsolete items.
- Update to version 6.2.3
  * Removed unused dependencies.
- Enable tests
- Get source from pypi, github tag doesn't have the latest version and
  looks like the releases are not done in the github.
- Update to version 6.2.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=54
2024-07-29 08:45:06 +00:00
8736e743bd Accepting request 1188794 from home:mnhauke:network
- Update to version 6.6.2
  * Deleted more obsolete items.
  * Removed unused dependencies.
  * Cleaned up sync API leftover.
  * Retired temporary sync API.
  * Removed package postfix. A helper release to enable migration.
  * Merged changes from 4.4.13.
  * Fixed more access descriptors.
  * Initial work to support pysmi-lextudio 1.3.0 and above.
  * Removed package postfix. A helper release to enable migration.
  * Restricted pysmi-lextudio version to 1.2.0 to avoid
    breaking changes.
  * Fixed walkCmd bug.
  * Fixed bulkWalkCmd bug.
  * Added sync oneliner back.
  * Fix annotations.
  * Added walkCmd() and bulkWalkCmd() to hlapi.
  * Improved Slim class to support IPv6.
  * Added some sync API based on asyncio.
  * Added custom socket support in openServerMode.
  * Fixed various bugs in RFC3414 error handling.
  * Reverted some changes in 6.0.2 on asyncio dispatch.
  * Deleted asyncore related bits.
  * Simplified asyncio dispatch.
  * Added ignoreNonIncreasingOid option to nextCmd and bulkCmd.
  * Fixed a dispatch bug related to "Slim.close".
  * Improved asyncio "runDispatcher" method to support timeout.
  * Changed internal defaults to asyncio.
  * Converted asyncore samples to asyncio.
- Update to version 5.1.0

OBS-URL: https://build.opensuse.org/request/show/1188794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=53
2024-07-29 08:32:58 +00:00

Diff Content Not Available