forked from pool/python-pysnmp
Accepting request 627804 from home:mnhauke
- Update to version 4.4.5 * Added PySnmpError.cause attribute holding parent exception tuple * Fixed broken InetAddressType rendering caused by a pyasn1 regression * Fixed typo in RFC1158 module * Fixed possible infinite loop in GETBULK response PDU builder * Fixed memory leak in the `config.delContext()` VACM management harness * Fixed `Bits` class initialization when enumeration values are given * Fixed crash caused by incoming SNMPv3 message requesting SNMPv1/v2c security model * Fixed out-of-scope OIDs leaking at the end of SNMP table at hlapi `nextCmd` and `bulkCmd` calls when `lexicographicMode = False` OBS-URL: https://build.opensuse.org/request/show/627804 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=29
This commit is contained in:
committed by
Git OBS Bridge
parent
bbd5fe2eb7
commit
5e61012e06
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pysnmp
|
||||
Version: 4.4.4
|
||||
Version: 4.4.5
|
||||
Release: 0
|
||||
Summary: A pure-Python SNMPv1/v2c/v3 library
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: http://pysnmp.sourceforge.net/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pysnmp/pysnmp-%{version}.tar.gz
|
||||
Source: https://github.com/etingof/pysnmp/archive/v%{version}.tar.gz#/pysnmp-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pyasn1 >= 0.2.3}
|
||||
BuildRequires: %{python_module pycryptodomex}
|
||||
@@ -76,13 +76,13 @@ chmod -x docs/net-snmptrapd.conf docs/net-snmpd.conf
|
||||
#%%python_expand PYTHONPATH=%%{buildroot}%%{$python_sitelib} ./runtests.sh
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%license LICENSE.rst
|
||||
%doc CHANGES.txt README.md THANKS.txt TODO.txt docs examples
|
||||
%{python_sitelib}/pysnmp/
|
||||
%{python_sitelib}/pysnmp-%{version}-py%{py_ver}.egg-info
|
||||
|
||||
%files -n python-pysnmp-doc
|
||||
%license LICENSE.txt
|
||||
%license LICENSE.rst
|
||||
%doc docs examples
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user