14
0
forked from pool/python-pysmi

- update to 1.5.4:

* Fixed a runtime error in pysnmp.
  * Fixed a runtime error in pysnmp.
  * Fixed a few runtime errors.
  * Removed Python 3.8 support.
  * Added Python 3.13 support.
  * Renamed many items to meet PEP 8 requirements.
    Compatibility layer is added, but will be removed in the
    next release.
  * Fixed a bug that Windows version and user name were not
    correctly detected.
- drop support-new-pyasn1.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmi?expand=0&rev=28
This commit is contained in:
2024-10-20 18:59:25 +00:00
committed by Git OBS Bridge
parent f11ca917c6
commit a64ecad5c2
5 changed files with 20 additions and 75 deletions

View File

@@ -31,14 +31,12 @@
%bcond_with test
%endif
Name: python-pysmi%{psuffix}
Version: 1.5.0
Version: 1.5.4
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
# PATCH-FIX-UPSTREAM gh#lextudio/pysmi#5
Patch0: support-new-pyasn1.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}