diff --git a/azure-monitor-query-1.2.0.zip b/azure-monitor-query-1.2.0.zip deleted file mode 100644 index 7e6cada..0000000 --- a/azure-monitor-query-1.2.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c57432443f203069e64e500c7e958ca31650f641950515ffe65555ba134c371 -size 185223 diff --git a/azure-monitor-query-1.2.1.tar.gz b/azure-monitor-query-1.2.1.tar.gz new file mode 100644 index 0000000..d41e448 --- /dev/null +++ b/azure-monitor-query-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a958c1587b749f7317713beaa84b61ea93dcb0c267efb4dc7f305403629bb3f +size 130912 diff --git a/python-azure-monitor-query.changes b/python-azure-monitor-query.changes index d37a587..c4beb06 100644 --- a/python-azure-monitor-query.changes +++ b/python-azure-monitor-query.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 1 10:23:32 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-azure-monitor-query.spec b/python-azure-monitor-query.spec index 7bb23b8..dcb051a 100644 --- a/python-azure-monitor-query.spec +++ b/python-azure-monitor-query.spec @@ -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