Hello community, here is the log from the commit of package python-azure-mgmt-resource for openSUSE:Factory checked in at 2018-09-26 16:15:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-resource (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-resource.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-azure-mgmt-resource" Wed Sep 26 16:15:21 2018 rev:3 rq:637988 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-resource/python-azure-mgmt-resource.changes 2018-01-31 19:51:31.426503699 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-resource.new/python-azure-mgmt-resource.changes 2018-09-26 16:15:22.699092492 +0200 @@ -1,0 +2,12 @@ +Tue Sep 4 17:58:19 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- New upstream release 2.0.0 + * For detailed information about changes, see the + HISTORY.txt file provided with this package +- Move LICENSE.txt from %doc to %license section +- Refresh patches for new version + + amr_drop-compatible-releases-operator.patch +- Update Requires from setup.py +- Update %description from setup.py + +------------------------------------------------------------------- Old: ---- azure-mgmt-resource-1.2.2.zip New: ---- azure-mgmt-resource-2.0.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt-resource.spec ++++++ --- /var/tmp/diff_new_pack.QBMGxY/_old 2018-09-26 16:15:23.179091697 +0200 +++ /var/tmp/diff_new_pack.QBMGxY/_new 2018-09-26 16:15:23.183091690 +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-resource -Version: 1.2.2 +Version: 2.0.0 Release: 0 Summary: Microsoft Azure Resource Management Client Library License: MIT @@ -34,11 +34,11 @@ BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-azure-common < 2.0.0 -Requires: python-azure-common >= 1.1 +Requires: python-azure-common >= 1.1.9 Requires: python-azure-mgmt-nspkg Requires: python-azure-nspkg -Requires: python-msrestazure < 1.0.0 -Requires: python-msrestazure >= 0.4.11 +Requires: python-msrestazure < 2.0.0 +Requires: python-msrestazure >= 0.4.27 Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch @@ -51,7 +51,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.3, 3.4, 3.5 and 3.6. +This package has been tested with Python 2.7, 3.4, 3.5 and 3.6. %prep %setup -q -n azure-mgmt-resource-%{version} @@ -72,7 +72,8 @@ %files %{python_files} %defattr(-,root,root,-) -%doc HISTORY.rst LICENSE.txt README.rst +%doc HISTORY.rst README.rst +%license LICENSE.txt %{python_sitelib}/azure/mgmt/resource %{python_sitelib}/azure_mgmt_resource-*.egg-info ++++++ amr_drop-compatible-releases-operator.patch ++++++ --- /var/tmp/diff_new_pack.QBMGxY/_old 2018-09-26 16:15:23.215091637 +0200 +++ /var/tmp/diff_new_pack.QBMGxY/_new 2018-09-26 16:15:23.219091631 +0200 @@ -1,14 +1,12 @@ -diff -Nru azure-mgmt-resource-1.2.0rc3.orig/setup.py azure-mgmt-resource-1.2.0rc3/setup.py ---- azure-mgmt-resource-1.2.0rc3.orig/setup.py 2017-09-22 17:33:10.000000000 +0200 -+++ azure-mgmt-resource-1.2.0rc3/setup.py 2017-10-02 08:44:50.452322608 +0200 -@@ -78,8 +78,8 @@ - zip_safe=False, +diff -Nru azure-mgmt-resource-2.0.0.orig/setup.py azure-mgmt-resource-2.0.0/setup.py +--- azure-mgmt-resource-2.0.0.orig/setup.py 2018-07-20 20:38:26.000000000 +0200 ++++ azure-mgmt-resource-2.0.0/setup.py 2018-09-04 19:55:01.913664431 +0200 +@@ -78,7 +78,7 @@ packages=find_packages(exclude=["tests"]), install_requires=[ -- 'msrestazure~=0.4.11', -- 'azure-common~=1.1', -+ 'msrestazure>=0.4.11', -+ 'azure-common>=1.1', + 'msrestazure>=0.4.27,<2.0.0', +- 'azure-common~=1.1,>=1.1.9', ++ 'azure-common>=1.1.9,<2.0.0', ], cmdclass=cmdclass )