Hello community,
here is the log from the commit of package python-azure-mgmt-subscription for
openSUSE:Factory checked in at 2019-10-10 14:31:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-subscription (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-subscription.new.2352
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-subscription"
Thu Oct 10 14:31:44 2019 rev:4 rq:735752 version:0.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-subscription/python-azure-mgmt-subscription.changes
2019-05-14 13:37:56.456352090 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-subscription.new.2352/python-azure-mgmt-subscription.changes
2019-10-10 14:31:44.644430423 +0200
@@ -1,0 +2,13 @@
+Fri Oct 4 12:20:36 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 0.5.0
+ + For detailed information about changes see the
+ HISTORY.txt file provided with this package
+- Drop patch to support older versions of setuptools as
+ SLE-12 is now shipping with a recent enough version
+ + ams_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+- Update %description from setup.py
+
+-------------------------------------------------------------------
Old:
----
ams_drop-compatible-releases-operator.patch
azure-mgmt-subscription-0.2.0.zip
New:
----
azure-mgmt-subscription-0.5.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-subscription.spec ++++++
--- /var/tmp/diff_new_pack.noMI42/_old 2019-10-10 14:31:45.112429332 +0200
+++ /var/tmp/diff_new_pack.noMI42/_new 2019-10-10 14:31:45.116429323 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-subscription
-Version: 0.2.0
+Version: 0.5.0
Release: 0
Summary: Microsoft Azure Subscription Management Client Library
License: MIT
@@ -26,7 +26,6 @@
Url: https://github.com/Azure/azure-sdk-for-python
Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-subscription/azure-mgmt-subscription-%{version}.zip
Source1: LICENSE.txt
-Patch1: ams_drop-compatible-releases-operator.patch
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module setuptools}
@@ -37,6 +36,7 @@
Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-nspkg >= 3.0.0
+Requires: python-msrest >= 0.5.0
Requires: python-msrestazure < 2.0.0
Requires: python-msrestazure >= 0.4.20
Conflicts: python-azure-sdk <= 2.0.0
@@ -51,11 +51,10 @@
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
-This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
+This package has been tested with Python 2.7, 3.5, 3.6 and 3.7.
%prep
%setup -q -n azure-mgmt-subscription-%{version}
-%patch1 -p1
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-subscription-%{version}
@@ -65,10 +64,6 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%{python_expand # delete common files
-rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
-rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__pycache__
-rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
-rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
}
%files %{python_files}