- 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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7fdef4f1ee55ab9797140b4dedc4664fc0ea0f6367d9c2e60aa2021037c09d3
size 129189

3
ncclient-0.6.13.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:924617320054f1b09d846400eed89fc9eea8bb8ef490fc21a51c62ca15d6b81d
size 130399

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

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-ncclient
Version: 0.6.12
Version: 0.6.13
Release: 0
Summary: Python library for NETCONF clients
License: Apache-2.0