Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-mgmt-core for
openSUSE:Factory checked in at 2021-07-10 00:00:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-core (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-core.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-core"
Sat Jul 10 00:00:39 2021 rev:7 rq:905284 version:1.3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-core/python-azure-mgmt-core.changes
2021-06-15 16:37:32.141714133 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-core.new.2625/python-azure-mgmt-core.changes
2021-07-10 00:03:27.414603311 +0200
@@ -1,0 +2,10 @@
+Fri Jul 9 11:09:07 UTC 2021 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 1.3.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Override upstream version with 1.3.0.0 to ensure
+ proper upgrade from previous version 1.3.0b3
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-core-1.3.0b3.zip
New:
----
azure-mgmt-core-1.3.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-core.spec ++++++
--- /var/tmp/diff_new_pack.RMWNHQ/_old 2021-07-10 00:03:27.754600667 +0200
+++ /var/tmp/diff_new_pack.RMWNHQ/_new 2021-07-10 00:03:27.758600636 +0200
@@ -16,18 +16,20 @@
#
+%define realversion 1.3.0
+
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-azure-mgmt-core
-Version: 1.3.0b3
+Version: 1.3.0.0
Release: 0
Summary: Microsoft Azure Management Core Library
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python
-Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-core/azure-mgmt-core-%{version}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-core/azure-mgmt-core-%{realversion}.zip
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
@@ -54,7 +56,7 @@
be installed automatically when you install other SDKs.
%prep
-%setup -q -n azure-mgmt-core-%{version}
+%setup -q -n azure-mgmt-core-%{realversion}
%build
# Required for Python2 builds