diff --git a/amc_drop-compatible-releases-operator.patch b/amc_drop-compatible-releases-operator.patch index 3f7b222..7887c3d 100644 --- a/amc_drop-compatible-releases-operator.patch +++ b/amc_drop-compatible-releases-operator.patch @@ -1,13 +1,11 @@ -diff -Nru azure-mgmt-containerinstance-0.2.0.orig/setup.py azure-mgmt-containerinstance-0.2.0/setup.py ---- azure-mgmt-containerinstance-0.2.0.orig/setup.py 2017-10-23 19:05:02.000000000 +0200 -+++ azure-mgmt-containerinstance-0.2.0/setup.py 2018-01-18 14:29:17.586316447 +0100 -@@ -78,8 +78,8 @@ - zip_safe=False, +diff -Nru azure-mgmt-containerinstance-0.3.1.orig/setup.py azure-mgmt-containerinstance-0.3.1/setup.py +--- azure-mgmt-containerinstance-0.3.1.orig/setup.py 2018-02-05 18:35:36.000000000 +0100 ++++ azure-mgmt-containerinstance-0.3.1/setup.py 2018-03-07 14:19:30.428712948 +0100 +@@ -78,7 +78,7 @@ packages=find_packages(exclude=["tests"]), install_requires=[ -- 'msrestazure~=0.4.11', + 'msrestazure>=0.4.20,<2.0.0', - 'azure-common~=1.1', -+ 'msrestazure>=0.4.11', + 'azure-common>=1.1', ], cmdclass=cmdclass diff --git a/azure-mgmt-containerinstance-0.2.0.zip b/azure-mgmt-containerinstance-0.2.0.zip deleted file mode 100644 index 288f50c..0000000 --- a/azure-mgmt-containerinstance-0.2.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:debf43df5cb68c80589dca2df597b8c46cc580c715179b26b18fcd546a41be00 -size 44668 diff --git a/azure-mgmt-containerinstance-0.4.0.zip b/azure-mgmt-containerinstance-0.4.0.zip new file mode 100644 index 0000000..39f7c2f --- /dev/null +++ b/azure-mgmt-containerinstance-0.4.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226985c19801a780384aebf88001c0736b496e9aae154c5ead5b0c6f3ce819b8 +size 54697 diff --git a/python-azure-mgmt-containerinstance.changes b/python-azure-mgmt-containerinstance.changes index f42651d..ea378f0 100644 --- a/python-azure-mgmt-containerinstance.changes +++ b/python-azure-mgmt-containerinstance.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Apr 11 12:49:44 UTC 2018 - adrian.glaubitz@suse.com + +- New upstream release + + Version 0.4.0 + +------------------------------------------------------------------- +Wed Mar 7 13:31:33 UTC 2018 - adrian.glaubitz@suse.com + +- New upstream release + + Version 0.3.1 +- Move LICENSE.txt from %doc to %license section +- Refresh patches for new version + + amb_drop-compatible-releases-operator.patch +- Update %description from setup.py +- Update Requires from setup.py + ------------------------------------------------------------------- Thu Jan 18 13:32:02 UTC 2018 - adrian.glaubitz@suse.com diff --git a/python-azure-mgmt-containerinstance.spec b/python-azure-mgmt-containerinstance.spec index 3d62f1e..a2842be 100644 --- a/python-azure-mgmt-containerinstance.spec +++ b/python-azure-mgmt-containerinstance.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-containerinstance -Version: 0.2.0 +Version: 0.4.0 Release: 0 Summary: Microsoft Azure Container Instance 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 @@ -51,7 +51,7 @@ This is the Microsoft Azure Container Instance 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-containerinstance-%{version} @@ -72,7 +72,8 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__ %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/containerinstance %{python_sitelib}/azure_mgmt_containerinstance-*.egg-info