14
0
forked from pool/python-pysnmp

- Switch to lextudio releases, and upgrade to 5.0.28:

* Fixed SNMP engine ID generation on Windows.
  * SNMPv3 crypto operations that require external dependencies
    made dependent on the optional external
    package -- pysnmpcrypto.
  * Added Slim class and simplified some examples.
  * Fixed a #SNMP demo compatibility issue.
  * Fixed passwordToKeySHA.
  * Enabled Python 3.11 support.
  * Switched to pyasn1/pyasn1 package.
  * Removed legacy paddings in v3 packets.
  * Changed web site to pysnmp.com.
  * Inherited all changes made by Splunk team.
- Switch to pyproject macros.
- Add patch support-new-pyasn1.patch:
  * Support pyasn1 0.5.0.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=49
This commit is contained in:
2023-08-01 06:21:43 +00:00
committed by Git OBS Bridge
parent 79c088e2a7
commit 1435e5f96b
5 changed files with 82 additions and 21 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Aug 1 06:20:01 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to lextudio releases, and upgrade to 5.0.28:
* Fixed SNMP engine ID generation on Windows.
* SNMPv3 crypto operations that require external dependencies
made dependent on the optional external
package -- pysnmpcrypto.
* Added Slim class and simplified some examples.
* Fixed a #SNMP demo compatibility issue.
* Fixed passwordToKeySHA.
* Enabled Python 3.11 support.
* Switched to pyasn1/pyasn1 package.
* Removed legacy paddings in v3 packets.
* Changed web site to pysnmp.com.
* Inherited all changes made by Splunk team.
- Switch to pyproject macros.
- Add patch support-new-pyasn1.patch:
* Support pyasn1 0.5.0.
-------------------------------------------------------------------
Sat Mar 14 09:11:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>