diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 11:29:34 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 11:29:34 +0000 |
commit | d9222a8839b05ada7e2060d58c65862d1863fbce (patch) | |
tree | 35ad3c48b1abaf60a1ce48541131989db10551d5 | |
parent | 33faf77dfcd424a226d40a7116de4b7de4ac64a1 (diff) |
automatic import of python-azure-mgmt-containerserviceopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-azure-mgmt-containerservice.spec | 33 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 27 insertions, 9 deletions
@@ -1 +1,2 @@ /azure-mgmt-containerservice-22.0.0.zip +/azure-mgmt-containerservice-22.1.0.zip diff --git a/python-azure-mgmt-containerservice.spec b/python-azure-mgmt-containerservice.spec index 3142934..fbab9d1 100644 --- a/python-azure-mgmt-containerservice.spec +++ b/python-azure-mgmt-containerservice.spec @@ -1,17 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-azure-mgmt-containerservice -Version: 22.0.0 +Version: 22.1.0 Release: 1 Summary: Microsoft Azure Container Service Management Client Library for Python License: MIT License URL: https://github.com/Azure/azure-sdk-for-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/dc/d8491bbfd18dfdcbbae5d676b0725d7a0dd4be4133dd212f476e2790b4c9/azure-mgmt-containerservice-22.0.0.zip +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/32/dd/91e90497a1d68315a0741c540d54198285c140347d16f823c7044715a750/azure-mgmt-containerservice-22.1.0.zip BuildArch: noarch -Requires: python3-isodate -Requires: python3-azure-common -Requires: python3-azure-mgmt-core -Requires: python3-typing-extensions %description # Microsoft Azure SDK for Python @@ -82,6 +78,13 @@ section of the project. # Release History +## 22.1.0 (2023-04-19) + +### Features Added + + - Added operation ManagedClustersOperations.list_kubernetes_versions + - Model ManagedCluster has a new parameter support_plan + ## 22.0.0 (2023-03-23) ### Features Added @@ -915,6 +918,13 @@ section of the project. # Release History +## 22.1.0 (2023-04-19) + +### Features Added + + - Added operation ManagedClustersOperations.list_kubernetes_versions + - Model ManagedCluster has a new parameter support_plan + ## 22.0.0 (2023-03-23) ### Features Added @@ -1745,6 +1755,13 @@ section of the project. # Release History +## 22.1.0 (2023-04-19) + +### Features Added + + - Added operation ManagedClustersOperations.list_kubernetes_versions + - Model ManagedCluster has a new parameter support_plan + ## 22.0.0 (2023-03-23) ### Features Added @@ -2504,7 +2521,7 @@ introduce breaking changes. %prep -%autosetup -n azure-mgmt-containerservice-22.0.0 +%autosetup -n azure-mgmt-containerservice-22.1.0 %build %py3_build @@ -2544,5 +2561,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 22.0.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 22.1.0-1 - Package Spec generated @@ -1 +1 @@ -9bddf73da1111f972e2f867820feeb17 azure-mgmt-containerservice-22.0.0.zip +7488c3d9f84cd9d10d4bb98ca473c7f8 azure-mgmt-containerservice-22.1.0.zip |