diff --git a/azure-mgmt-network-26.0.0.tar.gz b/azure-mgmt-network-26.0.0.tar.gz deleted file mode 100644 index 62578af..0000000 --- a/azure-mgmt-network-26.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4de676184195053fdb106a6ea1042a894e70c731a6d3c8a633d52f5229f4ee1b -size 685172 diff --git a/azure_mgmt_network-27.0.0.tar.gz b/azure_mgmt_network-27.0.0.tar.gz new file mode 100644 index 0000000..835b591 --- /dev/null +++ b/azure_mgmt_network-27.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1c61d8bb13ad40f788a26fd7569c1d9d60eb2e4cb19c2a1b5d9c02ae862316 +size 708715 diff --git a/python-azure-mgmt-network.changes b/python-azure-mgmt-network.changes index d44008f..285b659 100644 --- a/python-azure-mgmt-network.changes +++ b/python-azure-mgmt-network.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 26 11:35:06 UTC 2024 - John Paul Adrian Glaubitz + +- 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 + ------------------------------------------------------------------- Thu Jul 25 08:35:03 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-azure-mgmt-network.spec b/python-azure-mgmt-network.spec index 4f099c3..67064e9 100644 --- a/python-azure-mgmt-network.spec +++ b/python-azure-mgmt-network.spec @@ -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-nspkg >= 3.0.0 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 @@ replace the old Azure Service Management (ASM). 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