14
0
forked from pool/python-pysmi

- 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
This commit is contained in:
2025-07-18 22:36:25 +00:00
committed by Git OBS Bridge
parent b1fe49f7fb
commit 32a7d1245f
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:258bee3bc0049c147bc4223a1cb10ba753254c1e8ee2c1c52b8464872ebf2ba3
size 131162

3
pysmi-1.6.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abed01673113886d10f0f336426859238fc13b5383c7e28e13dbcd5af0443ba1
size 61955

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 18 22:35:58 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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 <adrian.glaubitz@suse.com> Tue Feb 25 13:12:10 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -31,15 +31,15 @@
%bcond_with test %bcond_with test
%endif %endif
Name: python-pysmi%{psuffix} Name: python-pysmi%{psuffix}
Version: 1.5.10 Version: 1.6.2
Release: 0 Release: 0
Summary: SNMP SMI/MIB Parser Summary: SNMP SMI/MIB Parser
License: BSD-2-Clause License: BSD-2-Clause
URL: https://github.com/lextudio/pysmi URL: https://github.com/lextudio/pysmi
Source: https://files.pythonhosted.org/packages/source/p/pysmi/pysmi-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pysmi/pysmi-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
%if %{with test} %if %{with test}
@@ -100,7 +100,7 @@ Can produce PySNMP MIB modules.
%files %{python_files} %files %{python_files}
%license LICENSE.rst %license LICENSE.rst
%doc README.md examples/* %doc README.md
%{python_sitelib}/pysmi %{python_sitelib}/pysmi
%{python_sitelib}/pysmi-%{version}.dist-info %{python_sitelib}/pysmi-%{version}.dist-info
%python_alternative %{_bindir}/mibdump %python_alternative %{_bindir}/mibdump