From f545f15333413837382969692b84eb7ad3cd0daa591a213e2265a52ab53d84a7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 26 Oct 2021 06:22:20 +0000 Subject: [PATCH] Accepting request 927376 from home:mnhauke - Update to version 3.0.3 * Added support for performing multi-part HTTP POST requests OBS-URL: https://build.opensuse.org/request/show/927376 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redfish?expand=0&rev=12 --- python-redfish.changes | 6 ++++++ python-redfish.spec | 3 ++- redfish-3.0.2.tar.gz | 3 --- redfish-3.0.3.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 redfish-3.0.2.tar.gz create mode 100644 redfish-3.0.3.tar.gz diff --git a/python-redfish.changes b/python-redfish.changes index 63a1f80..4181666 100644 --- a/python-redfish.changes +++ b/python-redfish.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 25 21:00:45 UTC 2021 - Martin Hauke + +- Update to version 3.0.3 + * Added support for performing multi-part HTTP POST requests + ------------------------------------------------------------------- Mon Aug 30 14:07:40 UTC 2021 - Martin Hauke diff --git a/python-redfish.spec b/python-redfish.spec index cc3c6d4..2ecda31 100644 --- a/python-redfish.spec +++ b/python-redfish.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-redfish -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: Redfish Python Library License: BSD-3-Clause @@ -39,6 +39,7 @@ BuildRequires: %{python_module jsonpath-rw} BuildRequires: %{python_module jsonpointer} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module requests-toolbelt} # /SECTION %python_subpackages diff --git a/redfish-3.0.2.tar.gz b/redfish-3.0.2.tar.gz deleted file mode 100644 index af294f0..0000000 --- a/redfish-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ae70188a1b5780896703d949d42c892012d243f94899476a388184fb0591a96 -size 39965 diff --git a/redfish-3.0.3.tar.gz b/redfish-3.0.3.tar.gz new file mode 100644 index 0000000..996a55b --- /dev/null +++ b/redfish-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d579ecbb6ffccc68795b5eec65f99f4460a3a0df4ad6b3cdc52927962ae3ab3a +size 41801