Hello community,
here is the log from the commit of package python-napalm-procurve for
openSUSE:Factory checked in at 2020-07-20 21:09:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-napalm-procurve (Old)
and /work/SRC/openSUSE:Factory/.python-napalm-procurve.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-napalm-procurve"
Mon Jul 20 21:09:02 2020 rev:4 rq:821958 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-napalm-procurve/python-napalm-procurve.changes
2020-05-15 23:52:26.481558566 +0200
+++
/work/SRC/openSUSE:Factory/.python-napalm-procurve.new.3592/python-napalm-procurve.changes
2020-07-20 21:11:17.417696321 +0200
@@ -1,0 +2,7 @@
+Mon Jul 20 11:42:57 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 0.6.0
+ * Napalm 3 compatibility
+- Drop napalm3.patch
+
+-------------------------------------------------------------------
Old:
----
napalm-procurve-0.5.0.tar.gz
napalm3.patch
New:
----
napalm-procurve-0.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-napalm-procurve.spec ++++++
--- /var/tmp/diff_new_pack.zFxWNy/_old 2020-07-20 21:11:19.101698029 +0200
+++ /var/tmp/diff_new_pack.zFxWNy/_new 2020-07-20 21:11:19.101698029 +0200
@@ -21,26 +21,25 @@
# python-napalm is python3 only
%define skip_python2 1
Name: python-napalm-procurve
-Version: 0.5.0
+Version: 0.6.0
Release: 0
Summary: NAPALM - HP ProCurve network driver
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/ixs/napalm-procurve
Source:
https://github.com/ixs/napalm-procurve/archive/%{version}.tar.gz#/napalm-procurve-%{version}.tar.gz
-Patch0: napalm3.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module napalm >= 2.4.0}
+BuildRequires: %{python_module napalm >= 3.0.0}
BuildRequires: %{python_module netmiko}
BuildRequires: %{python_module pylama}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
-Requires: python-napalm >= 2.4.0
+Requires: python-napalm >= 3.0.0
Requires: python-netmiko
BuildArch: noarch
%python_subpackages
@@ -50,7 +49,6 @@
%prep
%setup -q -n napalm-procurve-%{version}
-%patch0 -p1
%build
%python_build
@@ -60,9 +58,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)
-%pytest -k "not test_get_config_sanitized"
+%pytest
%files %{python_files}
%license LICENSE
++++++ napalm-procurve-0.5.0.tar.gz -> napalm-procurve-0.6.0.tar.gz ++++++
++++ 1862 lines of diff (skipped)