forked from pool/python-pysnmp
Accepting request 417341 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/417341 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysnmp?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8baf97fb1c8bc4376e151d570b6b8358a0e93f002fae6d67ea78b0283bf64574
|
|
||||||
size 305695
|
|
3
pysnmp-4.3.2.tar.gz
Normal file
3
pysnmp-4.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c2bd81df17aa7dca0057a68e7a32284a72231309a0237d66d5b803b5c118977
|
||||||
|
size 398593
|
@@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 31 19:14:02 UTC 2016 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Update to version 4.3.2
|
||||||
|
+ Copyright notice added to non-trivial source code files.
|
||||||
|
+ SNMP table row consistency check added. This change may break
|
||||||
|
valid SNMP SET operations on tables if RowStatus column is not
|
||||||
|
passed at the very end of var-binds.
|
||||||
|
+ All SNMP counters now incremented via '+= 1' rather than 'x = x + 1'
|
||||||
|
to simplify their tracking by third-party code.
|
||||||
|
+ Notification originator examples re-pointed to Notification Receiver
|
||||||
|
at demo.snmplabs.com.
|
||||||
|
+ Two more execution observer points added: rfc2576.processIncomingMsg
|
||||||
|
and rfc3414.processIncomingMsg to give an insignt on security modules
|
||||||
|
internals.
|
||||||
|
+ TEXTUAL-CONVENTION's DISPLAY-HINT text formatting reworked for better
|
||||||
|
performance and encoding accurancy of 'a' and 't' formats.
|
||||||
|
+ WARNING: security fix to USM - extra user entry clone removed on
|
||||||
|
incoming message processing. It made USM accepting SNMPv3 TRAPs
|
||||||
|
from unknown SNMP engine IDs.
|
||||||
|
+ Fix to snmpInvalidMsgs and snmpUnknownSecurityModels MIB symbols
|
||||||
|
import at SNMPv3 MP model.
|
||||||
|
+ Fix to NotificationOriginator to cope with unspecified user callable.
|
||||||
|
+ Fix to OctetString.prettyOut() to pretty-print Python 3 bytes without
|
||||||
|
'b' qualifier.
|
||||||
|
+ Fix to better pysmi import errors handling.
|
||||||
|
+ Fix to missing next() in Python 2.5 at pysnmp.hlapi
|
||||||
|
|
||||||
|
- Update to version 4.3.1
|
||||||
|
+ Added recursive resolution of ObjectIdentifier values at ObjectType
|
||||||
|
by converting it to ObjectIdentity.
|
||||||
|
+ A bunch of convenience shortcuts to rfc1902.ObjectIdentity added
|
||||||
|
from rfc1902.ObjectType and rfc1902.NotificationType
|
||||||
|
(.addAsn1MibSource(), .addMibSource(), .loadMibs())
|
||||||
|
+ When pretty printing indices at rfc1902.ObjectType, quote only strings.
|
||||||
|
+ SNMP overview and PySNMP hlapi tutorial added to documentation.
|
||||||
|
+ Fix to __doc__ use in setup.py to make -O0 installation mode working.
|
||||||
|
+ Fix to ObjectIdentity->ObjectIdentifier attributes handover
|
||||||
|
+ Fixed crash at oneliner compatibility code on EOM response.
|
||||||
|
+ Fixed crash in hlapi.transport module.
|
||||||
|
+ Fixed OID resolution issues that roots at node 0 and 2.
|
||||||
|
+ Fix to MIB builder to fail gracefully on corrupted MIB package encounter.
|
||||||
|
+ Fix to docs distribution -- now the are Sphinx-buildable out-of-the-box.
|
||||||
|
+ Source code re-linted
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 6 10:05:12 UTC 2015 - hpj@urpla.net
|
Tue Oct 6 10:05:12 UTC 2015 - hpj@urpla.net
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pysnmp
|
# spec file for package python-pysnmp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pysnmp
|
Name: python-pysnmp
|
||||||
Version: 4.3.0
|
Version: 4.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://pysnmp.sourceforge.net/
|
Url: http://pysnmp.sourceforge.net/
|
||||||
Summary: A pure-Python SNMPv1/v2c/v3 library
|
Summary: A pure-Python SNMPv1/v2c/v3 library
|
||||||
@@ -60,6 +60,8 @@ PySNMP documentation and examples.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pysnmp-%{version}
|
%setup -q -n pysnmp-%{version}
|
||||||
|
# Remove uneeded files
|
||||||
|
find docs -name "\.*" | xargs rm -rf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Reference in New Issue
Block a user