Accepting request 930651 from 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 (forwarded request 930634 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/930651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-monitor-query?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-11-10 20:46:50 +00:00 committed by Git OBS Bridge
commit 82987c1af4
4 changed files with 16 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f86892a9e6b0062e090a259400c8af6c0d1005584d9f6d40f8e16b8b1d2b870
size 131145

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06143a318beec41ce08b2d41f5503f1d5f6b80d33cb39ab57572ddb701b40532
size 131284

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Nov 10 10:55:38 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>

View File

@ -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