Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-azure-mgmt-network for openSUSE:Factory checked in at 2024-09-26 18:54:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-network (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-network.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-network" Thu Sep 26 18:54:29 2024 rev:38 rq:1203889 version:27.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-network/python-azure-mgmt-network.changes 2024-07-25 15:55:33.570612111 +0200 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-network.new.29891/python-azure-mgmt-network.changes 2024-09-26 18:55:27.346476023 +0200 @@ -1,0 +2,9 @@ +Thu Sep 26 11:35:06 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- New upstream release + + Version 27.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Adjust upstream source name in spec file + +------------------------------------------------------------------- Old: ---- azure-mgmt-network-26.0.0.tar.gz New: ---- azure_mgmt_network-27.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt-network.spec ++++++ --- /var/tmp/diff_new_pack.3t8n3v/_old 2024-09-26 18:55:27.774493756 +0200 +++ /var/tmp/diff_new_pack.3t8n3v/_new 2024-09-26 18:55:27.774493756 +0200 @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-azure-mgmt-network -Version: 26.0.0 +Version: 27.0.0 Release: 0 Summary: Microsoft Azure Network Management Client Library License: MIT Group: Development/Languages/Python URL: https://github.com/Azure/azure-sdk-for-python -Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-network/azure-mgmt-network-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_network/azure_mgmt_network-%{version}.tar.gz BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module pip} @@ -37,6 +37,7 @@ Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0) Requires: (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 2.0.0) Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0) +Requires: python-typing_extensions >= 4.6.0 Conflicts: python-azure-sdk <= 2.0.0 %if 0%{?sle_version} >= 150400 Obsoletes: python3-azure-mgmt-network < 25.3.0 @@ -54,7 +55,7 @@ This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. %prep -%setup -q -n azure-mgmt-network-%{version} +%setup -q -n azure_mgmt_network-%{version} %build %pyproject_wheel