Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-napalm-ansible for
openSUSE:Factory checked in at 2021-03-18 22:54:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-napalm-ansible (Old)
and /work/SRC/openSUSE:Factory/.python-napalm-ansible.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-napalm-ansible"
Thu Mar 18 22:54:57 2021 rev:4 rq:879762 version:1.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-napalm-ansible/python-napalm-ansible.changes
2020-05-28 09:12:12.028442212 +0200
+++
/work/SRC/openSUSE:Factory/.python-napalm-ansible.new.2401/python-napalm-ansible.changes
2021-03-18 22:54:58.343532900 +0100
@@ -1,0 +2,6 @@
+Thu Mar 18 03:51:34 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Skip building on Python 3.6 because ansible is only provided for
+ Python 3.8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-napalm-ansible.spec ++++++
--- /var/tmp/diff_new_pack.TLjkUT/_old 2021-03-18 22:54:58.803533397 +0100
+++ /var/tmp/diff_new_pack.TLjkUT/_new 2021-03-18 22:54:58.803533397 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-napalm-ansible
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
+# No ansible for Python 3.6
+%define skip_python36 1
Name: python-napalm-ansible
Version: 1.1.0
Release: 0
Summary: Ansible module for device access using NAPALM
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://github.com/napalm-automation/napalm-ansible
Source:
https://github.com/napalm-automation/napalm-ansible/archive/%{version}.tar.gz#/napalm-ansible-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
@@ -31,7 +32,7 @@
BuildRequires: python-rpm-macros
Requires: python-napalm
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module napalm}