14
0
forked from pool/python-pysnmp

Accepting request 652439 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/652439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysnmp?expand=0&rev=9
This commit is contained in:
2018-11-29 22:00:40 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1620285d62d43a40f1b243aee1340525215b2aaeee70ede0571c392026f6ba99
size 437415

3
pysnmp-4.4.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f459bba214b9976023c6adf88c05eec04a5d57f6590102692e61721f295c08f0
size 438138

View File

@@ -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 <tchvatal@suse.com> Thu Nov 1 13:01:37 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pysnmp Name: python-pysnmp
Version: 4.4.5 Version: 4.4.6
Release: 0 Release: 0
Summary: A pure-Python SNMPv1/v2c/v3 library Summary: A pure-Python SNMPv1/v2c/v3 library
License: BSD-2-Clause License: BSD-2-Clause