14
0
forked from pool/python-pyeapi

- update to 1.0.2:

* Fixed all system tests and provides some enhancements for
    unit tests
- update to 1.0.1:
  * This is an interim release for EOS integration purpose
- update to 1.0.0:
  * This is a Python3 only release (Python2 is no longer
    supported)
  * The minimum supported python version is 3.7
  * Arista EOS 4.22 or later is required (for on-box use cases
    only)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyeapi?expand=0&rev=11
This commit is contained in:
2024-01-01 20:18:44 +00:00
committed by Git OBS Bridge
parent b168beb1c0
commit a1f8436cf7
4 changed files with 26 additions and 16 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 1 20:15:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.0.2:
* Fixed all system tests and provides some enhancements for
unit tests
- update to 1.0.1:
* This is an interim release for EOS integration purpose
- update to 1.0.0:
* This is a Python3 only release (Python2 is no longer
supported)
* The minimum supported python version is 3.7
* Arista EOS 4.22 or later is required (for on-box use cases
only)
-------------------------------------------------------------------
Wed Apr 6 12:55:49 UTC 2022 - pgajdos@suse.com