Hello community, here is the log from the commit of package python-azure-mgmt-reservations for openSUSE:Factory checked in at 2018-09-26 16:15:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-reservations (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-reservations.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-azure-mgmt-reservations" Wed Sep 26 16:15:20 2018 rev:2 rq:637987 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-reservations/python-azure-mgmt-reservations.changes 2018-02-14 10:50:08.916865331 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-reservations.new/python-azure-mgmt-reservations.changes 2018-09-26 16:15:21.459094546 +0200 @@ -1,0 +2,13 @@ +Tue Sep 4 17:03:47 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-reservations-0.1.0.zip New: ---- azure-mgmt-reservations-0.3.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt-reservations.spec ++++++ --- /var/tmp/diff_new_pack.He0Fru/_old 2018-09-26 16:15:21.915093790 +0200 +++ /var/tmp/diff_new_pack.He0Fru/_new 2018-09-26 16:15:21.919093784 +0200 @@ -15,29 +15,31 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-reservations -Version: 0.1.0 +Version: 0.3.0 Release: 0 -Summary: Microsoft Azure Reservations Management Client Library +Summary: Microsoft Azure Reservations Client Library License: MIT Group: Development/Languages/Python Url: https://github.com/Azure/azure-sdk-for-python Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-reservations/azure-mgmt-reservations-%{version}.zip Source1: LICENSE.txt Patch1: amr_drop-compatible-releases-operator.patch +BuildRequires: %{python_module azure-mgmt-nspkg} +BuildRequires: %{python_module azure-nspkg} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildRequires: unzip -BuildRequires: %{python_module azure-mgmt-nspkg} -BuildRequires: %{python_module azure-nspkg} +Requires: python-azure-common < 2.0.0 +Requires: python-azure-common >= 1.1 Requires: python-azure-mgmt-nspkg Requires: python-azure-nspkg -Requires: python-msrestazure >= 0.4.11 -Requires: python-msrestazure < 1.0.0 -Requires: python-azure-common >= 1.1 -Requires: python-azure-common < 2.0.0 +Requires: python-msrest >= 0.5.0 +Requires: python-msrestazure < 2.0.0 +Requires: python-msrestazure >= 0.4.32 Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch @@ -45,12 +47,12 @@ %python_subpackages %description -This is the Microsoft Azure Reservations Management Client Library. +This is the Microsoft Azure Reservations 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, 3.6 and 3.7. %prep %setup -q -n azure-mgmt-reservations-%{version} @@ -71,7 +73,9 @@ %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/reservations %{python_sitelib}/azure_mgmt_reservations-*.egg-info + %changelog ++++++ amr_drop-compatible-releases-operator.patch ++++++ --- /var/tmp/diff_new_pack.He0Fru/_old 2018-09-26 16:15:21.955093724 +0200 +++ /var/tmp/diff_new_pack.He0Fru/_new 2018-09-26 16:15:21.959093718 +0200 @@ -1,13 +1,11 @@ -diff -Nru azure-mgmt-reservations-0.1.0.orig/setup.py azure-mgmt-reservations-0.1.0/setup.py ---- azure-mgmt-reservations-0.1.0.orig/setup.py 2017-11-04 00:13:24.000000000 +0100 -+++ azure-mgmt-reservations-0.1.0/setup.py 2018-01-24 16:25:06.120689035 +0100 -@@ -78,8 +78,8 @@ - zip_safe=False, - packages=find_packages(exclude=["tests"]), +diff -Nru azure-mgmt-reservations-0.3.0.orig/setup.py azure-mgmt-reservations-0.3.0/setup.py +--- azure-mgmt-reservations-0.3.0.orig/setup.py 2018-08-23 16:57:32.000000000 +0200 ++++ azure-mgmt-reservations-0.3.0/setup.py 2018-09-04 18:48:31.993455569 +0200 +@@ -80,7 +80,7 @@ install_requires=[ -- 'msrestazure~=0.4.11', + 'msrest>=0.5.0', + 'msrestazure>=0.4.32,<2.0.0', - 'azure-common~=1.1', -+ 'msrestazure>=0.4.11', + 'azure-common>=1.1', ], cmdclass=cmdclass