1
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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:122703425df8f0ca5a1e5fbc7bef5d6776e54f4664c25c7c23d5b3ec80ee0c2e
size 1433971

3
netutils-1.8.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47b2590dd799f1a369a6a51ab872d1ef0fdd326592950775a98e3573bc925cf0
size 1449061

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>

View File

@@ -17,7 +17,7 @@
Name: python-netutils
Version: 1.7.0
Version: 1.8.1
Release: 0
Summary: Common helper functions useful in network automation
License: Apache-2.0