Accepting request 1143294 from devel:languages:python:azure

OBS-URL: https://build.opensuse.org/request/show/1143294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-monitor-query?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-02-01 17:06:04 +00:00 committed by Git OBS Bridge
commit 7b9655c683
4 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 1 10:23:32 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.2.1
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Remove unzip package from BuildRequires
- Switch source archive format to TAR.GZ
- Update Requires from setup.py
-------------------------------------------------------------------
Thu May 11 07:38:34 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-azure-monitor-query
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,22 +21,21 @@
%define skip_python2 1
%endif
Name: python-azure-monitor-query
Version: 1.2.0
Version: 1.2.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-%{version}.zip
Source: https://files.pythonhosted.org/packages/source/a/azure-monitor-query/azure-monitor-query-%{version}.tar.gz
Source1: LICENSE.txt
BuildRequires: %{python_module azure-monitor-nspkg >= 1.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-core < 2.0.0
Requires: python-azure-core >= 1.24.0
Requires: python-azure-core >= 1.28.0
Requires: python-azure-monitor-nspkg >= 1.0.0
Requires: python-azure-nspkg >= 3.0.0
Requires: python-isodate >= 0.6.0