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 2022-06-17 21:21:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-core (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-core.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-core"
Fri Jun 17 21:21:22 2022 rev:8 rq:983453 version:1.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-core/python-azure-mgmt-core.changes
2021-07-10 00:03:27.414603311 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-core.new.1548/python-azure-mgmt-core.changes
2022-06-17 21:23:39.186810471 +0200
@@ -1,0 +2,10 @@
+Fri Jun 17 06:55:58 UTC 2022 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 1.3.1
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Remove temporary version override
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-mgmt-core-1.3.0.zip
New:
----
azure-mgmt-core-1.3.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-core.spec ++++++
--- /var/tmp/diff_new_pack.WRwzNX/_old 2022-06-17 21:23:39.582810685 +0200
+++ /var/tmp/diff_new_pack.WRwzNX/_new 2022-06-17 21:23:39.586810688 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-core
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,18 @@
#
-%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.0.0
+Version: 1.3.1
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-%{realversion}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-core/azure-mgmt-core-%{version}.zip
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
@@ -37,7 +35,7 @@
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-core < 2.0.0
-Requires: python-azure-core >= 1.15.0
+Requires: python-azure-core >= 1.23.0
Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-nspkg >= 3.0.0
Conflicts: python-azure-sdk <= 2.0.0
@@ -56,7 +54,7 @@
be installed automatically when you install other SDKs.
%prep
-%setup -q -n azure-mgmt-core-%{realversion}
+%setup -q -n azure-mgmt-core-%{version}
%build
# Required for Python2 builds