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-10 21:46:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Wed Nov 10 21:46:50 2021 rev:4 rq:930651 version:1.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-monitor-query/python-azure-monitor-query.changes
2021-11-02 19:19:47.295112665 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-monitor-query.new.1890/python-azure-monitor-query.changes
2021-11-10 21:47:32.275839946 +0100
@@ -1,0 +2,9 @@
+Wed Nov 10 10:55:38 UTC 2021 - John Paul Adrian Glaubitz
<[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
azure-monitor-query-1.0.0.zip
New:
----
azure-monitor-query-1.0.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-monitor-query.spec ++++++
--- /var/tmp/diff_new_pack.FMqwJM/_old 2021-11-10 21:47:32.719840140 +0100
+++ /var/tmp/diff_new_pack.FMqwJM/_new 2021-11-10 21:47:32.723840141 +0100
@@ -16,20 +16,18 @@
#
-%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.0.0
+Version: 1.0.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-%{realversion}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-monitor-query/azure-monitor-query-%{version}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-monitor-nspkg >= 1.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -61,10 +59,10 @@
so that it can all be combined for analysis.
%prep
-%setup -q -n azure-monitor-query-%{realversion}
+%setup -q -n azure-monitor-query-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-query-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-query-%{version}
%python_build
%install