diff --git a/pysmi-1.5.11.tar.gz b/pysmi-1.5.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..371c668e047a12c8c1616054fc546ffea0e801b2 Binary files /dev/null and b/pysmi-1.5.11.tar.gz differ diff --git a/pysmi-1.5.7.tar.gz b/pysmi-1.5.7.tar.gz deleted file mode 100644 index 329fe33401727fbeb2e152d30c93063f08fc8d79..0000000000000000000000000000000000000000 Binary files a/pysmi-1.5.7.tar.gz and /dev/null differ diff --git a/python-pysmi.spec b/python-pysmi.spec index ff9617a9820052c623ed4982e9bfe014ca6c1433..a52ee6d64a067445365d2b9f5f39fbe84c8644bb 100644 --- a/python-pysmi.spec +++ b/python-pysmi.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-pysmi -Version: 1.5.7 +Version: 1.5.11 Release: 1 Summary: SNMP SMI/MIB Parser License: BSD-2-Clause @@ -72,6 +72,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mar 11 2025 sqfu - 1.5.11-1 +- update to 1.5.11 +- Added more hints to quick start guide + * Tue Nov 12 2024 liutao1 - 1.5.7-1 - Update package to version 1.5.7 Various improvements in MIB parsing, including better DEFVAL handling, symbol name generation, and more.