From 05b24e6c97c9986d915b003b36335c428692365b98decd67589c2c4c866fc468 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Feb 2025 19:02:55 +0000 Subject: [PATCH] - 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 --- pysmi-1.5.4.tar.gz | 3 --- pysmi-1.5.9.tar.gz | 3 +++ python-pysmi.changes | 10 ++++++++++ python-pysmi.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pysmi-1.5.4.tar.gz create mode 100644 pysmi-1.5.9.tar.gz diff --git a/pysmi-1.5.4.tar.gz b/pysmi-1.5.4.tar.gz deleted file mode 100644 index a7a3493..0000000 --- a/pysmi-1.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cffc1d018325d1810ad4554589ad113575dd2ae071409feb1fe1e1f0b56cd236 -size 122568 diff --git a/pysmi-1.5.9.tar.gz b/pysmi-1.5.9.tar.gz new file mode 100644 index 0000000..5cdfa4e --- /dev/null +++ b/pysmi-1.5.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6dfda838e3cba133169f1ff57f71a2841815d43db2e5c619b6e5db3b8560707 +size 131529 diff --git a/python-pysmi.changes b/python-pysmi.changes index 5453f05..5cc312c 100644 --- a/python-pysmi.changes +++ b/python-pysmi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 4 19:02:26 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-pysmi.spec b/python-pysmi.spec index ed7528c..8517ef5 100644 --- a/python-pysmi.spec +++ b/python-pysmi.spec @@ -1,7 +1,7 @@ # # spec file for package python-pysmi # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ %bcond_with test %endif Name: python-pysmi%{psuffix} -Version: 1.5.4 +Version: 1.5.9 Release: 0 Summary: SNMP SMI/MIB Parser License: BSD-2-Clause