forked from pool/python-pan-python
Accepting request 763352 from home:mnhauke:network:automation
- Update to version 0.16.0
* pan.config: Support 9.1.0 config for set format.
* pan.licapi: 'version' field in request header should use
version attribute and not int(). This was not noticed because
version:256 would previously use the current API version of 1.
* pan.licapi.rst: Document pan.licapi._ApiVersion int() layout
correctly.
panwfapi.py: Fix 'SyntaxWarning: "is" with a literal. Did you
mean "=="?' warning from Python 3.8.
* setup.py: Add Python 3.8.
OBS-URL: https://build.opensuse.org/request/show/763352
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pan-python?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
54be952cea
commit
4962b4a657
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f45021a1c67ee126a6f0a2c6b987ae858372982c396e3f4c85678bfefd1b170a
|
|
||||||
size 122068
|
|
||||||
3
pan-python-0.16.0.tar.gz
Normal file
3
pan-python-0.16.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:538bd6cbfb64478bce4cea9ba5c4b2d3edfd533c32d0fe740106ec145bc5a35c
|
||||||
|
size 122405
|
||||||
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 11 18:27:39 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 0.16.0
|
||||||
|
* pan.config: Support 9.1.0 config for set format.
|
||||||
|
* pan.licapi: 'version' field in request header should use
|
||||||
|
version attribute and not int(). This was not noticed because
|
||||||
|
version:256 would previously use the current API version of 1.
|
||||||
|
* pan.licapi.rst: Document pan.licapi._ApiVersion int() layout
|
||||||
|
correctly.
|
||||||
|
panwfapi.py: Fix 'SyntaxWarning: "is" with a literal. Did you
|
||||||
|
mean "=="?' warning from Python 3.8.
|
||||||
|
* setup.py: Add Python 3.8.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 12 12:02:37 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Sat Oct 12 12:02:37 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pan-python
|
# spec file for package python-pan-python
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2017-2019, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2017-2019, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -18,11 +19,11 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pan-python
|
Name: python-pan-python
|
||||||
Version: 0.15.0
|
Version: 0.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Multi-tool set for Palo Alto Networks PAN-OS, Panorama, WildFire and AutoFocus
|
Summary: Multi-tool set for Palo Alto Networks PAN-OS, Panorama, WildFire and AutoFocus
|
||||||
Group: Development/Languages/Python
|
|
||||||
License: ISC
|
License: ISC
|
||||||
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/kevinsteves/pan-python
|
URL: https://github.com/kevinsteves/pan-python
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pan-python/pan-python-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pan-python/pan-python-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
|||||||
Reference in New Issue
Block a user