From adadfa05e98242413e885878ab77ab5f714f1d7c6f8d3497479bb88c022891c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 27 Jan 2020 07:00:55 +0000 Subject: [PATCH] Accepting request 767309 from home:mnhauke:network:automation - Update to version 0.8.3 * This release includes checks on ACL regexp statement of 'match', adopts changes of CLI described in Field Notice 0039 - Use github source URL OBS-URL: https://build.opensuse.org/request/show/767309 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyeapi?expand=0&rev=4 --- pyeapi-0.8.2.tar.gz | 3 --- pyeapi-0.8.3.tar.gz | 3 +++ python-pyeapi.changes | 8 ++++++++ python-pyeapi.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 pyeapi-0.8.2.tar.gz create mode 100644 pyeapi-0.8.3.tar.gz diff --git a/pyeapi-0.8.2.tar.gz b/pyeapi-0.8.2.tar.gz deleted file mode 100644 index 6845f06..0000000 --- a/pyeapi-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5be222c290e9e14827ee15541f0e61e290e0223bdead6151233aa7baa5b1b3c8 -size 133732 diff --git a/pyeapi-0.8.3.tar.gz b/pyeapi-0.8.3.tar.gz new file mode 100644 index 0000000..decf7e1 --- /dev/null +++ b/pyeapi-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9489eecd964c20b892acba4c8da1af42939e81e2efaa5fc1622a7ddfcae7b0 +size 136656 diff --git a/python-pyeapi.changes b/python-pyeapi.changes index d019ae3..a28daf8 100644 --- a/python-pyeapi.changes +++ b/python-pyeapi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 26 12:27:09 UTC 2020 - Martin Hauke + +- Update to version 0.8.3 + * This release includes checks on ACL regexp statement of + 'match', adopts changes of CLI described in Field Notice 0039 +- Use github source URL + ------------------------------------------------------------------- Sun Sep 29 17:21:29 UTC 2019 - Martin Hauke diff --git a/python-pyeapi.spec b/python-pyeapi.spec index 74402f2..fa687e0 100644 --- a/python-pyeapi.spec +++ b/python-pyeapi.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyeapi # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017-2019, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyeapi -Version: 0.8.2 +Version: 0.8.3 Release: 0 Summary: Python Client for eAPI License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/arista-eosplus/pyeapi -Source: https://files.pythonhosted.org/packages/source/p/pyeapi/pyeapi-%{version}.tar.gz +Source: https://github.com/arista-eosplus/pyeapi/archive/v%{version}.tar.gz#/pyeapi-%{version}.tar.gz BuildRequires: %{python_module mock} BuildRequires: %{python_module netaddr} BuildRequires: %{python_module pytest}