Hello community, here is the log from the commit of package python-azure-mgmt-recoveryservicesbackup for openSUSE:Factory checked in at 2018-09-26 16:15:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-recoveryservicesbackup (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-recoveryservicesbackup.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-azure-mgmt-recoveryservicesbackup" Wed Sep 26 16:15:17 2018 rev:3 rq:637986 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-recoveryservicesbackup/python-azure-mgmt-recoveryservicesbackup.changes 2018-01-30 15:46:00.182125067 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-recoveryservicesbackup.new/python-azure-mgmt-recoveryservicesbackup.changes 2018-09-26 16:15:19.523097752 +0200 @@ -1,0 +2,13 @@ +Wed Sep 5 12:11:57 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 Summary and %description from setup.py + +------------------------------------------------------------------- Old: ---- azure-mgmt-recoveryservicesbackup-0.1.1.zip New: ---- azure-mgmt-recoveryservicesbackup-0.3.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt-recoveryservicesbackup.spec ++++++ --- /var/tmp/diff_new_pack.JYhFIU/_old 2018-09-26 16:15:19.919097096 +0200 +++ /var/tmp/diff_new_pack.JYhFIU/_new 2018-09-26 16:15:19.923097090 +0200 @@ -18,9 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-recoveryservicesbackup -Version: 0.1.1 +Version: 0.3.0 Release: 0 -Summary: Microsoft Azure Recovery Services Backup Client Library +Summary: Microsoft Azure Recovery Services Backup Management Client Library License: MIT Group: Development/Languages/Python Url: https://github.com/Azure/azure-sdk-for-python @@ -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 @@ -46,12 +46,12 @@ %python_subpackages %description -This is the Microsoft Azure Recovery Services Backup Client Library. +This is the Microsoft Azure Recovery Services Backup Management Client Library. 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-recoveryservicesbackup-%{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/recoveryservicesbackup %{python_sitelib}/azure_mgmt_recoveryservicesbackup-*.egg-info ++++++ amr_drop-compatible-releases-operator.patch ++++++ --- /var/tmp/diff_new_pack.JYhFIU/_old 2018-09-26 16:15:19.959097030 +0200 +++ /var/tmp/diff_new_pack.JYhFIU/_new 2018-09-26 16:15:19.959097030 +0200 @@ -1,13 +1,11 @@ -diff -Nru azure-mgmt-recoveryservicesbackup-0.1.1.orig/setup.py azure-mgmt-recoveryservicesbackup-0.1.1/setup.py ---- azure-mgmt-recoveryservicesbackup-0.1.1.orig/setup.py 2017-08-09 18:28:56.000000000 +0200 -+++ azure-mgmt-recoveryservicesbackup-0.1.1/setup.py 2017-10-02 14:37:42.704147675 +0200 -@@ -78,8 +78,8 @@ - zip_safe=False, - packages=find_packages(), +diff -Nru azure-mgmt-recoveryservicesbackup-0.3.0.orig/setup.py azure-mgmt-recoveryservicesbackup-0.3.0/setup.py +--- azure-mgmt-recoveryservicesbackup-0.3.0.orig/setup.py 2018-06-27 21:41:36.000000000 +0200 ++++ azure-mgmt-recoveryservicesbackup-0.3.0/setup.py 2018-09-05 14:09:36.033774139 +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
participants (1)
-
root