From aaeb1966088763597bfaa5800375cfe71af76f6ff620635e3b4e3e33d43f3dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 10 Jan 2019 08:37:26 +0000 Subject: [PATCH] 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 --- pysnmp-4.4.6.tar.gz | 3 --- pysnmp-4.4.8.tar.gz | 3 +++ python-pysnmp.changes | 22 ++++++++++++++++++++++ python-pysnmp.spec | 6 +++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 pysnmp-4.4.6.tar.gz create mode 100644 pysnmp-4.4.8.tar.gz diff --git a/pysnmp-4.4.6.tar.gz b/pysnmp-4.4.6.tar.gz deleted file mode 100644 index 995ad53..0000000 --- a/pysnmp-4.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f459bba214b9976023c6adf88c05eec04a5d57f6590102692e61721f295c08f0 -size 438138 diff --git a/pysnmp-4.4.8.tar.gz b/pysnmp-4.4.8.tar.gz new file mode 100644 index 0000000..ee30a26 --- /dev/null +++ b/pysnmp-4.4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3427de5cf38926414f6dc4ed9b7854386023cc1d51fa276924fc1409504397be +size 439338 diff --git a/python-pysnmp.changes b/python-pysnmp.changes index 9d23746..17c4a29 100644 --- a/python-pysnmp.changes +++ b/python-pysnmp.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Jan 10 08:22:22 UTC 2019 - mardnh@gmx.de + +- 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` + ------------------------------------------------------------------- Tue Dec 4 12:52:53 UTC 2018 - Matej Cepl diff --git a/python-pysnmp.spec b/python-pysnmp.spec index 4922752..1ebdd2d 100644 --- a/python-pysnmp.spec +++ b/python-pysnmp.spec @@ -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