diff --git a/pysnmp-4.3.0.tar.gz b/pysnmp-4.3.0.tar.gz deleted file mode 100644 index 4179a75..0000000 --- a/pysnmp-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8baf97fb1c8bc4376e151d570b6b8358a0e93f002fae6d67ea78b0283bf64574 -size 305695 diff --git a/pysnmp-4.3.2.tar.gz b/pysnmp-4.3.2.tar.gz new file mode 100644 index 0000000..20eb1ae --- /dev/null +++ b/pysnmp-4.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c2bd81df17aa7dca0057a68e7a32284a72231309a0237d66d5b803b5c118977 +size 398593 diff --git a/python-pysnmp.changes b/python-pysnmp.changes index f6f03c4..e92d040 100644 --- a/python-pysnmp.changes +++ b/python-pysnmp.changes @@ -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 diff --git a/python-pysnmp.spec b/python-pysnmp.spec index 7bb6c31..88546a3 100644 --- a/python-pysnmp.spec +++ b/python-pysnmp.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-pysnmp -Version: 4.3.0 +Version: 4.3.2 Release: 0 Url: http://pysnmp.sourceforge.net/ Summary: A pure-Python SNMPv1/v2c/v3 library @@ -60,6 +60,8 @@ PySNMP documentation and examples. %prep %setup -q -n pysnmp-%{version} +# Remove uneeded files +find docs -name "\.*" | xargs rm -rf %build python setup.py build