15
0

- update to 1.8.1:

* Standard automated updates to Flatbot files: OUI File,
    PROTOCOL Files.
  * #509 Fixed parsing of empty banner, and dual banner for Cisco
    platforms.
- update to 1.8.0:
  * Added support for Python 3.12.
  * Added local support of `distutils.version` now that Python
    3.12 deprecates disutils.
  * Added functions `compare_version_loose` and
    `compare_version_strict` based on `distutils.version`.
  * Added function `paloalto_panos_clean_newlines`.
  * Added various lib_mapper updates.
  * Added HP Comware parser.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=12
This commit is contained in:
2024-05-07 13:19:43 +00:00
committed by Git OBS Bridge
parent 8b72901ecd
commit 2a75c746ad
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue May 7 13:18:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.8.1:
* Standard automated updates to Flatbot files: OUI File,
PROTOCOL Files.
* #509 Fixed parsing of empty banner, and dual banner for Cisco
platforms.
- update to 1.8.0:
* Added support for Python 3.12.
* Added local support of `distutils.version` now that Python
3.12 deprecates disutils.
* Added functions `compare_version_loose` and
`compare_version_strict` based on `distutils.version`.
* Added function `paloalto_panos_clean_newlines`.
* Added various lib_mapper updates.
* Added HP Comware parser.
-------------------------------------------------------------------
Fri Mar 15 21:07:33 UTC 2024 - Dirk Müller <dmueller@suse.com>