Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-azure-monitor-query for openSUSE:Factory checked in at 2021-11-02 19:19:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-monitor-query (Old) and /work/SRC/openSUSE:Factory/.python-azure-monitor-query.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-monitor-query" Tue Nov 2 19:19:07 2021 rev:3 rq:928768 version:1.0.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-monitor-query/python-azure-monitor-query.changes 2021-09-17 23:26:00.773239461 +0200 +++ /work/SRC/openSUSE:Factory/.python-azure-monitor-query.new.1890/python-azure-monitor-query.changes 2021-11-02 19:19:47.295112665 +0100 @@ -1,0 +2,10 @@ +Tue Nov 2 12:25:08 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaub...@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 + +------------------------------------------------------------------- Old: ---- azure-monitor-query-1.0.0b3.zip New: ---- azure-monitor-query-1.0.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-monitor-query.spec ++++++ --- /var/tmp/diff_new_pack.8rsNAM/_old 2021-11-02 19:19:47.843113086 +0100 +++ /var/tmp/diff_new_pack.8rsNAM/_new 2021-11-02 19:19:47.843113086 +0100 @@ -16,18 +16,20 @@ # +%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.0b3 +Version: 1.0.0.0 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-%{realversion}.zip Source1: LICENSE.txt BuildRequires: %{python_module azure-monitor-nspkg >= 1.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0} @@ -59,10 +61,10 @@ so that it can all be combined for analysis. %prep -%setup -q -n azure-monitor-query-%{version} +%setup -q -n azure-monitor-query-%{realversion} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-query-%{version} +install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-query-%{realversion} %python_build %install