Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-azure-mgmt for openSUSE:Factory checked in at 2024-04-07 22:06:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt" Sun Apr 7 22:06:51 2024 rev:28 rq:1165112 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt/python-azure-mgmt.changes 2024-03-05 18:50:03.911742960 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt.new.1905/python-azure-mgmt.changes 2024-04-07 22:07:27.605797528 +0200 @@ -1,0 +2,28 @@ +Thu Apr 4 12:53:17 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 + +------------------------------------------------------------------- +Sun Mar 10 18:50:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Add additional packages from the Azure SDK to Requires + + python-azure-mgmt-appcontainers + + python-azure-mgmt-confidentialledger + + python-azure-mgmt-dnsresolver + + python-azure-mgmt-dynatrace + + python-azure-mgmt-nginx + + python-azure-mgmt-recoveryservicesdatareplication + + python-azure-mgmt-scvmm + + python-azure-mgmt-workloads +- Remove deprecated packages from the Azure SDK from Requires + + python-azure-mgmt-documentdb + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt.spec ++++++ --- /var/tmp/diff_new_pack.Xr6ayS/_old 2024-04-07 22:07:28.053813935 +0200 +++ /var/tmp/diff_new_pack.Xr6ayS/_new 2024-04-07 22:07:28.053813935 +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-mgmt Version: 4.0.0 Release: 0 @@ -29,7 +26,9 @@ URL: https://github.com/Azure/azure-sdk-for-python Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt/azure-mgmt-%{version}.zip Source1: LICENSE.txt +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip @@ -42,6 +41,7 @@ Requires: python-azure-mgmt-app Requires: python-azure-mgmt-appcomplianceautomation Requires: python-azure-mgmt-appconfiguration +Requires: python-azure-mgmt-appcontainers Requires: python-azure-mgmt-applicationinsights Requires: python-azure-mgmt-appplatform Requires: python-azure-mgmt-attestation @@ -64,6 +64,7 @@ Requires: python-azure-mgmt-commerce Requires: python-azure-mgmt-communication Requires: python-azure-mgmt-compute +Requires: python-azure-mgmt-confidentialledger Requires: python-azure-mgmt-confluent Requires: python-azure-mgmt-connectedvmware Requires: python-azure-mgmt-consumption @@ -98,7 +99,8 @@ Requires: python-azure-mgmt-devtestlabs Requires: python-azure-mgmt-digitaltwins Requires: python-azure-mgmt-dns -Requires: python-azure-mgmt-documentdb +Requires: python-azure-mgmt-dnsresolver +Requires: python-azure-mgmt-dynatrace Requires: python-azure-mgmt-edgegateway Requires: python-azure-mgmt-edgeorder Requires: python-azure-mgmt-education @@ -155,6 +157,7 @@ Requires: python-azure-mgmt-networkcloud Requires: python-azure-mgmt-networkfunction Requires: python-azure-mgmt-newrelicobservability +Requires: python-azure-mgmt-nginx Requires: python-azure-mgmt-notificationhubs Requires: python-azure-mgmt-nspkg Requires: python-azure-mgmt-oep @@ -174,6 +177,7 @@ Requires: python-azure-mgmt-rdbms Requires: python-azure-mgmt-recoveryservices Requires: python-azure-mgmt-recoveryservicesbackup +Requires: python-azure-mgmt-recoveryservicesdatareplication Requires: python-azure-mgmt-recoveryservicessiterecovery Requires: python-azure-mgmt-redhatopenshift Requires: python-azure-mgmt-redis @@ -187,6 +191,7 @@ Requires: python-azure-mgmt-resourcehealth Requires: python-azure-mgmt-resourcemover Requires: python-azure-mgmt-scheduler +Requires: python-azure-mgmt-scvmm Requires: python-azure-mgmt-search Requires: python-azure-mgmt-security Requires: python-azure-mgmt-securitydevops @@ -223,7 +228,11 @@ Requires: python-azure-mgmt-web Requires: python-azure-mgmt-webpubsub Requires: python-azure-mgmt-workloadmonitor +Requires: python-azure-mgmt-workloads Conflicts: python-azure-sdk <= 2.0.0 +%if 0%{?sle_version} >= 150400 +Obsoletes: python3-azure-mgmt < 4.0.0 +%endif BuildArch: noarch %python_subpackages @@ -243,14 +252,14 @@ %build install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-%{version} -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitelib}/azure_mgmt-*.egg-info +%{python_sitelib}/azure_mgmt-*.dist-info