diff --git a/pysnmp-4.4.5.tar.gz b/pysnmp-4.4.5.tar.gz deleted file mode 100644 index 40067cb..0000000 --- a/pysnmp-4.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1620285d62d43a40f1b243aee1340525215b2aaeee70ede0571c392026f6ba99 -size 437415 diff --git a/pysnmp-4.4.6.tar.gz b/pysnmp-4.4.6.tar.gz new file mode 100644 index 0000000..995ad53 --- /dev/null +++ b/pysnmp-4.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f459bba214b9976023c6adf88c05eec04a5d57f6590102692e61721f295c08f0 +size 438138 diff --git a/python-pysnmp.changes b/python-pysnmp.changes index 5e97c1e..7c0c1a0 100644 --- a/python-pysnmp.changes +++ b/python-pysnmp.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Nov 27 17:56:55 UTC 2018 - alexander_naumov@opensuse.org + +- Update to version 4.4.6 + * Improved package build and dependency tracking + * Fixed missing LICENSE from the tarball distribution + * Fixed CommandGeneratorLcdConfigurator.unconfigure() to fully + clean up internal caches, otherwise repetitive attempts to + configure the target would fail. + * Fix to tolerate possible duplicate enumerations in Bits and + IntegerSMI types. + * Fix to tolerate non-initialised entries in SNMP community table. + Once a bad entry sneaked into the SNMP community table, all + the subsequent SNMP v1/v2c operations failed. The fix ignores + incomplete SNMP community table entries in the course of + building indices. + +This is a bug fix release addressing a handful of accumulated bugs. + ------------------------------------------------------------------- Thu Nov 1 13:01:37 UTC 2018 - Tomáš Chvátal diff --git a/python-pysnmp.spec b/python-pysnmp.spec index 347270a..464788f 100644 --- a/python-pysnmp.spec +++ b/python-pysnmp.spec @@ -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.5 +Version: 4.4.6 Release: 0 Summary: A pure-Python SNMPv1/v2c/v3 library License: BSD-2-Clause