diff --git a/amc_drop-compatible-releases-operator.patch b/amc_drop-compatible-releases-operator.patch index 7887c3d..85e64dd 100644 --- a/amc_drop-compatible-releases-operator.patch +++ b/amc_drop-compatible-releases-operator.patch @@ -1,10 +1,10 @@ -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 +diff -Nru azure-mgmt-containerinstance-1.0.0.orig/setup.py azure-mgmt-containerinstance-1.0.0/setup.py +--- azure-mgmt-containerinstance-1.0.0.orig/setup.py 2018-06-21 19:55:36.000000000 +0200 ++++ azure-mgmt-containerinstance-1.0.0/setup.py 2018-09-03 16:39:13.732927938 +0200 @@ -78,7 +78,7 @@ packages=find_packages(exclude=["tests"]), install_requires=[ - 'msrestazure>=0.4.20,<2.0.0', + 'msrestazure>=0.4.27,<2.0.0', - 'azure-common~=1.1', + 'azure-common>=1.1', ], diff --git a/azure-mgmt-containerinstance-0.4.0.zip b/azure-mgmt-containerinstance-0.4.0.zip deleted file mode 100644 index 39f7c2f..0000000 --- a/azure-mgmt-containerinstance-0.4.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:226985c19801a780384aebf88001c0736b496e9aae154c5ead5b0c6f3ce819b8 -size 54697 diff --git a/azure-mgmt-containerinstance-1.0.0.zip b/azure-mgmt-containerinstance-1.0.0.zip new file mode 100644 index 0000000..acf4570 --- /dev/null +++ b/azure-mgmt-containerinstance-1.0.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c8150b5431752484b4933a6a15856b503068314b9d87ff99b03df3549bc92f +size 85906 diff --git a/python-azure-mgmt-containerinstance.changes b/python-azure-mgmt-containerinstance.changes index ea378f0..cad6aea 100644 --- a/python-azure-mgmt-containerinstance.changes +++ b/python-azure-mgmt-containerinstance.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 3 14:48:14 UTC 2018 - John Paul Adrian Glaubitz + +- New upstream release + + Version 1.0.0 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Refresh patches for new version + + amc_drop-compatible-releases-operator.patch +- Update Requires from setup.py + ------------------------------------------------------------------- Wed Apr 11 12:49:44 UTC 2018 - adrian.glaubitz@suse.com diff --git a/python-azure-mgmt-containerinstance.spec b/python-azure-mgmt-containerinstance.spec index a2842be..3e6034e 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.4.0 +Version: 1.0.0 Release: 0 Summary: Microsoft Azure Container Instance Client Library License: MIT @@ -38,7 +38,7 @@ Requires: python-azure-common >= 1.1 Requires: python-azure-mgmt-nspkg Requires: python-azure-nspkg Requires: python-msrestazure < 2.0.0 -Requires: python-msrestazure >= 0.4.20 +Requires: python-msrestazure >= 0.4.27 Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch