diff --git a/amc_drop-compatible-releases-operator.patch b/amc_drop-compatible-releases-operator.patch index 120f5dd..3f7b222 100644 --- a/amc_drop-compatible-releases-operator.patch +++ b/amc_drop-compatible-releases-operator.patch @@ -1,9 +1,9 @@ -diff -Nru azure-mgmt-containerinstance-0.1.0.orig/setup.py azure-mgmt-containerinstance-0.1.0/setup.py ---- azure-mgmt-containerinstance-0.1.0.orig/setup.py 2017-07-27 22:09:56.000000000 +0200 -+++ azure-mgmt-containerinstance-0.1.0/setup.py 2017-11-03 19:40:30.047288428 +0100 +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, - packages=find_packages(), + packages=find_packages(exclude=["tests"]), install_requires=[ - 'msrestazure~=0.4.11', - 'azure-common~=1.1', diff --git a/azure-mgmt-containerinstance-0.1.0.zip b/azure-mgmt-containerinstance-0.1.0.zip deleted file mode 100644 index 1328e25..0000000 --- a/azure-mgmt-containerinstance-0.1.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ab9fc91604f82b6c49352a806758dbc92eef891fc37cb62a537ea049c2a7b25 -size 37910 diff --git a/azure-mgmt-containerinstance-0.2.0.zip b/azure-mgmt-containerinstance-0.2.0.zip new file mode 100644 index 0000000..288f50c --- /dev/null +++ b/azure-mgmt-containerinstance-0.2.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debf43df5cb68c80589dca2df597b8c46cc580c715179b26b18fcd546a41be00 +size 44668 diff --git a/python-azure-mgmt-containerinstance.changes b/python-azure-mgmt-containerinstance.changes index bceeee6..f42651d 100644 --- a/python-azure-mgmt-containerinstance.changes +++ b/python-azure-mgmt-containerinstance.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jan 18 13:32:02 UTC 2018 - adrian.glaubitz@suse.com + +- New upstream release + + Version 0.2.0 + + 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 + + amb_drop-compatible-releases-operator.patch + ------------------------------------------------------------------- Fri Nov 3 18:46:06 UTC 2017 - adrian.glaubitz@suse.com diff --git a/python-azure-mgmt-containerinstance.spec b/python-azure-mgmt-containerinstance.spec index 2167da8..3d62f1e 100644 --- a/python-azure-mgmt-containerinstance.spec +++ b/python-azure-mgmt-containerinstance.spec @@ -1,7 +1,7 @@ # # spec file for package python-azure-mgmt-containerinstance # -# 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-containerinstance -Version: 0.1.0 +Version: 0.2.0 Release: 0 Summary: Microsoft Azure Container Instance Client Library License: MIT @@ -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/containerinstance %{python_sitelib}/azure_mgmt_containerinstance-*.egg-info