Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-kubernetes for openSUSE:Factory checked in at 2023-05-04 17:09:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kubernetes (Old) and /work/SRC/openSUSE:Factory/.python-kubernetes.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kubernetes" Thu May 4 17:09:37 2023 rev:20 rq:1084308 version:26.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kubernetes/python-kubernetes.changes 2023-05-02 16:18:24.449590323 +0200 +++ /work/SRC/openSUSE:Factory/.python-kubernetes.new.1533/python-kubernetes.changes 2023-05-04 17:09:46.432083685 +0200 @@ -1,0 +2,12 @@ +Wed May 3 09:55:30 UTC 2023 - Priyanka Saggu <priyanka.sa...@suse.com> + +- added: `%{python_sitelib}/kubernetes` and `%{python_sitelib}/kubernetes-%{version}*-info` under %files + +------------------------------------------------------------------- +Wed May 3 09:53:22 UTC 2023 - Priyanka Saggu <priyanka.sa...@suse.com> + +- replaced `%python_build` -> `%pyproject_wheel` and `%python_install` -> `%pyproject_install` + * added: BuildRequires: %{python_module pip} + * added: BuildRequires: %{python_module wheel} + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kubernetes.spec ++++++ --- /var/tmp/diff_new_pack.4NJlzl/_old 2023-05-04 17:09:47.028087174 +0200 +++ /var/tmp/diff_new_pack.4NJlzl/_new 2023-05-04 17:09:47.032087197 +0200 @@ -29,6 +29,7 @@ BuildRequires: %{python_module PyYAML >= 5.4.1} BuildRequires: %{python_module certifi >= 14.05.14} BuildRequires: %{python_module google-auth >= 1.0.1} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pluggy} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil >= 2.5.3} @@ -39,6 +40,7 @@ BuildRequires: %{python_module six >= 1.9.0} BuildRequires: %{python_module urllib3 >= 1.24.2} BuildRequires: %{python_module websocket-client >= 0.32.0} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML >= 5.4.1 @@ -61,10 +63,10 @@ %autosetup -p1 -n kubernetes-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -77,6 +79,7 @@ %files %{python_files} %license LICENSE %doc README.md CHANGELOG.md -%{python_sitelib}/* +%{python_sitelib}/kubernetes +%{python_sitelib}/kubernetes-%{version}*-info %changelog