Hello community, here is the log from the commit of package python-azure-mgmt-keyvault for openSUSE:Factory checked in at 2018-09-26 16:14:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-keyvault (Old) and /work/SRC/openSUSE:Factory/.python-azure-mgmt-keyvault.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-keyvault" Wed Sep 26 16:14:24 2018 rev:3 rq:637968 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-mgmt-keyvault/python-azure-mgmt-keyvault.changes 2018-01-30 15:45:38.451139546 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-mgmt-keyvault.new/python-azure-mgmt-keyvault.changes 2018-09-26 16:14:24.675188618 +0200 @@ -1,0 +2,13 @@ +Thu Sep 6 14:08:52 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- New upstream release + + Version 1.1.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 + + amk_drop-compatible-releases-operator.patch +- Update Requires from setup.py +- Update Summary and %description from setup.py + +------------------------------------------------------------------- Old: ---- azure-mgmt-keyvault-0.40.0.zip New: ---- azure-mgmt-keyvault-1.1.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-mgmt-keyvault.spec ++++++ --- /var/tmp/diff_new_pack.CEVVOw/_old 2018-09-26 16:14:25.211187729 +0200 +++ /var/tmp/diff_new_pack.CEVVOw/_new 2018-09-26 16:14:25.215187723 +0200 @@ -18,9 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-keyvault -Version: 0.40.0 +Version: 1.1.0 Release: 0 -Summary: Microsoft Azure KeyVault Resource Management Client Library +Summary: Microsoft Azure Key Vault Management Client Library License: MIT Group: Development/Languages/Python Url: https://github.com/Azure/azure-sdk-for-python @@ -34,11 +34,12 @@ BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-azure-common < 2.0.0 -Requires: python-azure-common >= 1.1.5 +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.7 +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 @@ -46,12 +47,12 @@ %python_subpackages %description -This is the Microsoft Azure KeyVault Resource Management Client Library. +This is the Microsoft Azure Key Vault 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 and 3.5. +This package has been tested with Python 2.7, 3.4, 3.5 and 3.6. %prep %setup -q -n azure-mgmt-keyvault-%{version} @@ -72,7 +73,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/keyvault %{python_sitelib}/azure_mgmt_keyvault-*.egg-info ++++++ amk_drop-compatible-releases-operator.patch ++++++ --- /var/tmp/diff_new_pack.CEVVOw/_old 2018-09-26 16:14:25.263187644 +0200 +++ /var/tmp/diff_new_pack.CEVVOw/_new 2018-09-26 16:14:25.267187637 +0200 @@ -1,14 +1,12 @@ -diff -Nru azure-mgmt-keyvault-0.40.0.orig/setup.py azure-mgmt-keyvault-0.40.0/setup.py ---- azure-mgmt-keyvault-0.40.0.orig/setup.py 2017-06-07 16:44:12.000000000 +0200 -+++ azure-mgmt-keyvault-0.40.0/setup.py 2017-06-09 18:23:44.971201494 +0200 -@@ -74,8 +74,8 @@ - 'azure.mgmt.keyvault.operations', - ], +diff -Nru azure-mgmt-keyvault-1.1.0.orig/setup.py azure-mgmt-keyvault-1.1.0/setup.py +--- azure-mgmt-keyvault-1.1.0.orig/setup.py 2018-08-07 21:07:22.000000000 +0200 ++++ azure-mgmt-keyvault-1.1.0/setup.py 2018-09-06 16:07:10.336030537 +0200 +@@ -79,7 +79,7 @@ install_requires=[ -- 'msrestazure~=0.4.7', -- 'azure-common~=1.1.5', -+ 'msrestazure>=0.4.7', -+ 'azure-common>=1.1.5', + 'msrest>=0.5.0', + 'msrestazure>=0.4.32,<2.0.0', +- 'azure-common~=1.1', ++ 'azure-common>=1.1', ], cmdclass=cmdclass )