1
0
forked from pool/python-pysnmp

4 Commits

Author SHA256 Message Date
4e4d238312 Accepting request 1202106 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1202106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysnmp?expand=0&rev=21
2024-09-20 15:12:01 +00:00
df575c1f2a - 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/package/show/devel:languages:python/python-pysnmp?expand=0&rev=59
2024-09-20 07:27:51 +00:00
d986b616e0 Accepting request 1200832 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1200832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysnmp?expand=0&rev=20
2024-09-15 10:35:55 +00:00
fd83e12feb - Update to version 7.1.1
* Reimplemented walkCmd and bulkWalkCmd.
- Update to version 7.1.0
  * Removed pyasn1.compat dependency.
  * Switched to async DNS resolver.
- Update to version 7.0.3
  * The high-level API (hlapi) extended to cover lightweight SNMP
    v1arch in hope to ease the use of packet-level SNMP API.
  * The signature of the hlapi .sendNotification() call has changed
    to accept *varBinds instead of a sequence of varBinds.
- Update to version 7.0.2
  * Fixed a duplicate item issue in bulkWalkCmd.
- Update to version 7.0.1
  * Many really old backward-compatibility code snippets removed.
    Most importantly, everything related to (non-standard) UNIX
    domain socket transport are gone.
  * The MIB instrumentation API overhauled in backward incompatible
    way:
    + MIB instrumentation methods signatures simplified to accept
      just var-binds (as var-arg), the rest of the parameters
      packed into opaque kwargs
    + CommandResponder application passes snmpEngine and optionally
      user-supplied cbCtx object throughout the MIB instrumentation
      methods. The goal is to let MIB objects access/modify whatever
      custom Python objects they need while being called back.
  * Cherry-picked many minor fixes from etingof/master branch.
- Update to version 7.0.0
  * Applied PEP8 recommended names.
    This breaks backward compatibility.
- Update to version 6.2.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=57
2024-09-13 12:32:23 +00:00
4 changed files with 60 additions and 5 deletions

View File

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

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,58 @@
-------------------------------------------------------------------
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>
- Update to version 7.1.1
* Reimplemented walkCmd and bulkWalkCmd.
- Update to version 7.1.0
* Removed pyasn1.compat dependency.
* Switched to async DNS resolver.
- Update to version 7.0.3
* The high-level API (hlapi) extended to cover lightweight SNMP
v1arch in hope to ease the use of packet-level SNMP API.
* The signature of the hlapi .sendNotification() call has changed
to accept *varBinds instead of a sequence of varBinds.
- Update to version 7.0.2
* Fixed a duplicate item issue in bulkWalkCmd.
- Update to version 7.0.1
* Many really old backward-compatibility code snippets removed.
Most importantly, everything related to (non-standard) UNIX
domain socket transport are gone.
* The MIB instrumentation API overhauled in backward incompatible
way:
+ MIB instrumentation methods signatures simplified to accept
just var-binds (as var-arg), the rest of the parameters
packed into opaque kwargs
+ CommandResponder application passes snmpEngine and optionally
user-supplied cbCtx object throughout the MIB instrumentation
methods. The goal is to let MIB objects access/modify whatever
custom Python objects they need while being called back.
* Cherry-picked many minor fixes from etingof/master branch.
- Update to version 7.0.0
* Applied PEP8 recommended names.
This breaks backward compatibility.
- Update to version 6.2.6
* Removed pyasn1.compat dependency.
- Update to version 6.2.5
* Improved OrderedDict performance.
* User credentials changes are now reflected in the LCD.
* Other cleanup.
-------------------------------------------------------------------
Mon Jul 29 08:33:51 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-pysnmp
Version: 6.2.4
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