Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-napalm-asa for
openSUSE:Factory checked in at 2021-09-08 21:36:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-napalm-asa (Old)
and /work/SRC/openSUSE:Factory/.python-napalm-asa.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-napalm-asa"
Wed Sep 8 21:36:44 2021 rev:3 rq:917392 version:0.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-napalm-asa/python-napalm-asa.changes
2020-05-15 23:51:40.209469398 +0200
+++
/work/SRC/openSUSE:Factory/.python-napalm-asa.new.1899/python-napalm-asa.changes
2021-09-08 21:37:06.437922936 +0200
@@ -1,0 +2,11 @@
+Wed Sep 8 02:10:05 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Update to 0.1.4:
+ * No upstream changelog.
+- Correct Source URL to be version agnostic.
+- Drop napalm3.patch:
+ * No longer required.
+- Only skip test_get_config_filtered, which is not supported.
+- Refresh {Build,}Requires on python-naplam.
+
+-------------------------------------------------------------------
Old:
----
napalm-asa-0.1.1.tar.gz
napalm3.patch
New:
----
napalm-asa-0.1.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-napalm-asa.spec ++++++
--- /var/tmp/diff_new_pack.rgOv9P/_old 2021-09-08 21:37:06.861923433 +0200
+++ /var/tmp/diff_new_pack.rgOv9P/_new 2021-09-08 21:37:06.865923438 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-napalm-asa
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2019, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -21,20 +21,19 @@
# skip py2 as napalm dropped py2
%define skip_python2 1
Name: python-napalm-asa
-Version: 0.1.1
+Version: 0.1.4
Release: 0
Summary: NAPALM - Cisco ASA Driver network driver
License: Apache-2.0
URL: https://github.com/napalm-automation-community/napalm-asa
-Source:
https://github.com/napalm-automation-community/napalm-asa/archive/v0.1.1.tar.gz#/napalm-asa-%{version}.tar.gz
-Patch0: napalm3.patch
+Source:
https://github.com/napalm-automation-community/napalm-asa/archive/v%{version}.tar.gz#/napalm-asa-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-napalm >= 2.0.0
+Requires: python-napalm >= 2.5.0
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module napalm >= 2.0.0}
+BuildRequires: %{python_module napalm >= 2.5.0}
BuildRequires: %{python_module pylama}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
@@ -49,7 +48,6 @@
%prep
%setup -q -n napalm-asa-%{version}
-%patch0 -p1
%build
%python_build
@@ -59,10 +57,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# Although the napalm3.patch fixes the methods signatures in
test_method_signatures (to preserve compatibility),
-# there is no support for get_config(sanitized=True)
-# test_get_interfaces has obsolete model
-%pytest -k "not (test_get_config_sanitized or (test_get_interfaces and not
test_get_interfaces_))"
+%pytest -k "not test_get_config_filtered"
%files %{python_files}
%license LICENSE
++++++ napalm-asa-0.1.1.tar.gz -> napalm-asa-0.1.4.tar.gz ++++++
++++ 1763 lines of diff (skipped)