From 4962b4a6578071436e7e9b6cd5625540ed7a18da81ac13f9817dc0a6f599aaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jan 2020 08:39:32 +0000 Subject: [PATCH] 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 --- pan-python-0.15.0.tar.gz | 3 --- pan-python-0.16.0.tar.gz | 3 +++ python-pan-python.changes | 14 ++++++++++++++ python-pan-python.spec | 5 +++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 pan-python-0.15.0.tar.gz create mode 100644 pan-python-0.16.0.tar.gz diff --git a/pan-python-0.15.0.tar.gz b/pan-python-0.15.0.tar.gz deleted file mode 100644 index 86fc045..0000000 --- a/pan-python-0.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f45021a1c67ee126a6f0a2c6b987ae858372982c396e3f4c85678bfefd1b170a -size 122068 diff --git a/pan-python-0.16.0.tar.gz b/pan-python-0.16.0.tar.gz new file mode 100644 index 0000000..49955d2 --- /dev/null +++ b/pan-python-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538bd6cbfb64478bce4cea9ba5c4b2d3edfd533c32d0fe740106ec145bc5a35c +size 122405 diff --git a/python-pan-python.changes b/python-pan-python.changes index 896c0d2..7d2e966 100644 --- a/python-pan-python.changes +++ b/python-pan-python.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jan 11 18:27:39 UTC 2020 - Martin Hauke + +- 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 diff --git a/python-pan-python.spec b/python-pan-python.spec index b145604..d98707b 100644 --- a/python-pan-python.spec +++ b/python-pan-python.spec @@ -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 # # 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}