1
0

Accepting request 928766 from home:glaubitz:branches:devel:languages:python:azure

- New upstream release
  + Version 1.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Override upstream version with 1.0.0.0 to ensure
  proper upgrade from previous version 1.0.0b3

OBS-URL: https://build.opensuse.org/request/show/928766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-monitor-query?expand=0&rev=4
This commit is contained in:
Robert Schweikert 2021-11-02 12:30:41 +00:00 committed by Git OBS Bridge
parent 925684650b
commit 92f47dee06
4 changed files with 19 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 2 12:25:08 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.0.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Override upstream version with 1.0.0.0 to ensure
proper upgrade from previous version 1.0.0b3
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 9 13:51:19 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Thu Sep 9 13:51:19 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -16,18 +16,20 @@
# #
%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.0b3 Version: 1.0.0.0
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-%{version}.zip Source: https://files.pythonhosted.org/packages/source/a/azure-monitor-query/azure-monitor-query-%{realversion}.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}
@ -59,10 +61,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-%{version} %setup -q -n azure-monitor-query-%{realversion}
%build %build
install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-query-%{version} install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-query-%{realversion}
%python_build %python_build
%install %install