diff --git a/amc_drop-compatible-releases-operator.patch b/amc_drop-compatible-releases-operator.patch index a9dd62e..d803022 100644 --- a/amc_drop-compatible-releases-operator.patch +++ b/amc_drop-compatible-releases-operator.patch @@ -1,14 +1,12 @@ -diff -Nru azure-mgmt-compute-3.0.1.orig/setup.py azure-mgmt-compute-3.0.1/setup.py ---- azure-mgmt-compute-3.0.1.orig/setup.py 2017-09-26 18:25:18.000000000 +0200 -+++ azure-mgmt-compute-3.0.1/setup.py 2017-10-02 09:57:43.337111305 +0200 -@@ -78,8 +78,8 @@ - zip_safe=False, - packages=find_packages(exclude=["tests"]), - install_requires=[ -- 'msrestazure~=0.4.11', -- 'azure-common~=1.1', -+ 'msrestazure>=0.4.11', -+ 'azure-common>=1.1', - ], - cmdclass=cmdclass - ) +diff -Nru azure-mgmt-compute-3.1.0rc3.orig/setup.py azure-mgmt-compute-3.1.0rc3/setup.py +--- azure-mgmt-compute-3.1.0rc3.orig/setup.py 2018-01-11 12:08:18.000000000 +0100 ++++ azure-mgmt-compute-3.1.0rc3/setup.py 2018-01-18 13:57:30.758583733 +0100 +@@ -78,7 +78,7 @@ + packages=find_packages(exclude=["tests"]), + install_requires=[ + 'msrestazure>=0.4.20,<2.0.0', +- 'azure-common~=1.1', ++ 'azure-common>=1.1', + ], + cmdclass=cmdclass + ) diff --git a/azure-mgmt-compute-3.0.1.zip b/azure-mgmt-compute-3.0.1.zip deleted file mode 100644 index c3e6e6b..0000000 --- a/azure-mgmt-compute-3.0.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a28dbef42c4cfe70d9b3a9e9371668f0f448d343136ce98095b503a3085d854 -size 561724 diff --git a/azure-mgmt-compute-3.1.0rc3.zip b/azure-mgmt-compute-3.1.0rc3.zip new file mode 100644 index 0000000..7e8813e --- /dev/null +++ b/azure-mgmt-compute-3.1.0rc3.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6ab8b429fa8bae8425a4b702c252fdcc28339b3c48d737a9bce566d76e151a +size 786671 diff --git a/python-azure-mgmt-compute.changes b/python-azure-mgmt-compute.changes index 7cea879..0b5a1a5 100644 --- a/python-azure-mgmt-compute.changes +++ b/python-azure-mgmt-compute.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 18 13:04:24 UTC 2018 - adrian.glaubitz@suse.com + +- New upstream release + + Version 3.1.0rc3 + + For detailed information about changes see the + HISTORY.rst file provided with this package +- Install HISTORY.rst into doc directory +- Refresh patches for new version + + amc_drop-compatible-releases-operator.patch +- Update Requires from setup.py + ------------------------------------------------------------------- Wed Oct 4 14:22:54 UTC 2017 - adrian.glaubitz@suse.com diff --git a/python-azure-mgmt-compute.spec b/python-azure-mgmt-compute.spec index ac8e39b..e5ffa76 100644 --- a/python-azure-mgmt-compute.spec +++ b/python-azure-mgmt-compute.spec @@ -1,7 +1,7 @@ # # spec file for package python-azure-mgmt-compute # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-compute -Version: 3.0.1 +Version: 3.1.0rc3 Release: 0 Summary: Microsoft Azure Compute Management Client Library License: MIT @@ -37,8 +37,8 @@ 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 < 1.0.0 -Requires: python-msrestazure >= 0.4.11 +Requires: python-msrestazure < 2.0.0 +Requires: python-msrestazure >= 0.4.20 Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch @@ -72,7 +72,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__ %files %{python_files} %defattr(-,root,root,-) -%doc LICENSE.txt README.rst +%doc HISTORY.rst LICENSE.txt README.rst %{python_sitelib}/azure/mgmt/compute %{python_sitelib}/azure_mgmt_compute-*.egg-info