Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-azure-ai-ml for openSUSE:Factory checked in at 2024-04-07 22:05:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-ai-ml (Old) and /work/SRC/openSUSE:Factory/.python-azure-ai-ml.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-ai-ml" Sun Apr 7 22:05:32 2024 rev:21 rq:1165023 version:1.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-ai-ml/python-azure-ai-ml.changes 2024-02-01 18:07:07.990889481 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-ai-ml.new.1905/python-azure-ai-ml.changes 2024-04-07 22:05:36.969745816 +0200 @@ -1,0 +2,18 @@ +Thu Apr 4 12:47:38 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Switch package to modern Python Stack on SLE-15 + + Use Python 3.11 on SLE-15 by default + + Add Obsoletes for old python3 package on SLE-15 + + Drop support for older Python versions +- Switch build system from setuptools to pyproject.toml + + Add python-pip and python-wheel to BuildRequires + + Replace %python_build with %pyproject_wheel + + Replace %python_install with %pyproject_install + + Update name for dist directory in %files section + +------------------------------------------------------------------- +Tue Apr 2 09:21:15 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Remove duplicate python-rpm-macros and fdupes from BuildRequires + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-ai-ml.spec ++++++ --- /var/tmp/diff_new_pack.4CltyR/_old 2024-04-07 22:05:38.449800019 +0200 +++ /var/tmp/diff_new_pack.4CltyR/_new 2024-04-07 22:05:38.449800019 +0200 @@ -16,10 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%if 0%{?suse_version} >= 1500 -%define skip_python2 1 -%endif +%{?sle15_python_module_pythons} Name: python-azure-ai-ml Version: 1.13.0 Release: 0 @@ -48,13 +45,16 @@ BuildRequires: %{python_module msrest >= 0.6.18} BuildRequires: %{python_module opencensus-ext-azure < 2.0.0} BuildRequires: %{python_module pathspec >= 0.9.0} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pydash >= 6.0.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module strictyaml < 2.0.0} BuildRequires: %{python_module tqdm < 5.0.0} BuildRequires: %{python_module typing-extensions >= 4.0.1} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: unzip Requires: python-PyJWT < 3.0.0 Requires: python-PyYAML >= 5.1.0 Requires: python-applicationinsights <= 0.11.10 @@ -77,11 +77,11 @@ Requires: python-strictyaml Requires: python-tqdm Requires: python-typing-extensions >= 4.0.1 -BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildRequires: unzip Conflicts: python-azure-sdk <= 2.0.0 Suggests: python-mldesigner +%if 0%{?sle_version} >= 150400 +Obsoletes: python3-azure-ai-ml < 1.13.0 +%endif BuildArch: noarch %python_subpackages @@ -101,10 +101,10 @@ %build install -m 644 %{SOURCE1} %{_builddir}/azure-ai-ml-%{version} -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %{python_expand # delete common files rm -rf %{buildroot}%{$python_sitelib}/azure/ai/__init__.* @@ -117,5 +117,5 @@ %doc CHANGELOG.md README.md %license LICENSE.txt %{python_sitelib}/azure/ai/ml -%{python_sitelib}/azure_ai_ml-*.egg-info +%{python_sitelib}/azure_ai_ml-*.dist-info