Hello community, here is the log from the commit of package python-azure-mgmt-recoveryservices for openSUSE:Factory checked in at 2018-09-26 16:15:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-recoveryservices (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-recoveryservices.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-azure-mgmt-recoveryservices" Wed Sep 26 16:15:16 2018 rev:4 rq:637985 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-recoveryservices/python-azure-mgmt-recoveryservices.changes 2018-02-14 09:24:13.815552042 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-recoveryservices.new/python-azure-mgmt-recoveryservices.changes 2018-09-26 16:15:16.339103026 +0200 @@ -1,0 +2,13 @@ +Tue Sep 4 16:29:56 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- New upstream release + + Version 0.3.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-recoveryservices-0.2.0.zip New: ---- azure-mgmt-recoveryservices-0.3.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt-recoveryservices.spec ++++++ --- /var/tmp/diff_new_pack.2wUTNy/_old 2018-09-26 16:15:17.071101814 +0200 +++ /var/tmp/diff_new_pack.2wUTNy/_new 2018-09-26 16:15:17.079101800 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-recoveryservices -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: Microsoft Azure Recovery Services Client Library License: MIT @@ -37,8 +37,8 @@ Requires: python-azure-common >= 1.1 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-recoveryservices-%{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/recoveryservices %{python_sitelib}/azure_mgmt_recoveryservices-*.egg-info ++++++ amr_drop-compatible-releases-operator.patch ++++++ --- /var/tmp/diff_new_pack.2wUTNy/_old 2018-09-26 16:15:17.115101741 +0200 +++ /var/tmp/diff_new_pack.2wUTNy/_new 2018-09-26 16:15:17.115101741 +0200 @@ -1,13 +1,11 @@ -diff -Nru azure-mgmt-recoveryservices-0.1.0.orig/setup.py azure-mgmt-recoveryservices-0.1.0/setup.py ---- azure-mgmt-recoveryservices-0.1.0.orig/setup.py 2017-07-20 22:14:30.000000000 +0200 -+++ azure-mgmt-recoveryservices-0.1.0/setup.py 2017-11-03 19:52:11.750217933 +0100 -@@ -78,8 +78,8 @@ - zip_safe=False, - packages=find_packages(), +diff -Nru azure-mgmt-recoveryservices-0.3.0.orig/setup.py azure-mgmt-recoveryservices-0.3.0/setup.py +--- azure-mgmt-recoveryservices-0.3.0.orig/setup.py 2018-05-25 20:45:54.000000000 +0200 ++++ azure-mgmt-recoveryservices-0.3.0/setup.py 2018-09-04 18:20:35.795232036 +0200 +@@ -78,7 +78,7 @@ + packages=find_packages(exclude=["tests"]), install_requires=[ -- 'msrestazure~=0.4.11', + 'msrestazure>=0.4.27,<2.0.0', - 'azure-common~=1.1', -+ 'msrestazure>=0.4.11', + 'azure-common>=1.1', ], cmdclass=cmdclass