Skip to content

Commit

Permalink
Update python-napalm-digineo-procurve to version 0.2.0 / rev 3 via SR…
Browse files Browse the repository at this point in the history
… 1056865

https://build.opensuse.org/request/show/1056865
by user mcepl + dimstar_suse
- SPEC clean up
  • Loading branch information
mcepl authored and bmwiedemann committed Jan 8, 2023
1 parent 50d1f8b commit db589ee
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
Binary file modified packages/p/python-napalm-digineo-procurve/.files
Binary file not shown.
9 changes: 9 additions & 0 deletions packages/p/python-napalm-digineo-procurve/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,13 @@
<comment>- Add missing BR toml (for tests)</comment>
<requestid>1030326</requestid>
</revision>
<revision rev="3" vrev="3">
<srcmd5>f8466b6f54088af170503942a090fa8b</srcmd5>
<version>0.2.0</version>
<time>1673209545</time>
<user>dimstar_suse</user>
<comment>- SPEC clean up
</comment>
<requestid>1056865</requestid>
</revision>
</revisionlist>
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]>

Expand Down
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
Expand All @@ -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
Expand All @@ -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

0 comments on commit db589ee

Please sign in to comment.