forked from pool/python-pysnmp
Accepting request 664286 from home:mnhauke
- Update to version 4.4.8 * Fixed Pythonized MIB load (in the source form) - made sure to turn it into a code object prior to its execution - Update to version 4.4.7 * Exposed ASN.1 `Null` type through `rfc1902` module for convenience. * Use `compile()` before `exec`'ing MIB modules to attach filename to the stack frames (ultimately shown in traceback/debugger) * Fixed hlapi/v3arch transport target caching to ensure transport targets are different even if just timeout/retries options differ * Fixed hlapi LCD configurator to include `contextName`. Prior to this fix sending SNMPv3 TRAP with non-default `contextName` would fail. * Fixed possible duplicate key occurrence in the `OrderedDict` following a race condition * Fixed undefined name references in `inet_pton`/`inet_ntop` substitute routines for IPv6 in `TRANSPORT-ADDRESS-MIB.py` OBS-URL: https://build.opensuse.org/request/show/664286 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=37
This commit is contained in:
committed by
Git OBS Bridge
parent
43b85b6942
commit
aaeb196608
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pysnmp
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pysnmp
|
||||
Version: 4.4.6
|
||||
Version: 4.4.8
|
||||
Release: 0
|
||||
Summary: A pure-Python SNMPv1/v2c/v3 library
|
||||
License: BSD-2-Clause
|
||||
|
Reference in New Issue
Block a user