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
This commit is contained in:
parent
92f47dee06
commit
851c516d52
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f86892a9e6b0062e090a259400c8af6c0d1005584d9f6d40f8e16b8b1d2b870
|
|
||||||
size 131145
|
|
3
azure-monitor-query-1.0.1.zip
Normal file
3
azure-monitor-query-1.0.1.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06143a318beec41ce08b2d41f5503f1d5f6b80d33cb39ab57572ddb701b40532
|
||||||
|
size 131284
|
@ -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>
|
Tue Nov 2 12:25:08 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -16,20 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define realversion 1.0.0
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%endif
|
%endif
|
||||||
Name: python-azure-monitor-query
|
Name: python-azure-monitor-query
|
||||||
Version: 1.0.0.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure Azure Monitor Query Client Library for Python
|
Summary: Microsoft Azure Azure Monitor Query Client Library for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/Azure/azure-sdk-for-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
|
Source1: LICENSE.txt
|
||||||
BuildRequires: %{python_module azure-monitor-nspkg >= 1.0.0}
|
BuildRequires: %{python_module azure-monitor-nspkg >= 1.0.0}
|
||||||
BuildRequires: %{python_module azure-nspkg >= 3.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.
|
so that it can all be combined for analysis.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n azure-monitor-query-%{realversion}
|
%setup -q -n azure-monitor-query-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-query-%{realversion}
|
install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-query-%{version}
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user