From c5736b6414e9bd7e56b26aea9725e643f6c6c786b3d89031001b5905ad63bea0 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 18 Jan 2023 12:06:26 +0000 Subject: [PATCH] Accepting request 1059292 from home:glaubitz:branches:devel:languages:python:azure - New upstream release + Version 29.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1059292 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-compute?expand=0&rev=52 --- azure-mgmt-compute-29.0.0.zip | 3 --- azure-mgmt-compute-29.1.0.zip | 3 +++ python-azure-mgmt-compute.changes | 9 +++++++++ python-azure-mgmt-compute.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 azure-mgmt-compute-29.0.0.zip create mode 100644 azure-mgmt-compute-29.1.0.zip diff --git a/azure-mgmt-compute-29.0.0.zip b/azure-mgmt-compute-29.0.0.zip deleted file mode 100644 index 402fff7..0000000 --- a/azure-mgmt-compute-29.0.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c244661ffdcc33179366beca40c6506e33c7b36192c408c9159952a7be6950f2 -size 6894788 diff --git a/azure-mgmt-compute-29.1.0.zip b/azure-mgmt-compute-29.1.0.zip new file mode 100644 index 0000000..39328ef --- /dev/null +++ b/azure-mgmt-compute-29.1.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5a1bae7f5d307ca1e850d7e83fed9c839d4f635b10a4b8d3f8bc6098ac2888 +size 7421647 diff --git a/python-azure-mgmt-compute.changes b/python-azure-mgmt-compute.changes index 76c44ae..37f2b14 100644 --- a/python-azure-mgmt-compute.changes +++ b/python-azure-mgmt-compute.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 18 08:38:20 UTC 2023 - John Paul Adrian Glaubitz + +- New upstream release + + Version 29.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + ------------------------------------------------------------------- Fri Oct 14 15:23:33 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-azure-mgmt-compute.spec b/python-azure-mgmt-compute.spec index 20c49b5..760573e 100644 --- a/python-azure-mgmt-compute.spec +++ b/python-azure-mgmt-compute.spec @@ -1,7 +1,7 @@ # # spec file for package python-azure-mgmt-compute # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define skip_python2 1 %endif Name: python-azure-mgmt-compute -Version: 29.0.0 +Version: 29.1.0 Release: 0 Summary: Microsoft Azure Compute Management Client Library License: MIT @@ -42,6 +42,7 @@ Requires: python-azure-mgmt-core >= 1.3.2 Requires: python-azure-mgmt-nspkg >= 3.0.0 Requires: python-azure-nspkg >= 3.0.0 Requires: python-msrest >= 0.7.1 +Requires: (python-typing_extensions >= 4.3.0 if python-base < 3.8) Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch