File python-proliantutils.spec of Package python-proliantutils

#
# spec file for package python-proliantutils
#
# Copyright (c) 2024 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#


Name:           python-proliantutils
Version:        2.16.3
Release:        0
Summary:        Client Library for interfacing with various devices in HP Proliant Servers
License:        Apache-2.0
Group:          Development/Languages/Python
URL:            https://opendev.org/x/proliantutils
Source0:        https://files.pythonhosted.org/packages/source/p/proliantutils/proliantutils-2.16.3.tar.gz
BuildRequires:  openstack-macros
BuildRequires:  python3-ddt
BuildRequires:  python3-jsonschema
BuildRequires:  python3-oslo.concurrency
BuildRequires:  python3-oslo.serialization
BuildRequires:  python3-oslo.utils
BuildRequires:  python3-pbr
BuildRequires:  python3-pysnmp
BuildRequires:  python3-requests
BuildRequires:  python3-retrying
BuildRequires:  python3-setuptools
BuildRequires:  python3-six
BuildRequires:  python3-stestr
BuildRequires:  python3-sushy
BuildRequires:  python3-testtools
BuildRequires:  python3-xmltodict
BuildArch:      noarch

%description
proliantutils is a set of utility libraries for interfacing and managing
various components (like iLO, HPSSA) for HP Proliant Servers.  This library
is used by iLO drivers in Ironic for managing Proliant Servers, though the
library can be used by anyone who wants to manage HP Proliant servers.

Please use https://bugs.launchpad.net/proliantutils to report bugs and ask
questions.

%package -n python3-proliantutils
Summary:        Client Library for interfacing with various devices in HP Proliant Servers
Group:          Development/Languages/Python
Requires:       python3-jsonschema
Requires:       python3-oslo.concurrency
Requires:       python3-oslo.serialization
Requires:       python3-oslo.utils
Requires:       python3-pysnmp
Requires:       python3-requests
Requires:       python3-retrying
Requires:       python3-six
Requires:       python3-sushy

%description -n python3-proliantutils
proliantutils is a set of utility libraries for interfacing and managing
various components (like iLO, HPSSA) for HP Proliant Servers.  This library
is used by iLO drivers in Ironic for managing Proliant Servers, though the
library can be used by anyone who wants to manage HP Proliant servers.

%prep
%autosetup -p1 -n proliantutils-2.16.3
%py_req_cleanup

%build
%{py3_build}

%install
%{py3_install}

%check
%{openstack_stestr_run}

%files -n python3-proliantutils
%license LICENSE
%doc AUTHORS ChangeLog README.rst
%{python3_sitelib}/proliantutils*
%{python3_sitelib}/*.egg-info

%changelog
openSUSE Build Service is sponsored by