Hello community, here is the log from the commit of package python-azure-mgmt-storage for openSUSE:Factory checked in at 2018-09-26 16:15:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-storage (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-storage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-azure-mgmt-storage" Wed Sep 26 16:15:39 2018 rev:3 rq:637996 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-storage/python-azure-mgmt-storage.changes 2018-01-30 15:45:34.959302558 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-storage.new/python-azure-mgmt-storage.changes 2018-09-26 16:15:39.467064723 +0200 @@ -1,0 +2,13 @@ +Thu Sep 6 11:50:43 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- New upstream release + + Version 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 + + ams_drop-compatible-releases-operator.patch +- Update Requires from setup.py +- Update %description from setup.py + +------------------------------------------------------------------- Old: ---- azure-mgmt-storage-1.5.0.zip New: ---- azure-mgmt-storage-2.0.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt-storage.spec ++++++ --- /var/tmp/diff_new_pack.kulL9R/_old 2018-09-26 16:15:39.987063862 +0200 +++ /var/tmp/diff_new_pack.kulL9R/_new 2018-09-26 16:15:39.995063849 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-storage -Version: 1.5.0 +Version: 2.0.0 Release: 0 Summary: Microsoft Azure Storage 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.10 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.32 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, 3.6 and 3.7. %prep %setup -q -n azure-mgmt-storage-%{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/storage %{python_sitelib}/azure_mgmt_storage-*.egg-info ++++++ ams_drop-compatible-releases-operator.patch ++++++ --- /var/tmp/diff_new_pack.kulL9R/_old 2018-09-26 16:15:40.055063750 +0200 +++ /var/tmp/diff_new_pack.kulL9R/_new 2018-09-26 16:15:40.055063750 +0200 @@ -1,14 +1,12 @@ -diff -Nru azure-mgmt-storage-1.2.1.orig/setup.py azure-mgmt-storage-1.2.1/setup.py ---- azure-mgmt-storage-1.2.1.orig/setup.py 2017-08-14 20:38:08.000000000 +0200 -+++ azure-mgmt-storage-1.2.1/setup.py 2017-09-12 11:11:57.529367973 +0200 -@@ -78,8 +78,8 @@ - zip_safe=False, +diff -Nru azure-mgmt-storage-2.0.0.orig/setup.py azure-mgmt-storage-2.0.0/setup.py +--- azure-mgmt-storage-2.0.0.orig/setup.py 2018-08-01 17:04:36.000000000 +0200 ++++ azure-mgmt-storage-2.0.0/setup.py 2018-09-06 13:46:41.220634372 +0200 +@@ -79,7 +79,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.32,<2.0.0', +- 'azure-common~=1.1,>=1.1.10', ++ 'azure-common>=1.1.10,<2.0.0', ], cmdclass=cmdclass )