Hello community,
here is the log from the commit of package python-azure-mgmt-storage for
openSUSE:Factory checked in at 2019-10-10 14:31:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-storage (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-storage.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-storage"
Thu Oct 10 14:31:42 2019 rev:5 rq:735750 version:4.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-storage/python-azure-mgmt-storage.changes
2019-05-14 13:37:48.840334984 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-storage.new.2352/python-azure-mgmt-storage.changes
2019-10-10 14:31:43.880432204 +0200
@@ -1,0 +2,12 @@
+Fri Oct 4 12:20:24 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 4.0.0
+ + For detailed information about changes see the
+ HISTORY.txt file provided with this package
+- Drop patches to support older versions of setuptools as
+ SLE-12 is now shipping with a recent enough version
+ + ams_drop-compatible-releases-operator.patch
+ + ams_drop-extras-require.patch
+
+-------------------------------------------------------------------
Old:
----
ams_drop-compatible-releases-operator.patch
ams_drop-extras-require.patch
azure-mgmt-storage-3.1.1.zip
New:
----
azure-mgmt-storage-4.0.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-storage.spec ++++++
--- /var/tmp/diff_new_pack.ZDB4ov/_old 2019-10-10 14:31:44.356431095 +0200
+++ /var/tmp/diff_new_pack.ZDB4ov/_new 2019-10-10 14:31:44.360431085 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-storage
-Version: 3.1.1
+Version: 4.0.0
Release: 0
Summary: Microsoft Azure Storage Management Client Library
License: MIT
@@ -26,8 +26,6 @@
Url: https://github.com/Azure/azure-sdk-for-python
Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-storage/azure-mgmt-storage-%{version}.zip
Source1: LICENSE.txt
-Patch1: ams_drop-compatible-releases-operator.patch
-Patch2: ams_drop-extras-require.patch
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
@@ -57,8 +55,6 @@
%prep
%setup -q -n azure-mgmt-storage-%{version}
-%patch1 -p1
-%patch2 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-storage-%{version}