17
0

2 Commits

Author SHA256 Message Date
5af7e40fec Accepting request 1329680 from devel:kubic
- remove the following Build time requirements.
  These modules are stale requirements and no longer in use across the tests.
  * BuildRequires:  %{python_module Sphinx >= 1.4} (only needed for building docs, which is not part of the spec file)
  * BuildRequires:  %{python_module pluggy >= 0.3.1} 
  * BuildRequires:  %{python_module recommonmark} (ref: https://github.com/kubernetes-client/python/pull/2508)

OBS-URL: https://build.opensuse.org/request/show/1329680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kubernetes?expand=0&rev=34
2026-01-30 17:19:58 +00:00
b8538a0272 - remove the following Build time requirements.
These modules are stale requirements and no longer in use across the tests.
  * BuildRequires:  %{python_module Sphinx >= 1.4} (only needed for building docs, which is not part of the spec file)
  * BuildRequires:  %{python_module pluggy >= 0.3.1} 
  * BuildRequires:  %{python_module recommonmark} (ref: https://github.com/kubernetes-client/python/pull/2508)

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/python-kubernetes?expand=0&rev=36
2026-01-28 13:33:59 +00:00
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 28 13:18:54 UTC 2026 - Priyanka Saggu <priyanka.saggu@suse.com>
- remove the following Build time requirements.
These modules are stale requirements and no longer in use across the tests.
* BuildRequires: %{python_module Sphinx >= 1.4} (only needed for building docs, which is not part of the spec file)
* BuildRequires: %{python_module pluggy >= 0.3.1}
* BuildRequires: %{python_module recommonmark} (ref: https://github.com/kubernetes-client/python/pull/2508)
-------------------------------------------------------------------
Fri Jan 16 06:50:08 UTC 2026 - Priyanka Saggu <priyanka.saggu@suse.com>

View File

@@ -48,11 +48,8 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module Sphinx >= 1.4}
BuildRequires: %{python_module oauthlib}
BuildRequires: %{python_module pluggy >= 0.3.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module recommonmark}
# /SECTION
Requires: python-oauthlib
Requires: python-PyYAML >= 5.4.1