From 9532b08f419806e8039b28e9e3d899d963e8caf96708ff87630a44c9cb31c5ce Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Fri, 20 Sep 2024 07:27:51 +0000 Subject: [PATCH] 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 --- pysnmp-7.1.1.tar.gz | 3 --- pysnmp-7.1.4.tar.gz | 3 +++ python-pysnmp.changes | 16 ++++++++++++++++ python-pysnmp.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 pysnmp-7.1.1.tar.gz create mode 100644 pysnmp-7.1.4.tar.gz diff --git a/pysnmp-7.1.1.tar.gz b/pysnmp-7.1.1.tar.gz deleted file mode 100644 index b6c44aa..0000000 --- a/pysnmp-7.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:151ecbbea3d54cdecebd4ddb74f565e18cb48b2c9471350bb1dd067ddd8b67b6 -size 429644 diff --git a/pysnmp-7.1.4.tar.gz b/pysnmp-7.1.4.tar.gz new file mode 100644 index 0000000..56be3f1 --- /dev/null +++ b/pysnmp-7.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec7fd78cb7437ad64644108dea603cad8e49f065da3dd3e0539dda68bad320c +size 442531 diff --git a/python-pysnmp.changes b/python-pysnmp.changes index e775c6e..59d88f9 100644 --- a/python-pysnmp.changes +++ b/python-pysnmp.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Sep 19 18:16:03 UTC 2024 - Martin Hauke + +- 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 diff --git a/python-pysnmp.spec b/python-pysnmp.spec index 7319bed..c679809 100644 --- a/python-pysnmp.spec +++ b/python-pysnmp.spec @@ -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