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

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

3
pysnmp-4.4.11.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Sep 10 11:39:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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
-------------------------------------------------------------------
Wed Jul 31 20:44:55 UTC 2019 - Martin Hauke <mardnh@gmx.de>

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}