diff --git a/amn_drop-compatible-releases-operator.patch b/amn_drop-compatible-releases-operator.patch index f710c9f..aab1235 100644 --- a/amn_drop-compatible-releases-operator.patch +++ b/amn_drop-compatible-releases-operator.patch @@ -1,12 +1,12 @@ -diff -Nru azure-mgmt-network-2.0.0rc2.orig/setup.py azure-mgmt-network-2.0.0rc2/setup.py ---- azure-mgmt-network-2.0.0rc2.orig/setup.py 2018-04-03 17:34:54.000000000 +0200 -+++ azure-mgmt-network-2.0.0rc2/setup.py 2018-04-11 16:07:35.253902485 +0200 -@@ -78,7 +78,7 @@ - packages=find_packages(exclude=["tests"]), - install_requires=[ - 'msrestazure>=0.4.20,<2.0.0', -- 'azure-common~=1.1,>=1.1.9', -+ 'azure-common>=1.1.9', - ], - cmdclass=cmdclass - ) +diff -Nru azure-mgmt-network-2.1.0.orig/setup.py azure-mgmt-network-2.1.0/setup.py +--- azure-mgmt-network-2.1.0.orig/setup.py 2018-08-28 20:44:06.000000000 +0200 ++++ azure-mgmt-network-2.1.0/setup.py 2018-09-04 14:02:22.948321093 +0200 +@@ -80,7 +80,7 @@ + install_requires=[ + 'msrest>=0.5.0', + 'msrestazure>=0.4.32,<2.0.0', +- 'azure-common~=1.1,>=1.1.9', ++ 'azure-common>=1.1.9,<2.0.0', + ], + cmdclass=cmdclass + ) diff --git a/azure-mgmt-network-2.0.0rc2.zip b/azure-mgmt-network-2.0.0rc2.zip deleted file mode 100644 index b8626c0..0000000 --- a/azure-mgmt-network-2.0.0rc2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56922cd31a80bd2568aeed7839a0207d9550feb54897bbb9a2a967fed9390abd -size 5074108 diff --git a/azure-mgmt-network-2.1.0.zip b/azure-mgmt-network-2.1.0.zip new file mode 100644 index 0000000..cf0ca02 --- /dev/null +++ b/azure-mgmt-network-2.1.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba2d8e0d7d036b50f271eff3a28fe78f550147d0dd972dc3ccbd46009ede867 +size 7016420 diff --git a/python-azure-mgmt-network.changes b/python-azure-mgmt-network.changes index 47c4877..628449d 100644 --- a/python-azure-mgmt-network.changes +++ b/python-azure-mgmt-network.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 4 12:32:32 UTC 2018 - John Paul Adrian Glaubitz + +- New upstream release 2.1.0 + * For detailed information about changes, see the + HISTORY.txt file provided with this package +- Refresh patches for new version + + amn_drop-compatible-releases-operator.patch +- Update Requires from setup.py +- Update %description from setup.py + ------------------------------------------------------------------- Wed Apr 11 14:16:08 UTC 2018 - adrian.glaubitz@suse.com diff --git a/python-azure-mgmt-network.spec b/python-azure-mgmt-network.spec index bb1bbfa..c4accce 100644 --- a/python-azure-mgmt-network.spec +++ b/python-azure-mgmt-network.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-azure-mgmt-network -Version: 2.0.0rc2 +Version: 2.1.0 Release: 0 Summary: Microsoft Azure Network Management Client Library License: MIT @@ -34,11 +34,12 @@ BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-azure-common < 2.0.0 -Requires: python-azure-common >= 1.1 +Requires: python-azure-common >= 1.1.9 Requires: python-azure-mgmt-nspkg Requires: python-azure-nspkg +Requires: python-msrest >= 0.5.0 Requires: python-msrestazure < 2.0.0 -Requires: python-msrestazure >= 0.4.20 +Requires: python-msrestazure >= 0.4.32 Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch @@ -51,7 +52,7 @@ This is the Microsoft Azure Network 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.4, 3.5 and 3.6. +This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7. %prep %setup -q -n azure-mgmt-network-%{version}