Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-napalm-digineo-procurve for openSUSE:Factory checked in at 2023-01-08 21:25:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-napalm-digineo-procurve (Old) and /work/SRC/openSUSE:Factory/.python-napalm-digineo-procurve.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-napalm-digineo-procurve" Sun Jan 8 21:25:45 2023 rev:3 rq:1056865 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-napalm-digineo-procurve/python-napalm-digineo-procurve.changes 2022-10-21 16:20:10.630243710 +0200 +++ /work/SRC/openSUSE:Factory/.python-napalm-digineo-procurve.new.1563/python-napalm-digineo-procurve.changes 2023-01-08 21:25:47.335336007 +0100 @@ -1,0 +2,5 @@ +Fri Jan 6 15:21:10 UTC 2023 - Matej Cepl <mc...@suse.com> + +- SPEC clean up + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-napalm-digineo-procurve.spec ++++++ --- /var/tmp/diff_new_pack.eZVbKk/_old 2023-01-08 21:25:47.799338763 +0100 +++ /var/tmp/diff_new_pack.eZVbKk/_new 2023-01-08 21:25:47.807338811 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-napalm-digineo-procurve # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2019, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -17,26 +17,25 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-napalm-digineo-procurve Version: 0.2.0 Release: 0 -License: Apache-2.0 Summary: NAPALM - HP ProCurve/Aruba network driver -URL: https://github.com/digineo/napalm-digineo-procurve +License: Apache-2.0 Group: Development/Languages/Python +URL: https://github.com/digineo/napalm-digineo-procurve Source: https://files.pythonhosted.org/packages/source/n/napalm-digineo-procurve/napalm-digineo-procurve-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-napalm >= 2.4.0 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module napalm >= 2.4.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module toml} # /SECTION -BuildRequires: fdupes -Requires: python-napalm >= 2.4.0 -BuildArch: noarch %python_subpackages %description @@ -58,6 +57,7 @@ %files %{python_files} %license LICENSE.md %doc README.md -%{python_sitelib}/* +%{python_sitelib}/napalm_digineo_procurve +%{python_sitelib}/napalm_digineo_procurve-%{version}*-info %changelog