14
0
forked from pool/python-pysnmp

Accepting request 1202043 from home:mnhauke:network

- Update to version 7.1.4
  * Dumped pysnmpcrypto dependency and bind to cryptography if
    presented.
- Update to version 7.1.3
  * Fixed a bulkCmd IndexError bug.
  * Cleaned up nextCmd/bulkCmd related code.
  * Revised docs and examples accordingly.
- Update to version 7.1.2
  * Revised v1arch hlapi and its docs/examples.
  * Revised nextCmd, bulkCmd, walkCmd, and bulkWalkCmd returned
    collections.
  * Moved Slim class to v1arch.

OBS-URL: https://build.opensuse.org/request/show/1202043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=59
This commit is contained in:
2024-09-20 07:27:51 +00:00
committed by Git OBS Bridge
parent a18e6f1104
commit 9532b08f41
4 changed files with 21 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Sep 19 18:16:03 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 7.1.4
* Dumped pysnmpcrypto dependency and bind to cryptography if
presented.
- Update to version 7.1.3
* Fixed a bulkCmd IndexError bug.
* Cleaned up nextCmd/bulkCmd related code.
* Revised docs and examples accordingly.
- Update to version 7.1.2
* Revised v1arch hlapi and its docs/examples.
* Revised nextCmd, bulkCmd, walkCmd, and bulkWalkCmd returned
collections.
* Moved Slim class to v1arch.
-------------------------------------------------------------------
Thu Sep 12 17:46:06 UTC 2024 - Martin Hauke <mardnh@gmx.de>

View File

@@ -17,7 +17,7 @@
Name: python-pysnmp
Version: 7.1.1
Version: 7.1.4
Release: 0
Summary: A pure-Python SNMPv1/v2c/v3 library
License: BSD-2-Clause
@@ -33,9 +33,9 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: net-snmp
BuildRequires: python-rpm-macros
Requires: python-cryptography
Requires: python-pyasn1 >= 0.4.8
Requires: python-pysmi
Requires: python-pysnmpcrypto
BuildArch: noarch
%python_subpackages