Matej Cepl 2024-05-31 22:15:06 +00:00 committed by Git OBS Bridge
parent ffee4f6fca
commit cbdc44699f
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Fri May 31 11:56:51 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
termination of pipelines in the Data Science service termination of pipelines in the Data Science service
* Support for backup and replacement of master, utility, and edge nodes in the Big Data service * Support for backup and replacement of master, utility, and edge nodes in the Big Data service
* Support for nested resource principal in the Data Science service * Support for nested resource principal in the Data Science service
- clean up rpmlintrc and remove unnecessary requirement for sseclient Python module - clean up rpmlintrc
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 15 08:34:56 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Wed May 15 08:34:56 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -46,6 +46,7 @@ Requires: python-PyJWT
Requires: python-httpsig_cffi Requires: python-httpsig_cffi
Requires: python-requests Requires: python-requests
Requires: python-six Requires: python-six
Requires: python-sseclient
Requires: python-urllib3 < 2 Requires: python-urllib3 < 2
# /SECTION # /SECTION
BuildArch: noarch BuildArch: noarch
@ -61,6 +62,7 @@ BuildRequires: %{python_module python-dateutil >= 2.5.3}
BuildRequires: %{python_module pytz >= 2016.10} BuildRequires: %{python_module pytz >= 2016.10}
BuildRequires: %{python_module requests} BuildRequires: %{python_module requests}
BuildRequires: %{python_module six} BuildRequires: %{python_module six}
BuildRequires: %{python_module sseclient}
BuildRequires: %{python_module urllib3 < 2} BuildRequires: %{python_module urllib3 < 2}
BuildRequires: %{python_module vcrpy >= 2.0.1} BuildRequires: %{python_module vcrpy >= 2.0.1}
%if %{with python2} %if %{with python2}