14
0
forked from pool/python-pysmi

- Update to 1.5.0:

* Better formatting of texts in MIB documents.
  * Reworked on reserved Python keywords handling.
  * Fixed TEXTUAL-CONVENTION handling.
  * Fixed DEFVAL handling.
  * Added cyclic dependency detection.
  * Other fixes and improvements for real-world MIBs.
  * Implemented a better strict mode.
  * Fixed old Python version support.
  * Fixed mibdump crash.
  * Fixed a JSON output bug.
  * Updated MIB URLs.
  * Migrated to new asn1 repo.
  * Bumped minimal Python version to 3.7.
  * Introduced Jinja2 templates for code generation.
  * Introduced SNMP agent code hooks generation template.
- Switch to autosetup macros.
- Add patch support-new-pyasn1.patch:
  * Support new pyasn1 changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmi?expand=0&rev=26
This commit is contained in:
2024-10-09 06:31:49 +00:00
committed by Git OBS Bridge
parent f601ea61a9
commit f11ca917c6
5 changed files with 112 additions and 16 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Oct 9 06:31:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.5.0:
* Better formatting of texts in MIB documents.
* Reworked on reserved Python keywords handling.
* Fixed TEXTUAL-CONVENTION handling.
* Fixed DEFVAL handling.
* Added cyclic dependency detection.
* Other fixes and improvements for real-world MIBs.
* Implemented a better strict mode.
* Fixed old Python version support.
* Fixed mibdump crash.
* Fixed a JSON output bug.
* Updated MIB URLs.
* Migrated to new asn1 repo.
* Bumped minimal Python version to 3.7.
* Introduced Jinja2 templates for code generation.
* Introduced SNMP agent code hooks generation template.
- Switch to autosetup macros.
- Add patch support-new-pyasn1.patch:
* Support new pyasn1 changes.
-------------------------------------------------------------------
Mon Feb 19 04:44:48 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>