Hello community, here is the log from the commit of package python-azure-mgmt-web for openSUSE:Factory checked in at 2018-09-26 16:15:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-web (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-web.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-azure-mgmt-web" Wed Sep 26 16:15:47 2018 rev:4 rq:637998 version:0.40.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-web/python-azure-mgmt-web.changes 2018-05-13 15:59:35.294320973 +0200 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-web.new/python-azure-mgmt-web.changes 2018-09-26 16:15:49.147048695 +0200 @@ -1,0 +2,11 @@ +Thu Sep 6 12:03:57 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- New upstream release 0.40.0 + * For detailed information about changes see the + HISTORY.txt file provided with this package +- Refresh patches for new version + + amw_drop-compatible-releases-operator.patch +- Update Requires from setup.py +- Update %description from setup.py + +------------------------------------------------------------------- Old: ---- azure-mgmt-web-0.35.0.zip New: ---- azure-mgmt-web-0.40.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt-web.spec ++++++ --- /var/tmp/diff_new_pack.EzRfy1/_old 2018-09-26 16:15:49.863047509 +0200 +++ /var/tmp/diff_new_pack.EzRfy1/_new 2018-09-26 16:15:49.863047509 +0200 @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-web -Version: 0.35.0 +Version: 0.40.0 Release: 0 Summary: Microsoft Azure Web Apps Management Client Library License: MIT @@ -37,8 +37,9 @@ Requires: python-azure-common >= 1.1 Requires: python-azure-mgmt-nspkg Requires: python-azure-nspkg +Requires: python-msrest >= 0.5.0 Requires: python-msrestazure < 2.0.0 -Requires: python-msrestazure >= 0.4.20 +Requires: python-msrestazure >= 0.4.32 Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch @@ -51,7 +52,7 @@ 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.4, 3.5, 3.6 and 3.7. %prep %setup -q -n azure-mgmt-web-%{version} ++++++ amw_drop-compatible-releases-operator.patch ++++++ --- /var/tmp/diff_new_pack.EzRfy1/_old 2018-09-26 16:15:49.899047450 +0200 +++ /var/tmp/diff_new_pack.EzRfy1/_new 2018-09-26 16:15:49.899047450 +0200 @@ -1,10 +1,10 @@ -diff -Nru azure-mgmt-web-0.35.0.orig/setup.py azure-mgmt-web-0.35.0/setup.py ---- azure-mgmt-web-0.35.0.orig/setup.py 2018-02-21 01:24:26.000000000 +0100 -+++ azure-mgmt-web-0.35.0/setup.py 2018-03-01 17:09:55.605583276 +0100 -@@ -78,7 +78,7 @@ - packages=find_packages(exclude=["tests"]), +diff -Nru azure-mgmt-web-0.40.0.orig/setup.py azure-mgmt-web-0.40.0/setup.py +--- azure-mgmt-web-0.40.0.orig/setup.py 2018-08-28 17:33:02.000000000 +0200 ++++ azure-mgmt-web-0.40.0/setup.py 2018-09-06 13:59:56.883752653 +0200 +@@ -80,7 +80,7 @@ install_requires=[ - 'msrestazure>=0.4.20,<2.0.0', + 'msrest>=0.5.0', + 'msrestazure>=0.4.32,<2.0.0', - 'azure-common~=1.1', + 'azure-common>=1.1', ],