14
0
forked from pool/python-pysmi

- update to 1.5.9:

* Exposed reference property in MIB objects.
  * Fixed fixed-length OCTET STRING handling.
  * Various improvements in MIB parsing, including better DEFVAL
    handling, symbol name generation, and more.
  * Improved DISPLAY-HINT support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmi?expand=0&rev=30
This commit is contained in:
2025-02-04 19:02:55 +00:00
committed by Git OBS Bridge
parent a64ecad5c2
commit 05b24e6c97
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Feb 4 19:02:26 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.5.9:
* Exposed reference property in MIB objects.
* Fixed fixed-length OCTET STRING handling.
* Various improvements in MIB parsing, including better DEFVAL
handling, symbol name generation, and more.
* Improved DISPLAY-HINT support.
-------------------------------------------------------------------
Sun Oct 20 18:57:03 UTC 2024 - Dirk Müller <dmueller@suse.com>