From a18e6f1104a34549de56625ba089a28d616d836deda7503d5525d0f19f198632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 13 Sep 2024 12:32:23 +0000 Subject: [PATCH] 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 --- pysnmp-6.2.4.tar.gz | 3 --- pysnmp-7.1.1.tar.gz | 3 +++ python-pysnmp.changes | 39 +++++++++++++++++++++++++++++++++++++++ python-pysnmp.spec | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) delete mode 100644 pysnmp-6.2.4.tar.gz create mode 100644 pysnmp-7.1.1.tar.gz diff --git a/pysnmp-6.2.4.tar.gz b/pysnmp-6.2.4.tar.gz deleted file mode 100644 index 3b13975..0000000 --- a/pysnmp-6.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b1346f561fdc53f13019c5ec2c108224b4935d5bb6d2c0133ca236bbae77665 -size 413802 diff --git a/pysnmp-7.1.1.tar.gz b/pysnmp-7.1.1.tar.gz new file mode 100644 index 0000000..b6c44aa --- /dev/null +++ b/pysnmp-7.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151ecbbea3d54cdecebd4ddb74f565e18cb48b2c9471350bb1dd067ddd8b67b6 +size 429644 diff --git a/python-pysnmp.changes b/python-pysnmp.changes index c3d8da1..e775c6e 100644 --- a/python-pysnmp.changes +++ b/python-pysnmp.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Thu Sep 12 17:46:06 UTC 2024 - Martin Hauke + +- 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 + * Removed pyasn1.compat dependency. +- Update to version 6.2.5 + * Improved OrderedDict performance. + * User credentials changes are now reflected in the LCD. + * Other cleanup. + ------------------------------------------------------------------- Mon Jul 29 08:33:51 UTC 2024 - Daniel Garcia diff --git a/python-pysnmp.spec b/python-pysnmp.spec index dc7bd4f..7319bed 100644 --- a/python-pysnmp.spec +++ b/python-pysnmp.spec @@ -17,7 +17,7 @@ Name: python-pysnmp -Version: 6.2.4 +Version: 7.1.1 Release: 0 Summary: A pure-Python SNMPv1/v2c/v3 library License: BSD-2-Clause