Hello community,

here is the log from the commit of package python-pysnmp for openSUSE:Factory 
checked in at 2016-08-10 19:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pysnmp (Old)
 and      /work/SRC/openSUSE:Factory/.python-pysnmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pysnmp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pysnmp/python-pysnmp.changes      
2015-12-03 13:30:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pysnmp.new/python-pysnmp.changes 
2016-08-10 19:55:37.000000000 +0200
@@ -1,0 +2,45 @@
+Sun Jul 31 19:14:02 UTC 2016 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  pysnmp-4.3.0.tar.gz

New:
----
  pysnmp-4.3.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pysnmp.spec ++++++
--- /var/tmp/diff_new_pack.eyuPVk/_old  2016-08-10 19:55:38.000000000 +0200
+++ /var/tmp/diff_new_pack.eyuPVk/_new  2016-08-10 19:55:38.000000000 +0200
@@ -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 @@
 
 %prep
 %setup -q -n pysnmp-%{version}
+# Remove uneeded files
+find docs -name "\.*" | xargs rm -rf
 
 %build
 python setup.py build

++++++ pysnmp-4.3.0.tar.gz -> pysnmp-4.3.2.tar.gz ++++++
++++ 31693 lines of diff (skipped)


Reply via email to