14
0
forked from pool/python-pysnmp

- Update to 4.4.11:

- Added SNMPv3 USM master and localized keys support to LCD configuration
  - Improved initial and runtime USM debugging
  - Fixed a bug in USM configuration which did not allow the same user names
    to be added under different security names

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=43
This commit is contained in:
Tomáš Chvátal
2019-09-10 11:42:13 +00:00
committed by Git OBS Bridge
parent 0d0ee515d4
commit 67ca82546f
4 changed files with 14 additions and 5 deletions

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pysnmp
Version: 4.4.10
Version: 4.4.11
Release: 0
Summary: A pure-Python SNMPv1/v2c/v3 library
License: BSD-2-Clause
Group: Development/Languages/Python
URL: http://pysnmp.sourceforge.net/
URL: https://github.com/etingof/pysnmp
Source: https://github.com/etingof/pysnmp/archive/v%{version}.tar.gz#/pysnmp-%{version}.tar.gz
BuildRequires: %{python_module pyasn1 >= 0.2.3}
BuildRequires: %{python_module pycryptodome}