-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python-napalm-digineo-procurve to version 0.2.0 / rev 3 via SR…
… 1056865 https://build.opensuse.org/request/show/1056865 by user mcepl + dimstar_suse - SPEC clean up
- Loading branch information
1 parent
50d1f8b
commit db589ee
Showing
4 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
packages/p/python-napalm-digineo-procurve/python-napalm-digineo-procurve.changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
------------------------------------------------------------------- | ||
Fri Jan 6 15:21:10 UTC 2023 - Matej Cepl <[email protected]> | ||
|
||
- SPEC clean up | ||
|
||
------------------------------------------------------------------- | ||
Fri Oct 21 08:35:43 UTC 2022 - Matej Cepl <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
# | ||
# 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 @@ Napalm driver for HP ProCurve/Aruba switches. | |
%files %{python_files} | ||
%license LICENSE.md | ||
%doc README.md | ||
%{python_sitelib}/* | ||
%{python_sitelib}/napalm_digineo_procurve | ||
%{python_sitelib}/napalm_digineo_procurve-%{version}*-info | ||
|
||
%changelog |