14
0
forked from pool/python-snimpy

Accepting request 850719 from home:mcalabkova:branches:devel:languages:python

- update to version 0.8.14
  * Add ``items()`` in addition to ``iteritems()`` This is an iterator
    on Python 3 and return a list of items in Python 2.
  * MIB parsing is still done with ``libsmi`` but through CFFI

OBS-URL: https://build.opensuse.org/request/show/850719
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snimpy?expand=0&rev=3
This commit is contained in:
2020-11-25 14:57:24 +00:00
committed by Git OBS Bridge
parent e69879ee18
commit 48ab0c75ff
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jul 29 10:43:00 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.8.14
* Add ``items()`` in addition to ``iteritems()`` This is an iterator
on Python 3 and return a list of items in Python 2.
* MIB parsing is still done with ``libsmi`` but through CFFI
-------------------------------------------------------------------
Mon Mar 23 22:22:07 UTC 2020 - Martin Hauke <mardnh@gmx.de>