From 851c516d52050a94df8f991999a355140dea8289f6111b506eea49cc7df85e7c Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 10 Nov 2021 12:10:17 +0000 Subject: [PATCH] Accepting request 930634 from home:glaubitz:branches:devel:languages:python:azure - New upstream release + Version 1.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override OBS-URL: https://build.opensuse.org/request/show/930634 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-monitor-query?expand=0&rev=5 --- azure-monitor-query-1.0.0.zip | 3 --- azure-monitor-query-1.0.1.zip | 3 +++ python-azure-monitor-query.changes | 9 +++++++++ python-azure-monitor-query.spec | 10 ++++------ 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 azure-monitor-query-1.0.0.zip create mode 100644 azure-monitor-query-1.0.1.zip diff --git a/azure-monitor-query-1.0.0.zip b/azure-monitor-query-1.0.0.zip deleted file mode 100644 index 93303dd..0000000 --- a/azure-monitor-query-1.0.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f86892a9e6b0062e090a259400c8af6c0d1005584d9f6d40f8e16b8b1d2b870 -size 131145 diff --git a/azure-monitor-query-1.0.1.zip b/azure-monitor-query-1.0.1.zip new file mode 100644 index 0000000..5006714 --- /dev/null +++ b/azure-monitor-query-1.0.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06143a318beec41ce08b2d41f5503f1d5f6b80d33cb39ab57572ddb701b40532 +size 131284 diff --git a/python-azure-monitor-query.changes b/python-azure-monitor-query.changes index 71fc439..545f57c 100644 --- a/python-azure-monitor-query.changes +++ b/python-azure-monitor-query.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 10 10:55:38 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 1.0.1 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Remove temporary version override + ------------------------------------------------------------------- Tue Nov 2 12:25:08 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-azure-monitor-query.spec b/python-azure-monitor-query.spec index 3c2a18f..87096de 100644 --- a/python-azure-monitor-query.spec +++ b/python-azure-monitor-query.spec @@ -16,20 +16,18 @@ # -%define realversion 1.0.0 - %{?!python_module:%define python_module() python-%{**} python3-%{**}} %if 0%{?suse_version} >= 1500 %define skip_python2 1 %endif Name: python-azure-monitor-query -Version: 1.0.0.0 +Version: 1.0.1 Release: 0 Summary: Microsoft Azure Azure Monitor Query Client Library for Python License: MIT Group: Development/Languages/Python URL: https://github.com/Azure/azure-sdk-for-python -Source: https://files.pythonhosted.org/packages/source/a/azure-monitor-query/azure-monitor-query-%{realversion}.zip +Source: https://files.pythonhosted.org/packages/source/a/azure-monitor-query/azure-monitor-query-%{version}.zip Source1: LICENSE.txt BuildRequires: %{python_module azure-monitor-nspkg >= 1.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0} @@ -61,10 +59,10 @@ type. Telemetry such as events and traces are stored as logs in addition to perf so that it can all be combined for analysis. %prep -%setup -q -n azure-monitor-query-%{realversion} +%setup -q -n azure-monitor-query-%{version} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-query-%{realversion} +install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-query-%{version} %python_build %install