From ee0250352132bc3b24ab16f7d2454c49178c243bb6ea83831056ae3330a3336a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 19 Jun 2022 17:45:34 +0000 Subject: [PATCH] - 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 --- ncclient-0.6.12.tar.gz | 3 --- ncclient-0.6.13.tar.gz | 3 +++ python-ncclient.changes | 11 +++++++++++ python-ncclient.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 ncclient-0.6.12.tar.gz create mode 100644 ncclient-0.6.13.tar.gz diff --git a/ncclient-0.6.12.tar.gz b/ncclient-0.6.12.tar.gz deleted file mode 100644 index 19fd8bc..0000000 --- a/ncclient-0.6.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7fdef4f1ee55ab9797140b4dedc4664fc0ea0f6367d9c2e60aa2021037c09d3 -size 129189 diff --git a/ncclient-0.6.13.tar.gz b/ncclient-0.6.13.tar.gz new file mode 100644 index 0000000..af7f3a7 --- /dev/null +++ b/ncclient-0.6.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924617320054f1b09d846400eed89fc9eea8bb8ef490fc21a51c62ca15d6b81d +size 130399 diff --git a/python-ncclient.changes b/python-ncclient.changes index 3d84281..cab8e92 100644 --- a/python-ncclient.changes +++ b/python-ncclient.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jun 19 17:40:24 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-ncclient.spec b/python-ncclient.spec index fc68c0f..ebf9d66 100644 --- a/python-ncclient.spec +++ b/python-ncclient.spec @@ -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