Hello community,

here is the log from the commit of package python-napalm-exos for 
openSUSE:Factory checked in at 2019-10-28 16:47:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-napalm-exos (Old)
 and      /work/SRC/openSUSE:Factory/.python-napalm-exos.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-napalm-exos"

Mon Oct 28 16:47:08 2019 rev:1 rq:737410 version:0.0.0+git.20180925

Changes:
--------
New Changes file:

--- /dev/null   2019-10-24 10:19:07.066239389 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-napalm-exos.new.2990/python-napalm-exos.changes
  2019-10-28 16:47:09.528761357 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu Oct 10 12:58:12 UTC 2019 - Martin Hauke <[email protected]>
+
+- Initial package, version 0.0.0+git.20180925

New:
----
  _service
  _servicedata
  napalm-exos-0.0.0+git.20180925.tar.xz
  python-napalm-exos.changes
  python-napalm-exos.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-napalm-exos.spec ++++++
#
# spec file for package python-napalm-exos
#
# Copyright (c) 2019, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name:           python-napalm-exos
Version:        0.0.0+git.20180925
Release:        0
License:        Apache-2.0
Summary:        NAPALM - Extreme Networks EXOS Driver network driver
Url:            https://github.com/ixaustralia/napalm-exos
Group:          Development/Languages/Python
Source:         napalm-exos-%{version}.tar.xz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module pip}
BuildRequires:  %{python_module setuptools}
### SECTION test requirements
#BuildRequires:  %%{python_module napalm >= 2.4.0}
#BuildRequires:  %%{python_module pytest}
# /SECTION
BuildRequires:  fdupes
Requires:       python-napalm >= 2.4.0
Requires:       python-netmiko
Requires:       python-textfsm
BuildArch:      noarch
%python_subpackages

%description
Extreme Networks EXOS Driver implementation for the NAPALM Network
Automation Project.

%prep
%setup -q -n napalm-exos-%{version}
# Fix permission
chmod -x AUTHORS LICENSE

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
# There aren't any tests right now.
#%%pytest

%files %{python_files}
%license LICENSE
%doc AUTHORS README.md
%{python_sitelib}/*

%changelog
++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/ixaustralia/napalm-exos.git</param>
    <param name="package-meta">yes</param>
    <param name="revision">master</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="versionformat">0.0.0+git.%cd</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/ixaustralia/napalm-exos.git</param>
              <param 
name="changesrevision">7f3b3e50c57f14bd6ccda1ead73830902762d2b8</param></service></servicedata>

Reply via email to