diff --git a/pysnmp-4.4.10.tar.gz b/pysnmp-4.4.10.tar.gz deleted file mode 100644 index 1e057e2..0000000 --- a/pysnmp-4.4.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b60ca2f9980c44d1879f66511378e95c5ccf294f17b7b8809f6f0d514e330e65 -size 443230 diff --git a/pysnmp-4.4.11.tar.gz b/pysnmp-4.4.11.tar.gz new file mode 100644 index 0000000..ad78a70 --- /dev/null +++ b/pysnmp-4.4.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09aa9f9089f14f05db43be214be9c854b6fa9036820864774305285b9ea8fd6 +size 446154 diff --git a/python-pysnmp.changes b/python-pysnmp.changes index 0b8d1d3..acfcd5b 100644 --- a/python-pysnmp.changes +++ b/python-pysnmp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 10 11:39:16 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-pysnmp.spec b/python-pysnmp.spec index 467b20d..b600b31 100644 --- a/python-pysnmp.spec +++ b/python-pysnmp.spec @@ -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}