15
0

- update to 0.6.13:

* Remove extraneous capability in default device
  * Refactor deprecated unittest aliases for Python 3.11 compatibility
  * Added support for environment variable
  * Migrate from Travis to GitHub Actions
  * Update Build Pill
  * add netconf base namespace to edit-config config element if it is missing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ncclient?expand=0&rev=8
This commit is contained in:
2022-06-19 17:45:34 +00:00
committed by Git OBS Bridge
parent 62175f36da
commit ee02503521
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jun 19 17:40:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.6.13:
* Remove extraneous capability in default device
* Refactor deprecated unittest aliases for Python 3.11 compatibility
* Added support for environment variable
* Migrate from Travis to GitHub Actions
* Update Build Pill
* add netconf base namespace to edit-config config element if it is missing
-------------------------------------------------------------------
Thu Mar 24 12:10:35 UTC 2022 - pgajdos@suse.com