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,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pan-python
|
||||
#
|
||||
# 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
|
||||
@@ -18,11 +19,11 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pan-python
|
||||
Version: 0.15.0
|
||||
Version: 0.16.0
|
||||
Release: 0
|
||||
Summary: Multi-tool set for Palo Alto Networks PAN-OS, Panorama, WildFire and AutoFocus
|
||||
Group: Development/Languages/Python
|
||||
License: ISC
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/kevinsteves/pan-python
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pan-python/pan-python-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
||||
Reference in New Issue
Block a user