From 32a7d1245fd3fe33b56422c1534672cf8f47a3932c6f78bc5e6f68e62c762f4c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 18 Jul 2025 22:36:25 +0000 Subject: [PATCH] - update to 1.6.2: * Fixed debugging flag bug. * Upgraded to match pysnmp 7.1.16 and above. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmi?expand=0&rev=32 --- pysmi-1.5.10.tar.gz | 3 --- pysmi-1.6.2.tar.gz | 3 +++ python-pysmi.changes | 7 +++++++ python-pysmi.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 pysmi-1.5.10.tar.gz create mode 100644 pysmi-1.6.2.tar.gz diff --git a/pysmi-1.5.10.tar.gz b/pysmi-1.5.10.tar.gz deleted file mode 100644 index 9a6fc9e..0000000 --- a/pysmi-1.5.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:258bee3bc0049c147bc4223a1cb10ba753254c1e8ee2c1c52b8464872ebf2ba3 -size 131162 diff --git a/pysmi-1.6.2.tar.gz b/pysmi-1.6.2.tar.gz new file mode 100644 index 0000000..6c92cbb --- /dev/null +++ b/pysmi-1.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abed01673113886d10f0f336426859238fc13b5383c7e28e13dbcd5af0443ba1 +size 61955 diff --git a/python-pysmi.changes b/python-pysmi.changes index 9a70d74..ad149ea 100644 --- a/python-pysmi.changes +++ b/python-pysmi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 18 22:35:58 UTC 2025 - Dirk Müller + +- update to 1.6.2: + * Fixed debugging flag bug. + * Upgraded to match pysnmp 7.1.16 and above. + ------------------------------------------------------------------- Tue Feb 25 13:12:10 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-pysmi.spec b/python-pysmi.spec index b1badba..7f21c88 100644 --- a/python-pysmi.spec +++ b/python-pysmi.spec @@ -31,15 +31,15 @@ %bcond_with test %endif Name: python-pysmi%{psuffix} -Version: 1.5.10 +Version: 1.6.2 Release: 0 Summary: SNMP SMI/MIB Parser License: BSD-2-Clause URL: https://github.com/lextudio/pysmi Source: https://files.pythonhosted.org/packages/source/p/pysmi/pysmi-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry-core} BuildRequires: fdupes BuildRequires: python-rpm-macros %if %{with test} @@ -100,7 +100,7 @@ Can produce PySNMP MIB modules. %files %{python_files} %license LICENSE.rst -%doc README.md examples/* +%doc README.md %{python_sitelib}/pysmi %{python_sitelib}/pysmi-%{version}.dist-info %python_alternative %{_bindir}/mibdump