14
0

- Update to 2.1.5:

* Removed urlparse2 dependency
  * Updated jsonpatch requirements; jsonpatch 1.25 dropped Python 3.4 support
- Dropped patch 0001-remove-urlparse2-dependncy.patch, now included

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=3
This commit is contained in:
2020-03-19 05:05:03 +00:00
committed by Git OBS Bridge
parent 3119d05b95
commit d99020d903
5 changed files with 15 additions and 137 deletions

View File

@@ -1,6 +1,7 @@
#
# spec file for package python-redfish
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -12,19 +13,19 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-redfish
Version: 2.1.4
Version: 2.1.5
Release: 0
Summary: Redfish Python Library
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/DMTF/python-redfish-library
Source: https://github.com/DMTF/python-redfish-library/archive/%{version}.tar.gz#/redfish-%{version}.tar.gz
Patch0: 0001-remove-urlparse2-dependncy.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -48,7 +49,6 @@ the Engine of Application State) Redfish architecture.
%prep
%setup -q -n %{name}-library-%{version}
%patch0 -p1
%build
%python_build