14
0
forked from pool/python-pyeapi

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
This commit is contained in:
Tomáš Chvátal
2020-01-27 07:00:55 +00:00
committed by Git OBS Bridge
parent 2d9018a257
commit adadfa05e9
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5be222c290e9e14827ee15541f0e61e290e0223bdead6151233aa7baa5b1b3c8
size 133732

3
pyeapi-0.8.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f9489eecd964c20b892acba4c8da1af42939e81e2efaa5fc1622a7ddfcae7b0
size 136656

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jan 26 12:27:09 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>

View File

@@ -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 <mardnh@gmx.de>
#
# 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}