From bebc835d4b0b217557f6454cf25cad9726f1b24ad039fa74075d9289a398af14 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 8 Feb 2023 16:45:51 +0000 Subject: [PATCH] Accepting request 1063755 from home:glaubitz:branches:devel:languages:python:azure - New upstream release + Version 1.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/1063755 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-monitor-query?expand=0&rev=8 --- azure-monitor-query-1.0.3.zip | 3 --- azure-monitor-query-1.1.0.zip | 3 +++ python-azure-monitor-query.changes | 9 +++++++++ python-azure-monitor-query.spec | 9 +++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 azure-monitor-query-1.0.3.zip create mode 100644 azure-monitor-query-1.1.0.zip diff --git a/azure-monitor-query-1.0.3.zip b/azure-monitor-query-1.0.3.zip deleted file mode 100644 index cc4794a..0000000 --- a/azure-monitor-query-1.0.3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba4f71f3b9759034ce55aa27850faf374faf5b0d09fe54d9e00af509138276fc -size 140420 diff --git a/azure-monitor-query-1.1.0.zip b/azure-monitor-query-1.1.0.zip new file mode 100644 index 0000000..cb54ae0 --- /dev/null +++ b/azure-monitor-query-1.1.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb63de96f28a296684642e5727c5372be6205e6a6e2e308c22c26f821861c7fb +size 173521 diff --git a/python-azure-monitor-query.changes b/python-azure-monitor-query.changes index 4b83c1e..37a152c 100644 --- a/python-azure-monitor-query.changes +++ b/python-azure-monitor-query.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 8 09:15:34 UTC 2023 - John Paul Adrian Glaubitz + +- New upstream release + + Version 1.1.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + ------------------------------------------------------------------- Fri Jul 8 07:06:34 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-azure-monitor-query.spec b/python-azure-monitor-query.spec index 545acc9..bc88dc3 100644 --- a/python-azure-monitor-query.spec +++ b/python-azure-monitor-query.spec @@ -1,7 +1,7 @@ # # spec file for package python-azure-monitor-query # -# 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-monitor-query -Version: 1.0.3 +Version: 1.1.0 Release: 0 Summary: Microsoft Azure Azure Monitor Query Client Library for Python License: MIT @@ -36,10 +36,11 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-azure-core < 2.0.0 -Requires: python-azure-core >= 1.12.0 +Requires: python-azure-core >= 1.24.0 Requires: python-azure-monitor-nspkg >= 1.0.0 Requires: python-azure-nspkg >= 3.0.0 -Requires: python-msrest >= 0.6.19 +Requires: python-isodate >= 0.6.0 +Requires: (python-typing_extensions >= 4.3.0 if python-base < 3.8) Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch